tencentcloud-sdk-bma 3.0.521 → 3.0.523

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b5575894cc33c8d71484ceee671eaeceb1e42d6
4
- data.tar.gz: 2ea6566c013f583e219affabe7a1e0e5e8802b2d
3
+ metadata.gz: 907d2c853a851d2e1e66253b0f3844cff6e67fc1
4
+ data.tar.gz: cfb6414533ab06a9a3112a98b962e5cc801b195e
5
5
  SHA512:
6
- metadata.gz: 49eb8e93e29de1c1f93ba9694514309a73ec836a143da6eddc6d3ab63ed6e9b8ae5543b033d5917003680cd1fd17bb17dcbdb8a64e0b79e0a94b4ce304295b11
7
- data.tar.gz: 1e3e91456004113622aeb5aa3a4414077e835890a2bc11905996789267653a384ba82857387c454077fb7752831dfe0e14929a01aa2b547f6983bc90350341f0
6
+ metadata.gz: 0956278a99b96461b13c32672888b2375acb0e429527638c11f597143880a1ff63a00c5e01843d77c52597a007fab4940049ca5d6c8d99bde3ef6b2d199ccf8a
7
+ data.tar.gz: b7fbe7827ac0843e94e6ebf1ba267477ffb010f32d64175515c21d83b0d3bf6c1a5bbded434e8534a3eb1a2ed72b6f2e31690329775b7663b3fac48c0828f4db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.521
1
+ 3.0.523
@@ -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.523
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common