tencentcloud-sdk-bma 3.0.515 → 3.0.517

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: 7bdb344a55cd7a281a7cb0f59c7ee3b5f4645823
4
- data.tar.gz: 0f59521ec578a66b37d0d058342237469b4bfd8a
3
+ metadata.gz: c2d831cda1c53b9397c6434cdd16fa71f8552fca
4
+ data.tar.gz: b939164783478455c7a411150f0cf3838209dd29
5
5
  SHA512:
6
- metadata.gz: 6a3f34d51a2093152178b95e317172e3d4c63028d699257ef016555f07623c8f89471a1a18578673bb35c70641a3e0a5349cd9248d1b63e2e368c690c36faec4
7
- data.tar.gz: fd01c4a8ac3072d78f8a3a04b8beaa9d196d9075f9a8199000298125c3d8ec7941fa642574124739a3ed22329bd13600e5aecf0dd6eb01dbe7bd3221d7a5c5c1
6
+ metadata.gz: 84aa5a02a09fa11e711cbb6271c5c1b67fb3c5f7bd4d80bec8f7ca516b45efc04ce222ad4e2715ec5b4af669192a192a804e3244392936bda3e675de0cf7a5f0
7
+ data.tar.gz: 59f51267072597cd5d400bb23c462e2c38e53c3e20e3c015b34e89c59c80283d47ef318d9b7b08b28e6a6df6e031967e2fe06550e6be1a67261d84c789db9f74
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.515
1
+ 3.0.517
@@ -177,7 +177,7 @@ module TencentCloud
177
177
 
178
178
  # CreateBPFakeAPPList请求参数结构体
179
179
  class CreateBPFakeAPPListRequest < TencentCloud::Common::AbstractModel
180
- # @param FakeAPPs: 批量模版
180
+ # @param FakeAPPs: 批量模板
181
181
  # @type FakeAPPs: String
182
182
 
183
183
  attr_accessor :FakeAPPs
@@ -313,7 +313,7 @@ module TencentCloud
313
313
 
314
314
  # CreateBPFakeURLs请求参数结构体
315
315
  class CreateBPFakeURLsRequest < TencentCloud::Common::AbstractModel
316
- # @param FakeURLs: 批量模版
316
+ # @param FakeURLs: 批量模板
317
317
  # @type FakeURLs: String
318
318
 
319
319
  attr_accessor :FakeURLs
@@ -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.515
4
+ version: 3.0.517
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-23 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common