tencentcloud-sdk-bma 3.0.560 → 3.0.563

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: 83418cfb6bca9ca45b932b47d3fbf435cd8e90f9
4
- data.tar.gz: 2faaacff0db753f2b8320da41bcffd53653dd473
3
+ metadata.gz: 11b1280dea44d9bcb1168fec6871a73d24f0cbb2
4
+ data.tar.gz: c57d81d13e470b460495750c2ceec08547eb5a26
5
5
  SHA512:
6
- metadata.gz: 39a4696fa94e0556a1e6d1c391b1aa42942398af3487cdc922ec88e68dc6f5bcb8e53d5b5942d4bf79fcbf767d4b4554ec633ac27a27253b544da3b0fb0b7062
7
- data.tar.gz: 4c7045692289557df04189726a0dfe0cd45fab27fef00b50ed186ad86d87c54db52fc8a942b2fcacce70369d4e1a6f7cd2923cc9a8585961804b26f6ce37ad95
6
+ metadata.gz: 39f5ff9526942ce5ccb7cb1f4c8957a3fdf9c2b86e0678abfbbb03c269f957d0fd76c2f4d8d8d3c77a23f490c346dcb9b65c5cd37f93df51d8ac149a82ee4071
7
+ data.tar.gz: f4b059d4303a2dd9d89400df6a47184f993c368e1fc39c5f7acefc25ea3f0b3fc453b3981cfa309cb193072e70d2d1840b0748fbec5c6a509bef586b814c96b1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.560
1
+ 3.0.563
@@ -101,6 +101,8 @@ module TencentCloud
101
101
  # @type BrandName: String
102
102
  # @param CompanyName: 企业名称
103
103
  # @type CompanyName: String
104
+ # @param BrandLogo: 品牌logo
105
+ # @type BrandLogo: String
104
106
  # @param Phone: 联系电话
105
107
  # @type Phone: String
106
108
  # @param License: 营业执照
@@ -124,11 +126,12 @@ module TencentCloud
124
126
  # @param ProtectMiniPrograms: 保护小程序
125
127
  # @type ProtectMiniPrograms: Array
126
128
 
127
- attr_accessor :BrandName, :CompanyName, :Phone, :License, :Authorization, :TrademarkNames, :Trademarks, :IsTransfers, :Transfers, :ProtectURLs, :ProtectAPPs, :ProtectOfficialAccounts, :ProtectMiniPrograms
129
+ attr_accessor :BrandName, :CompanyName, :BrandLogo, :Phone, :License, :Authorization, :TrademarkNames, :Trademarks, :IsTransfers, :Transfers, :ProtectURLs, :ProtectAPPs, :ProtectOfficialAccounts, :ProtectMiniPrograms
128
130
 
129
- def initialize(brandname=nil, companyname=nil, phone=nil, license=nil, authorization=nil, trademarknames=nil, trademarks=nil, istransfers=nil, transfers=nil, protecturls=nil, protectapps=nil, protectofficialaccounts=nil, protectminiprograms=nil)
131
+ def initialize(brandname=nil, companyname=nil, brandlogo=nil, phone=nil, license=nil, authorization=nil, trademarknames=nil, trademarks=nil, istransfers=nil, transfers=nil, protecturls=nil, protectapps=nil, protectofficialaccounts=nil, protectminiprograms=nil)
130
132
  @BrandName = brandname
131
133
  @CompanyName = companyname
134
+ @BrandLogo = brandlogo
132
135
  @Phone = phone
133
136
  @License = license
134
137
  @Authorization = authorization
@@ -145,6 +148,7 @@ module TencentCloud
145
148
  def deserialize(params)
146
149
  @BrandName = params['BrandName']
147
150
  @CompanyName = params['CompanyName']
151
+ @BrandLogo = params['BrandLogo']
148
152
  @Phone = params['Phone']
149
153
  @License = params['License']
150
154
  @Authorization = params['Authorization']
@@ -804,10 +808,13 @@ module TencentCloud
804
808
  # @param Snapshot: 网址截图
805
809
  # 注意:此字段可能返回 null,表示取不到有效值。
806
810
  # @type Snapshot: String
811
+ # @param AccountStatus: 账户资源状态:0-不可用 1-可用
812
+ # 注意:此字段可能返回 null,表示取不到有效值。
813
+ # @type AccountStatus: Integer
807
814
 
808
- attr_accessor :FakeURLId, :BrandName, :Origin, :FakeURL, :FakeDomain, :Heat, :BlockStatus, :BlockNote, :OfflineStatus, :OfflineNote, :IP, :IPLocation, :WebCompany, :WebAttribute, :WebName, :WebICP, :WebCreateTime, :WebExpireTime, :InsertTime, :CertificationStatus, :Snapshot
815
+ attr_accessor :FakeURLId, :BrandName, :Origin, :FakeURL, :FakeDomain, :Heat, :BlockStatus, :BlockNote, :OfflineStatus, :OfflineNote, :IP, :IPLocation, :WebCompany, :WebAttribute, :WebName, :WebICP, :WebCreateTime, :WebExpireTime, :InsertTime, :CertificationStatus, :Snapshot, :AccountStatus
809
816
 
810
- def initialize(fakeurlid=nil, brandname=nil, origin=nil, fakeurl=nil, fakedomain=nil, heat=nil, blockstatus=nil, blocknote=nil, offlinestatus=nil, offlinenote=nil, ip=nil, iplocation=nil, webcompany=nil, webattribute=nil, webname=nil, webicp=nil, webcreatetime=nil, webexpiretime=nil, inserttime=nil, certificationstatus=nil, snapshot=nil)
817
+ def initialize(fakeurlid=nil, brandname=nil, origin=nil, fakeurl=nil, fakedomain=nil, heat=nil, blockstatus=nil, blocknote=nil, offlinestatus=nil, offlinenote=nil, ip=nil, iplocation=nil, webcompany=nil, webattribute=nil, webname=nil, webicp=nil, webcreatetime=nil, webexpiretime=nil, inserttime=nil, certificationstatus=nil, snapshot=nil, accountstatus=nil)
811
818
  @FakeURLId = fakeurlid
812
819
  @BrandName = brandname
813
820
  @Origin = origin
@@ -829,6 +836,7 @@ module TencentCloud
829
836
  @InsertTime = inserttime
830
837
  @CertificationStatus = certificationstatus
831
838
  @Snapshot = snapshot
839
+ @AccountStatus = accountstatus
832
840
  end
833
841
 
834
842
  def deserialize(params)
@@ -853,6 +861,7 @@ module TencentCloud
853
861
  @InsertTime = params['InsertTime']
854
862
  @CertificationStatus = params['CertificationStatus']
855
863
  @Snapshot = params['Snapshot']
864
+ @AccountStatus = params['AccountStatus']
856
865
  end
857
866
  end
858
867
 
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.560
4
+ version: 3.0.563
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-04-26 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common