tencentcloud-sdk-bma 3.0.521 → 3.0.522

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b5575894cc33c8d71484ceee671eaeceb1e42d6
4
- data.tar.gz: 2ea6566c013f583e219affabe7a1e0e5e8802b2d
3
+ metadata.gz: e0b052a728fa342228cadaab13f5a9f8a40b01a6
4
+ data.tar.gz: c7f5ca1af1d5bacb901a3870be7234a7baa6f92f
5
5
  SHA512:
6
- metadata.gz: 49eb8e93e29de1c1f93ba9694514309a73ec836a143da6eddc6d3ab63ed6e9b8ae5543b033d5917003680cd1fd17bb17dcbdb8a64e0b79e0a94b4ce304295b11
7
- data.tar.gz: 1e3e91456004113622aeb5aa3a4414077e835890a2bc11905996789267653a384ba82857387c454077fb7752831dfe0e14929a01aa2b547f6983bc90350341f0
6
+ metadata.gz: 2ccf5380bb204ebf0e68608f8e2a02c3d5f67ab226726423940baa966a51c3815473ce1203175ea50b202831db3bd0422732a010c378adcc1775db6540e506c4
7
+ data.tar.gz: 1b0a8847f3aadd7463afe85661b428ea3461fd1adcc6a74448b59dba3a3b65044decb25d777480c0132b39fbfa2af70692231ebb2f245d94d2e2920b8ee7f0b6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.521
1
+ 3.0.522
@@ -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.521
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-03 00:00:00.000000000 Z
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