tencentcloud-sdk-mna 3.0.1133 → 3.0.1161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24c6ef3db6ecdbed723b697bd617caeb8dd88644
4
- data.tar.gz: 1d68ba1bf5a22f1e2646ba9a39709b0a2c72446b
3
+ metadata.gz: 0775fcbb289dd8b0ab6ebe2654ab30bd08d16a89
4
+ data.tar.gz: ba8e9e1d8311a52e50fe0ba6b843be9c24d8a120
5
5
  SHA512:
6
- metadata.gz: fa725bd8e97cba49fddf7ca2eb69e5a50d4a8eb743c3b78cf04a9692b0639ed59671925249e9d3a56e84062a95b032ba1bd725a1b39ae0b681a4f3405743c6d1
7
- data.tar.gz: 82f22dac3066715b3eeec9c7da6e3e7036174727c0796fd29a1bcf90517e370c0481e86e84c54d49ef7db7c415ea6e18af3f976bca6110b8593be4c9c3069b8f
6
+ metadata.gz: 283039ebdc19355097bd24b62cdcb8d6351bcd8dd88020d0fcf2504ff85d7eb472de4b1da996f649d27af3861727902db96feda32cd3c88550bff01aa42e8989
7
+ data.tar.gz: 4364fb7bd0a95c22552d2c8c43db1343fbf44aaca500e14ec813e08d27e55203082a2131ca718fa69a7db85b4c5cfaab8fbaf7b4125cb68ebee48a3d0cefad5a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1133
1
+ 3.0.1161
@@ -1233,10 +1233,12 @@ module TencentCloud
1233
1233
  # @type AccessRegion: String
1234
1234
  # @param GatewayType: 网关类型。0:公有云网关;1:自有网关。不传默认为0。
1235
1235
  # @type GatewayType: Integer
1236
+ # @param MpApplicationId: 应用ID, 查询分组流量时无需使用。 查询应用流量时该字段为应用ID,GroupId 填写 "-1"
1237
+ # @type MpApplicationId: String
1236
1238
 
1237
- attr_accessor :GroupId, :BeginTime, :EndTime, :Type, :TimeGranularity, :AccessRegion, :GatewayType
1239
+ attr_accessor :GroupId, :BeginTime, :EndTime, :Type, :TimeGranularity, :AccessRegion, :GatewayType, :MpApplicationId
1238
1240
 
1239
- def initialize(groupid=nil, begintime=nil, endtime=nil, type=nil, timegranularity=nil, accessregion=nil, gatewaytype=nil)
1241
+ def initialize(groupid=nil, begintime=nil, endtime=nil, type=nil, timegranularity=nil, accessregion=nil, gatewaytype=nil, mpapplicationid=nil)
1240
1242
  @GroupId = groupid
1241
1243
  @BeginTime = begintime
1242
1244
  @EndTime = endtime
@@ -1244,6 +1246,7 @@ module TencentCloud
1244
1246
  @TimeGranularity = timegranularity
1245
1247
  @AccessRegion = accessregion
1246
1248
  @GatewayType = gatewaytype
1249
+ @MpApplicationId = mpapplicationid
1247
1250
  end
1248
1251
 
1249
1252
  def deserialize(params)
@@ -1254,6 +1257,7 @@ module TencentCloud
1254
1257
  @TimeGranularity = params['TimeGranularity']
1255
1258
  @AccessRegion = params['AccessRegion']
1256
1259
  @GatewayType = params['GatewayType']
1260
+ @MpApplicationId = params['MpApplicationId']
1257
1261
  end
1258
1262
  end
1259
1263
 
@@ -2365,7 +2369,7 @@ module TencentCloud
2365
2369
  # @type DeviceList: Array
2366
2370
  # @param AutoRenewFlag: 是否自动续费,该选项和流量截断冲突,只能开启一个
2367
2371
  # @type AutoRenewFlag: Boolean
2368
- # @param PackageRegion: 区域标识,0:国内,1:国外
2372
+ # @param PackageRegion: 区域标识,0:中国境内,1:中国境外
2369
2373
  # @type PackageRegion: Integer
2370
2374
  # @param FlowTruncFlag: 是否开启流量截断功能,该选项和自动续费冲突
2371
2375
  # @type FlowTruncFlag: Boolean
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mna
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1133
4
+ version: 3.0.1161
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-31 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-mna.rb
37
36
  - lib/v20210119/client.rb
38
37
  - lib/v20210119/models.rb
38
+ - lib/tencentcloud-sdk-mna.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: