tencentcloud-sdk-bma 3.0.647 → 3.0.649

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20221115/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4f7c4c1f34c78a9d7851711fcaec928709b8a07
4
- data.tar.gz: 293d80129441056640b850b1d87f1df30491f8f0
3
+ metadata.gz: d10fb1edd80bdf3a715e7c14787a74dd28416c77
4
+ data.tar.gz: e17644f45134640bd379534ab533c2185221d523
5
5
  SHA512:
6
- metadata.gz: 034dc01a46c22e68b4265916977e1d241b902fe3344bbf752698d70f5e9c602e4aed2447eb603910e14f45d8841cb78b1636a15a5cec9fcb70f477c443947dfa
7
- data.tar.gz: ee8df81419d5097fabbba9bad96ad9ce085b992341fce46251f7bb60b5131f477e4b93b48b3a74701d99125cd94dc09b096c590b26cda776134442771c9b086f
6
+ metadata.gz: c1aab2d8d75432972f5ee7c64ceaf28c9a9455d0cc86afc164a1a38d200ec3cc0c1beaea7f7cbc944121152e8e69f4eb820a69f326a7891ec8d5eb688990c61d
7
+ data.tar.gz: 509f51f860d169ea35ec990e6855c37b1d0810c7f074df36807faccd7d0488dd305472868efdea3443b535f5240336294f03a631813a9857e66607eeb4a16fa5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.647
1
+ 3.0.649
@@ -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.647
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-30 00:00:00.000000000 Z
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