tencentcloud-sdk-bma 3.0.561 → 3.0.564
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: ef03dbfe056889ae47552710dc6b685f7fa27d69
|
4
|
+
data.tar.gz: e6c76858cc3d0f61c8dc23aeb8d133ed671d45bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bad7fe08a244f5fe56e33587fe7b460656ac35d52ce839b31f9a71abba90e5df4c372dbeffe22767693bbdefea6ddb1f7f642e3b03ea487a1661566a90fcc764
|
7
|
+
data.tar.gz: 68d4455bdb8aab617e44bb0cdf3727994c3c48dbc4eed66145a98e18a942ce2a29487fb7b2a8d6ca662ef3457096643d7613fe311b606edf4196de636e162fec
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.564
|
data/lib/v20221115/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.564
|
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-
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|