tencentcloud-sdk-bma 3.0.648 → 3.0.649
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20221115/models.rb +13 -4
- 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: d10fb1edd80bdf3a715e7c14787a74dd28416c77
|
4
|
+
data.tar.gz: e17644f45134640bd379534ab533c2185221d523
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1aab2d8d75432972f5ee7c64ceaf28c9a9455d0cc86afc164a1a38d200ec3cc0c1beaea7f7cbc944121152e8e69f4eb820a69f326a7891ec8d5eb688990c61d
|
7
|
+
data.tar.gz: 509f51f860d169ea35ec990e6855c37b1d0810c7f074df36807faccd7d0488dd305472868efdea3443b535f5240336294f03a631813a9857e66607eeb4a16fa5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.649
|
data/lib/v20221115/models.rb
CHANGED
@@ -363,19 +363,23 @@ module TencentCloud
|
|
363
363
|
# @type WhiteListType: Integer
|
364
364
|
# @param WhiteLists: 白名单名称
|
365
365
|
# @type WhiteLists: Array
|
366
|
+
# @param Remark: 白名单备注
|
367
|
+
# @type Remark: String
|
366
368
|
|
367
|
-
attr_accessor :CompanyId, :WhiteListType, :WhiteLists
|
369
|
+
attr_accessor :CompanyId, :WhiteListType, :WhiteLists, :Remark
|
368
370
|
|
369
|
-
def initialize(companyid=nil, whitelisttype=nil, whitelists=nil)
|
371
|
+
def initialize(companyid=nil, whitelisttype=nil, whitelists=nil, remark=nil)
|
370
372
|
@CompanyId = companyid
|
371
373
|
@WhiteListType = whitelisttype
|
372
374
|
@WhiteLists = whitelists
|
375
|
+
@Remark = remark
|
373
376
|
end
|
374
377
|
|
375
378
|
def deserialize(params)
|
376
379
|
@CompanyId = params['CompanyId']
|
377
380
|
@WhiteListType = params['WhiteListType']
|
378
381
|
@WhiteLists = params['WhiteLists']
|
382
|
+
@Remark = params['Remark']
|
379
383
|
end
|
380
384
|
end
|
381
385
|
|
@@ -1003,18 +1007,22 @@ module TencentCloud
|
|
1003
1007
|
# @param WhiteList: 白名单
|
1004
1008
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1005
1009
|
# @type WhiteList: String
|
1010
|
+
# @param Remark: 白名单备注
|
1011
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1012
|
+
# @type Remark: String
|
1006
1013
|
# @param InsertTime: 新增时间
|
1007
1014
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1008
1015
|
# @type InsertTime: String
|
1009
1016
|
|
1010
|
-
attr_accessor :WhiteListId, :CompanyId, :BrandName, :AssetsType, :WhiteList, :InsertTime
|
1017
|
+
attr_accessor :WhiteListId, :CompanyId, :BrandName, :AssetsType, :WhiteList, :Remark, :InsertTime
|
1011
1018
|
|
1012
|
-
def initialize(whitelistid=nil, companyid=nil, brandname=nil, assetstype=nil, whitelist=nil, inserttime=nil)
|
1019
|
+
def initialize(whitelistid=nil, companyid=nil, brandname=nil, assetstype=nil, whitelist=nil, remark=nil, inserttime=nil)
|
1013
1020
|
@WhiteListId = whitelistid
|
1014
1021
|
@CompanyId = companyid
|
1015
1022
|
@BrandName = brandname
|
1016
1023
|
@AssetsType = assetstype
|
1017
1024
|
@WhiteList = whitelist
|
1025
|
+
@Remark = remark
|
1018
1026
|
@InsertTime = inserttime
|
1019
1027
|
end
|
1020
1028
|
|
@@ -1024,6 +1032,7 @@ module TencentCloud
|
|
1024
1032
|
@BrandName = params['BrandName']
|
1025
1033
|
@AssetsType = params['AssetsType']
|
1026
1034
|
@WhiteList = params['WhiteList']
|
1035
|
+
@Remark = params['Remark']
|
1027
1036
|
@InsertTime = params['InsertTime']
|
1028
1037
|
end
|
1029
1038
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.649
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|