tencentcloud-sdk-bma 3.0.427 → 3.0.428
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210624/models.rb +92 -92
- 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: b83c4c3e1f41c55ee7e6f6de0314f0309418a31b
|
4
|
+
data.tar.gz: c3826e9588e1426a0f0f07fcb5e6ecfc723b1e9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6d0892e7f9cd61bc6b8901cb0d675a68263b0da988f16631069f508a73997de97f8997e549b57a5aa7bc0cb5d6f9fdad6f9e12f4d196941e83499d87ffa4d82
|
7
|
+
data.tar.gz: 08e12ca04b7b8e8dc71667e193129370815294c47153f163ee8b1cd477d0cb7c07f61b59e9c4ed7ef7b4271f664ce7552f9f58bc2e7a81e8c59dd25e939a807d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.428
|
data/lib/v20210624/models.rb
CHANGED
@@ -19,19 +19,19 @@ module TencentCloud
|
|
19
19
|
module V20210624
|
20
20
|
# 商标信息
|
21
21
|
class BrandData < TencentCloud::Common::AbstractModel
|
22
|
-
# @param BrandName:
|
22
|
+
# @param BrandName: 商标名称
|
23
23
|
# @type BrandName: String
|
24
|
-
# @param BrandCertificateName:
|
24
|
+
# @param BrandCertificateName: 商标证明
|
25
25
|
# @type BrandCertificateName: String
|
26
|
-
# @param BrandStatus:
|
26
|
+
# @param BrandStatus: 商标审核状态 1-审核中 2-审核未通过 3-审核通过
|
27
27
|
# @type BrandStatus: Integer
|
28
|
-
# @param BrandNote:
|
28
|
+
# @param BrandNote: 审核说明
|
29
29
|
# @type BrandNote: String
|
30
|
-
# @param TransferName:
|
30
|
+
# @param TransferName: 商标转让证明
|
31
31
|
# @type TransferName: String
|
32
|
-
# @param TransferStatus:
|
32
|
+
# @param TransferStatus: 商标转让证明审核状态
|
33
33
|
# @type TransferStatus: Integer
|
34
|
-
# @param TransferNote:
|
34
|
+
# @param TransferNote: 审核说明 1-审核中 2-审核未通过 3-审核通过
|
35
35
|
# @type TransferNote: String
|
36
36
|
|
37
37
|
attr_accessor :BrandName, :BrandCertificateName, :BrandStatus, :BrandNote, :TransferName, :TransferStatus, :TransferNote
|
@@ -59,13 +59,13 @@ module TencentCloud
|
|
59
59
|
|
60
60
|
# CreateBPFakeURL请求参数结构体
|
61
61
|
class CreateBPFakeURLRequest < TencentCloud::Common::AbstractModel
|
62
|
-
# @param ProtectURLId:
|
62
|
+
# @param ProtectURLId: 保护网址ID
|
63
63
|
# @type ProtectURLId: Integer
|
64
|
-
# @param FakeURL:
|
64
|
+
# @param FakeURL: 仿冒网址
|
65
65
|
# @type FakeURL: String
|
66
|
-
# @param SnapshotNames:
|
66
|
+
# @param SnapshotNames: 截图
|
67
67
|
# @type SnapshotNames: Array
|
68
|
-
# @param Note:
|
68
|
+
# @param Note: 举报说明
|
69
69
|
# @type Note: String
|
70
70
|
|
71
71
|
attr_accessor :ProtectURLId, :FakeURL, :SnapshotNames, :Note
|
@@ -103,7 +103,7 @@ module TencentCloud
|
|
103
103
|
|
104
104
|
# CreateBPFalseTicket请求参数结构体
|
105
105
|
class CreateBPFalseTicketRequest < TencentCloud::Common::AbstractModel
|
106
|
-
# @param FakeURL:
|
106
|
+
# @param FakeURL: 仿冒网址
|
107
107
|
# @type FakeURL: String
|
108
108
|
|
109
109
|
attr_accessor :FakeURL
|
@@ -135,13 +135,13 @@ module TencentCloud
|
|
135
135
|
|
136
136
|
# CreateBPOfflineAttachment请求参数结构体
|
137
137
|
class CreateBPOfflineAttachmentRequest < TencentCloud::Common::AbstractModel
|
138
|
-
# @param BrandName:
|
138
|
+
# @param BrandName: 品牌名字
|
139
139
|
# @type BrandName: String
|
140
|
-
# @param BrandCertificateName:
|
140
|
+
# @param BrandCertificateName: 商标证明
|
141
141
|
# @type BrandCertificateName: String
|
142
|
-
# @param TransferName:
|
142
|
+
# @param TransferName: 商标转让证明
|
143
143
|
# @type TransferName: String
|
144
|
-
# @param AuthorizationName:
|
144
|
+
# @param AuthorizationName: 授权书
|
145
145
|
# @type AuthorizationName: String
|
146
146
|
|
147
147
|
attr_accessor :BrandName, :BrandCertificateName, :TransferName, :AuthorizationName
|
@@ -179,7 +179,7 @@ module TencentCloud
|
|
179
179
|
|
180
180
|
# CreateBPOfflineTicket请求参数结构体
|
181
181
|
class CreateBPOfflineTicketRequest < TencentCloud::Common::AbstractModel
|
182
|
-
# @param FakeURLId:
|
182
|
+
# @param FakeURLId: 仿冒网址ID
|
183
183
|
# @type FakeURLId: Integer
|
184
184
|
|
185
185
|
attr_accessor :FakeURLId
|
@@ -211,15 +211,15 @@ module TencentCloud
|
|
211
211
|
|
212
212
|
# CreateBPProtectURLs请求参数结构体
|
213
213
|
class CreateBPProtectURLsRequest < TencentCloud::Common::AbstractModel
|
214
|
-
# @param CompanyName:
|
214
|
+
# @param CompanyName: 企业名称
|
215
215
|
# @type CompanyName: String
|
216
|
-
# @param Phone:
|
216
|
+
# @param Phone: 电话号码
|
217
217
|
# @type Phone: String
|
218
|
-
# @param LicenseName:
|
218
|
+
# @param LicenseName: 营业执照
|
219
219
|
# @type LicenseName: String
|
220
|
-
# @param ProtectURLs:
|
220
|
+
# @param ProtectURLs: 保护网站
|
221
221
|
# @type ProtectURLs: Array
|
222
|
-
# @param ProtectWebs:
|
222
|
+
# @param ProtectWebs: 网站名称
|
223
223
|
# @type ProtectWebs: Array
|
224
224
|
|
225
225
|
attr_accessor :CompanyName, :Phone, :LicenseName, :ProtectURLs, :ProtectWebs
|
@@ -881,25 +881,25 @@ module TencentCloud
|
|
881
881
|
|
882
882
|
# DescribeBPCompanyInfo返回参数结构体
|
883
883
|
class DescribeBPCompanyInfoResponse < TencentCloud::Common::AbstractModel
|
884
|
-
# @param CompanyName:
|
884
|
+
# @param CompanyName: 企业名称
|
885
885
|
# @type CompanyName: String
|
886
|
-
# @param Phone:
|
886
|
+
# @param Phone: 电话号码
|
887
887
|
# @type Phone: String
|
888
|
-
# @param LicenseName:
|
888
|
+
# @param LicenseName: 营业执照
|
889
889
|
# @type LicenseName: String
|
890
|
-
# @param LicenseStatus:
|
890
|
+
# @param LicenseStatus: 营业执照审核状态 1-审核中 2-审核未通过,3、审核通过
|
891
891
|
# @type LicenseStatus: Integer
|
892
|
-
# @param LicenseNote:
|
892
|
+
# @param LicenseNote: 营业执照备注
|
893
893
|
# @type LicenseNote: String
|
894
|
-
# @param AuthorizationName:
|
894
|
+
# @param AuthorizationName: 授权书
|
895
895
|
# @type AuthorizationName: String
|
896
|
-
# @param AuthorizationStatus:
|
896
|
+
# @param AuthorizationStatus: 授权书审核状态
|
897
897
|
# @type AuthorizationStatus: Integer
|
898
|
-
# @param AuthorizationNote:
|
898
|
+
# @param AuthorizationNote: 授权书备注
|
899
899
|
# @type AuthorizationNote: String
|
900
|
-
# @param BrandDatas:
|
900
|
+
# @param BrandDatas: 品牌信息
|
901
901
|
# @type BrandDatas: Array
|
902
|
-
# @param CompanyId:
|
902
|
+
# @param CompanyId: 企业ID
|
903
903
|
# @type CompanyId: Integer
|
904
904
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
905
905
|
# @type RequestId: String
|
@@ -944,11 +944,11 @@ module TencentCloud
|
|
944
944
|
|
945
945
|
# DescribeBPFakeURLs请求参数结构体
|
946
946
|
class DescribeBPFakeURLsRequest < TencentCloud::Common::AbstractModel
|
947
|
-
# @param Filters:
|
947
|
+
# @param Filters: 过滤条件
|
948
948
|
# @type Filters: Array
|
949
|
-
# @param PageSize:
|
949
|
+
# @param PageSize: 页数
|
950
950
|
# @type PageSize: Integer
|
951
|
-
# @param PageNumber:
|
951
|
+
# @param PageNumber: 页码
|
952
952
|
# @type PageNumber: Integer
|
953
953
|
|
954
954
|
attr_accessor :Filters, :PageSize, :PageNumber
|
@@ -1010,9 +1010,9 @@ module TencentCloud
|
|
1010
1010
|
|
1011
1011
|
# DescribeBPProtectURLs请求参数结构体
|
1012
1012
|
class DescribeBPProtectURLsRequest < TencentCloud::Common::AbstractModel
|
1013
|
-
# @param PageSize:
|
1013
|
+
# @param PageSize: 页数
|
1014
1014
|
# @type PageSize: Integer
|
1015
|
-
# @param PageNumber:
|
1015
|
+
# @param PageNumber: 页码
|
1016
1016
|
# @type PageNumber: Integer
|
1017
1017
|
|
1018
1018
|
attr_accessor :PageSize, :PageNumber
|
@@ -1061,11 +1061,11 @@ module TencentCloud
|
|
1061
1061
|
|
1062
1062
|
# DescribeBPReportFakeURLs请求参数结构体
|
1063
1063
|
class DescribeBPReportFakeURLsRequest < TencentCloud::Common::AbstractModel
|
1064
|
-
# @param Filters:
|
1064
|
+
# @param Filters: 过滤条件
|
1065
1065
|
# @type Filters: Array
|
1066
|
-
# @param PageSize:
|
1066
|
+
# @param PageSize: 页数
|
1067
1067
|
# @type PageSize: Integer
|
1068
|
-
# @param PageNumber:
|
1068
|
+
# @param PageNumber: 页码
|
1069
1069
|
# @type PageNumber: Integer
|
1070
1070
|
|
1071
1071
|
attr_accessor :Filters, :PageSize, :PageNumber
|
@@ -1375,37 +1375,37 @@ module TencentCloud
|
|
1375
1375
|
|
1376
1376
|
# 仿冒网站信息
|
1377
1377
|
class FakeURLInfo < TencentCloud::Common::AbstractModel
|
1378
|
-
# @param FakeURLId:
|
1378
|
+
# @param FakeURLId: 仿冒网址ID
|
1379
1379
|
# @type FakeURLId: Integer
|
1380
|
-
# @param ProtectWeb:
|
1380
|
+
# @param ProtectWeb: 保护网站
|
1381
1381
|
# @type ProtectWeb: String
|
1382
|
-
# @param DetectTime:
|
1382
|
+
# @param DetectTime: 检测时间
|
1383
1383
|
# @type DetectTime: String
|
1384
|
-
# @param FakeURL:
|
1384
|
+
# @param FakeURL: 仿冒网址
|
1385
1385
|
# @type FakeURL: String
|
1386
|
-
# @param Snapshot:
|
1386
|
+
# @param Snapshot: 截图
|
1387
1387
|
# @type Snapshot: String
|
1388
|
-
# @param IP:
|
1388
|
+
# @param IP: IP地址
|
1389
1389
|
# @type IP: String
|
1390
|
-
# @param IPLoc:
|
1390
|
+
# @param IPLoc: IP地理位置
|
1391
1391
|
# @type IPLoc: String
|
1392
|
-
# @param Heat:
|
1392
|
+
# @param Heat: 热度
|
1393
1393
|
# @type Heat: Integer
|
1394
|
-
# @param Status:
|
1394
|
+
# @param Status: 网址状态
|
1395
1395
|
# @type Status: Integer
|
1396
|
-
# @param Note:
|
1396
|
+
# @param Note: 备注
|
1397
1397
|
# @type Note: String
|
1398
|
-
# @param FakeURLCompany:
|
1398
|
+
# @param FakeURLCompany: 仿冒网站所属单位
|
1399
1399
|
# @type FakeURLCompany: String
|
1400
|
-
# @param FakeURLAttr:
|
1400
|
+
# @param FakeURLAttr: 仿冒网站性质
|
1401
1401
|
# @type FakeURLAttr: String
|
1402
|
-
# @param FakeURLName:
|
1402
|
+
# @param FakeURLName: 仿冒网站名称
|
1403
1403
|
# @type FakeURLName: String
|
1404
|
-
# @param FakeURLICP:
|
1404
|
+
# @param FakeURLICP: 仿冒网站备案号
|
1405
1405
|
# @type FakeURLICP: String
|
1406
|
-
# @param FakeURLCreateTime:
|
1406
|
+
# @param FakeURLCreateTime: 仿冒网站创建时间
|
1407
1407
|
# @type FakeURLCreateTime: String
|
1408
|
-
# @param FakeURLExpireTime:
|
1408
|
+
# @param FakeURLExpireTime: 仿冒网站过期时间
|
1409
1409
|
# @type FakeURLExpireTime: String
|
1410
1410
|
|
1411
1411
|
attr_accessor :FakeURLId, :ProtectWeb, :DetectTime, :FakeURL, :Snapshot, :IP, :IPLoc, :Heat, :Status, :Note, :FakeURLCompany, :FakeURLAttr, :FakeURLName, :FakeURLICP, :FakeURLCreateTime, :FakeURLExpireTime
|
@@ -1451,13 +1451,13 @@ module TencentCloud
|
|
1451
1451
|
|
1452
1452
|
# 权属文件列表
|
1453
1453
|
class File < TencentCloud::Common::AbstractModel
|
1454
|
-
# @param FileUrl:
|
1454
|
+
# @param FileUrl: 文件下载地址
|
1455
1455
|
# @type FileUrl: String
|
1456
|
-
# @param FileType:
|
1456
|
+
# @param FileType: 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照
|
1457
1457
|
# @type FileType: Integer
|
1458
|
-
# @param ValidStartDate:
|
1458
|
+
# @param ValidStartDate: 文件有效开始日期
|
1459
1459
|
# @type ValidStartDate: String
|
1460
|
-
# @param ValidEndDate:
|
1460
|
+
# @param ValidEndDate: 文件有效截止日期
|
1461
1461
|
# @type ValidEndDate: String
|
1462
1462
|
|
1463
1463
|
attr_accessor :FileUrl, :FileType, :ValidStartDate, :ValidEndDate
|
@@ -1490,15 +1490,15 @@ module TencentCloud
|
|
1490
1490
|
|
1491
1491
|
# ModifyBPOfflineAttachment请求参数结构体
|
1492
1492
|
class ModifyBPOfflineAttachmentRequest < TencentCloud::Common::AbstractModel
|
1493
|
-
# @param LicenseName:
|
1493
|
+
# @param LicenseName: 营业执照
|
1494
1494
|
# @type LicenseName: String
|
1495
|
-
# @param AuthorizationName:
|
1495
|
+
# @param AuthorizationName: 授权书
|
1496
1496
|
# @type AuthorizationName: String
|
1497
|
-
# @param BrandName:
|
1497
|
+
# @param BrandName: 商标名称
|
1498
1498
|
# @type BrandName: String
|
1499
|
-
# @param BrandCertificateName:
|
1499
|
+
# @param BrandCertificateName: 商标证明
|
1500
1500
|
# @type BrandCertificateName: String
|
1501
|
-
# @param TransferName:
|
1501
|
+
# @param TransferName: 商标转让证明
|
1502
1502
|
# @type TransferName: String
|
1503
1503
|
|
1504
1504
|
attr_accessor :LicenseName, :AuthorizationName, :BrandName, :BrandCertificateName, :TransferName
|
@@ -1620,7 +1620,7 @@ module TencentCloud
|
|
1620
1620
|
# @type ObtainType: Integer
|
1621
1621
|
# @param ObtainDuration: 过程取证的取证时长,单位分钟,范围0-120
|
1622
1622
|
# @type ObtainDuration: Integer
|
1623
|
-
# @param ObtainUrl:
|
1623
|
+
# @param ObtainUrl: 取证结果回调地址
|
1624
1624
|
# @type ObtainUrl: String
|
1625
1625
|
|
1626
1626
|
attr_accessor :TortId, :ObtainType, :ObtainDuration, :ObtainUrl
|
@@ -1850,7 +1850,7 @@ module TencentCloud
|
|
1850
1850
|
# @type EvidenceStatus: Integer
|
1851
1851
|
# @param IsProducer: 是否著作权人
|
1852
1852
|
# @type IsProducer: Integer
|
1853
|
-
# @param IsOverseas:
|
1853
|
+
# @param IsOverseas: 是否境外网址
|
1854
1854
|
# @type IsOverseas: Integer
|
1855
1855
|
|
1856
1856
|
attr_accessor :TortId, :TortTitle, :TortPlat, :TortURL, :PubTime, :Author, :DetectTime, :ObtainStatus, :RightStatus, :BlockStatus, :TortNum, :ObtainNote, :WorkTitle, :TortSite, :ICP, :RightNote, :ObtainType, :BlockNote, :WorkId, :WorkName, :AuthStatus, :CommStatus, :EvidenceStatus, :IsProducer, :IsOverseas
|
@@ -1914,17 +1914,17 @@ module TencentCloud
|
|
1914
1914
|
|
1915
1915
|
# 保护网站信息
|
1916
1916
|
class ProtectURLInfo < TencentCloud::Common::AbstractModel
|
1917
|
-
# @param ProtectURLId:
|
1917
|
+
# @param ProtectURLId: 保护网站ID
|
1918
1918
|
# @type ProtectURLId: Integer
|
1919
|
-
# @param ProtectURL:
|
1919
|
+
# @param ProtectURL: 保护网站
|
1920
1920
|
# @type ProtectURL: String
|
1921
|
-
# @param ProtectWeb:
|
1921
|
+
# @param ProtectWeb: 保护网站名称
|
1922
1922
|
# @type ProtectWeb: String
|
1923
|
-
# @param ProtectURLStatus:
|
1923
|
+
# @param ProtectURLStatus: 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过
|
1924
1924
|
# @type ProtectURLStatus: Integer
|
1925
|
-
# @param ProtectURLNote:
|
1925
|
+
# @param ProtectURLNote: 网站审核不通过原因
|
1926
1926
|
# @type ProtectURLNote: String
|
1927
|
-
# @param CreateTime:
|
1927
|
+
# @param CreateTime: 创建时间
|
1928
1928
|
# @type CreateTime: String
|
1929
1929
|
|
1930
1930
|
attr_accessor :ProtectURLId, :ProtectURL, :ProtectWeb, :ProtectURLStatus, :ProtectURLNote, :CreateTime
|
@@ -1950,41 +1950,41 @@ module TencentCloud
|
|
1950
1950
|
|
1951
1951
|
# 举报网址信息
|
1952
1952
|
class ReportFakeURLInfo < TencentCloud::Common::AbstractModel
|
1953
|
-
# @param FakeURLId:
|
1953
|
+
# @param FakeURLId: 仿冒网址ID
|
1954
1954
|
# @type FakeURLId: Integer
|
1955
|
-
# @param DetectTime:
|
1955
|
+
# @param DetectTime: 检测时间
|
1956
1956
|
# @type DetectTime: String
|
1957
|
-
# @param ProtectURL:
|
1957
|
+
# @param ProtectURL: 保护网站
|
1958
1958
|
# @type ProtectURL: String
|
1959
|
-
# @param ProtectWeb:
|
1959
|
+
# @param ProtectWeb: 保护网站名称
|
1960
1960
|
# @type ProtectWeb: String
|
1961
|
-
# @param FakeURL:
|
1961
|
+
# @param FakeURL: 仿冒网址
|
1962
1962
|
# @type FakeURL: String
|
1963
|
-
# @param Snapshot:
|
1963
|
+
# @param Snapshot: 截图
|
1964
1964
|
# @type Snapshot: String
|
1965
|
-
# @param IP:
|
1965
|
+
# @param IP: IP地址
|
1966
1966
|
# @type IP: String
|
1967
|
-
# @param IPLoc:
|
1967
|
+
# @param IPLoc: IP地理位置
|
1968
1968
|
# @type IPLoc: String
|
1969
|
-
# @param Heat:
|
1969
|
+
# @param Heat: 热度
|
1970
1970
|
# @type Heat: Integer
|
1971
|
-
# @param Status:
|
1971
|
+
# @param Status: 网站状态
|
1972
1972
|
# @type Status: Integer
|
1973
|
-
# @param Note:
|
1973
|
+
# @param Note: 网站不处理原因
|
1974
1974
|
# @type Note: String
|
1975
|
-
# @param FakeURLCompany:
|
1975
|
+
# @param FakeURLCompany: 仿冒网站的企业名称
|
1976
1976
|
# @type FakeURLCompany: String
|
1977
|
-
# @param FakeURLAttr:
|
1977
|
+
# @param FakeURLAttr: 仿冒网站的网站性质
|
1978
1978
|
# @type FakeURLAttr: String
|
1979
|
-
# @param FakeURLName:
|
1979
|
+
# @param FakeURLName: 仿冒网站的网站名称
|
1980
1980
|
# @type FakeURLName: String
|
1981
|
-
# @param FakeURLICP:
|
1981
|
+
# @param FakeURLICP: 仿冒网站的备案
|
1982
1982
|
# @type FakeURLICP: String
|
1983
|
-
# @param FakeURLCreateTime:
|
1983
|
+
# @param FakeURLCreateTime: 仿冒网站创建时间
|
1984
1984
|
# @type FakeURLCreateTime: String
|
1985
|
-
# @param FakeURLExpireTime:
|
1985
|
+
# @param FakeURLExpireTime: 仿冒网站过期时间
|
1986
1986
|
# @type FakeURLExpireTime: String
|
1987
|
-
# @param BlockTime:
|
1987
|
+
# @param BlockTime: 协查处置时间
|
1988
1988
|
# @type BlockTime: String
|
1989
1989
|
|
1990
1990
|
attr_accessor :FakeURLId, :DetectTime, :ProtectURL, :ProtectWeb, :FakeURL, :Snapshot, :IP, :IPLoc, :Heat, :Status, :Note, :FakeURLCompany, :FakeURLAttr, :FakeURLName, :FakeURLICP, :FakeURLCreateTime, :FakeURLExpireTime, :BlockTime
|
@@ -2036,7 +2036,7 @@ module TencentCloud
|
|
2036
2036
|
class UpdateCRWorkRequest < TencentCloud::Common::AbstractModel
|
2037
2037
|
# @param WorkId: 作品ID
|
2038
2038
|
# @type WorkId: Integer
|
2039
|
-
# @param ContentType:
|
2039
|
+
# @param ContentType: 文件的扩展名,例如txt,docx
|
2040
2040
|
# @type ContentType: String
|
2041
2041
|
# @param Content: 内容的base64编码
|
2042
2042
|
# @type Content: String
|
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.428
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|