tencentcloud-sdk-bma 3.0.520 → 3.0.522
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 +7 -2
- 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: e0b052a728fa342228cadaab13f5a9f8a40b01a6
|
4
|
+
data.tar.gz: c7f5ca1af1d5bacb901a3870be7234a7baa6f92f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ccf5380bb204ebf0e68608f8e2a02c3d5f67ab226726423940baa966a51c3815473ce1203175ea50b202831db3bd0422732a010c378adcc1775db6540e506c4
|
7
|
+
data.tar.gz: 1b0a8847f3aadd7463afe85661b428ea3461fd1adcc6a74448b59dba3a3b65044decb25d777480c0132b39fbfa2af70692231ebb2f245d94d2e2920b8ee7f0b6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.522
|
data/lib/v20221115/models.rb
CHANGED
@@ -797,10 +797,13 @@ module TencentCloud
|
|
797
797
|
# @param CertificationStatus: 资质证明状态:0-不可用 1-可用
|
798
798
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
799
799
|
# @type CertificationStatus: Integer
|
800
|
+
# @param Snapshot: 网址截图
|
801
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
802
|
+
# @type Snapshot: String
|
800
803
|
|
801
|
-
attr_accessor :FakeURLId, :BrandName, :Origin, :FakeURL, :FakeDomain, :Heat, :BlockStatus, :BlockNote, :OfflineStatus, :OfflineNote, :IP, :IPLocation, :WebCompany, :WebAttribute, :WebName, :WebICP, :WebCreateTime, :WebExpireTime, :InsertTime, :CertificationStatus
|
804
|
+
attr_accessor :FakeURLId, :BrandName, :Origin, :FakeURL, :FakeDomain, :Heat, :BlockStatus, :BlockNote, :OfflineStatus, :OfflineNote, :IP, :IPLocation, :WebCompany, :WebAttribute, :WebName, :WebICP, :WebCreateTime, :WebExpireTime, :InsertTime, :CertificationStatus, :Snapshot
|
802
805
|
|
803
|
-
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)
|
806
|
+
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)
|
804
807
|
@FakeURLId = fakeurlid
|
805
808
|
@BrandName = brandname
|
806
809
|
@Origin = origin
|
@@ -821,6 +824,7 @@ module TencentCloud
|
|
821
824
|
@WebExpireTime = webexpiretime
|
822
825
|
@InsertTime = inserttime
|
823
826
|
@CertificationStatus = certificationstatus
|
827
|
+
@Snapshot = snapshot
|
824
828
|
end
|
825
829
|
|
826
830
|
def deserialize(params)
|
@@ -844,6 +848,7 @@ module TencentCloud
|
|
844
848
|
@WebExpireTime = params['WebExpireTime']
|
845
849
|
@InsertTime = params['InsertTime']
|
846
850
|
@CertificationStatus = params['CertificationStatus']
|
851
|
+
@Snapshot = params['Snapshot']
|
847
852
|
end
|
848
853
|
end
|
849
854
|
|
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.522
|
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-03-
|
11
|
+
date: 2023-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|