tencentcloud-sdk-mna 3.0.1133 → 3.0.1144
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210119/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5686ef4c261cc5d3f89b97c60203c6ace08af9a
|
4
|
+
data.tar.gz: 81777a527089ac63b9e43d9314513380fb47d522
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 160379f088ae12494d2f2216570bc641732b2f242a1008b9c4b5933348f70d24da069532558dd2b86655628a4ad23c28a6984c6f8fa2788e02ff230e4d7c5487
|
7
|
+
data.tar.gz: 188badf9386cfc7e125f714aa18d80a9f29a9035f2e9fc98c90513f57feef98a4dd5afe3fa411dd5c6295c511136b12d8857df0e7e909df0aeb40fa929b8b586
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1144
|
data/lib/v20210119/models.rb
CHANGED
@@ -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
|
|
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.
|
4
|
+
version: 3.0.1144
|
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-
|
11
|
+
date: 2025-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|