tencentcloud-sdk-bma 3.0.514 → 3.0.516

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: 8384bc2d5ec0048302b3fca4b53bd717c13f0433
4
- data.tar.gz: e487fc36dec0af1af2346268d5f419a9874718ca
3
+ metadata.gz: 56f526b02f4a94791baebc52251243f7648109da
4
+ data.tar.gz: 995f5b3df64c4b3d9517d2bc126768bc2d5b930b
5
5
  SHA512:
6
- metadata.gz: 842113297ddb8704311f417c0325f500387d1cc91d7736b505235f01a9217bd1248f7a680223bbcd158e2eafb60836157c8953d15b5899062cab9c0e32b6cf56
7
- data.tar.gz: b0dc516dee232c17ffc535cda79390f9ba44b6a62a2e82095657be7b19746e3fa96cd79383be2a637b7ec99d8322c975035d176515d13c5ad36267e63ff6815d
6
+ metadata.gz: 730691aad42cdbf5aa5e9fcc868bd5343dcbbabb9a83fcf9439a7330e7176f102bf24fa32bdfa505255d39b2db37576ad72eff4906ee2478f3aa4e8a2ea60d91
7
+ data.tar.gz: 607c80601c2b76d930501cd5b9f162852a32e7aecf3b7f540aac2dcbc5bcf337e97a97df280d49160c8aac0628b7305a7a05d38f9ab7aefa3fb34a31cc608bc7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.514
1
+ 3.0.516
@@ -749,6 +749,9 @@ module TencentCloud
749
749
  # @param FakeURL: 仿冒网址
750
750
  # 注意:此字段可能返回 null,表示取不到有效值。
751
751
  # @type FakeURL: String
752
+ # @param FakeDomain: 仿冒域名
753
+ # 注意:此字段可能返回 null,表示取不到有效值。
754
+ # @type FakeDomain: String
752
755
  # @param Heat: 热度
753
756
  # 注意:此字段可能返回 null,表示取不到有效值。
754
757
  # @type Heat: Integer
@@ -795,13 +798,14 @@ module TencentCloud
795
798
  # 注意:此字段可能返回 null,表示取不到有效值。
796
799
  # @type CertificationStatus: Integer
797
800
 
798
- attr_accessor :FakeURLId, :BrandName, :Origin, :FakeURL, :Heat, :BlockStatus, :BlockNote, :OfflineStatus, :OfflineNote, :IP, :IPLocation, :WebCompany, :WebAttribute, :WebName, :WebICP, :WebCreateTime, :WebExpireTime, :InsertTime, :CertificationStatus
801
+ attr_accessor :FakeURLId, :BrandName, :Origin, :FakeURL, :FakeDomain, :Heat, :BlockStatus, :BlockNote, :OfflineStatus, :OfflineNote, :IP, :IPLocation, :WebCompany, :WebAttribute, :WebName, :WebICP, :WebCreateTime, :WebExpireTime, :InsertTime, :CertificationStatus
799
802
 
800
- def initialize(fakeurlid=nil, brandname=nil, origin=nil, fakeurl=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)
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)
801
804
  @FakeURLId = fakeurlid
802
805
  @BrandName = brandname
803
806
  @Origin = origin
804
807
  @FakeURL = fakeurl
808
+ @FakeDomain = fakedomain
805
809
  @Heat = heat
806
810
  @BlockStatus = blockstatus
807
811
  @BlockNote = blocknote
@@ -824,6 +828,7 @@ module TencentCloud
824
828
  @BrandName = params['BrandName']
825
829
  @Origin = params['Origin']
826
830
  @FakeURL = params['FakeURL']
831
+ @FakeDomain = params['FakeDomain']
827
832
  @Heat = params['Heat']
828
833
  @BlockStatus = params['BlockStatus']
829
834
  @BlockNote = params['BlockNote']
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.514
4
+ version: 3.0.516
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-02-22 00:00:00.000000000 Z
11
+ date: 2023-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common