tencentcloud-sdk-bma 3.0.648 → 3.0.650
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/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: 30fa01d3648d6f8d9cf0d664f14e5e139b27d91d
|
4
|
+
data.tar.gz: 7c974db518b796827125b7ade19b7efccc43d603
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf5af19541e882c18126e1037f91dead82dda39f2eed41042577e6acb729db0295391e8ce0a6953dada07fe6fa0103d63e6a242df21f7799ca505ba4780d4456
|
7
|
+
data.tar.gz: f003152c32cfa9642f46525fe2bcf99c701497ca7dbf893efcc39f6eb8569a4ffc45f36a96e92d0d467ddd309af3a1230f810d6976b973a24d8c53eaf4fe8e8f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.650
|
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.650
|
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
|