tencentcloud-sdk-bma 3.0.515 → 3.0.516
Sign up to get free protection for your applications and to get access to all the features.
- 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: 56f526b02f4a94791baebc52251243f7648109da
|
4
|
+
data.tar.gz: 995f5b3df64c4b3d9517d2bc126768bc2d5b930b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 730691aad42cdbf5aa5e9fcc868bd5343dcbbabb9a83fcf9439a7330e7176f102bf24fa32bdfa505255d39b2db37576ad72eff4906ee2478f3aa4e8a2ea60d91
|
7
|
+
data.tar.gz: 607c80601c2b76d930501cd5b9f162852a32e7aecf3b7f540aac2dcbc5bcf337e97a97df280d49160c8aac0628b7305a7a05d38f9ab7aefa3fb34a31cc608bc7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.516
|
data/lib/v20221115/models.rb
CHANGED
@@ -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.
|
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-
|
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
|