tencentcloud-sdk-trp 3.0.589 → 3.0.591
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/v20210515/models.rb +118 -118
- 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: 601fb7684d3d30a0b7030c59cae706bac41285d3
|
|
4
|
+
data.tar.gz: 03e73183b0cb129bf896c2446ea69f0e97592b63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25fe95f3a055116ff928eac81070ce71ef27bdced4d8f315a9268f1b75da10eb2407e8f53a48f2ac9c70f0480fd363ba6f260ed341fa612e59654d3e97e52812
|
|
7
|
+
data.tar.gz: 00238df8880c53afd4017db2bcc8fb14e249544ea7fd6a442ba0583b70c9685ad86a63fb75c002b883767bc14bd7af86999c5b47117aac0b6a2f2002fd654412
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20210515/models.rb
CHANGED
|
@@ -23,7 +23,7 @@ module TencentCloud
|
|
|
23
23
|
# @type BusinessSecurityData: :class:`Tencentcloud::Trp.v20210515.models.InputEncryptData`
|
|
24
24
|
|
|
25
25
|
attr_accessor :BusinessSecurityData
|
|
26
|
-
|
|
26
|
+
|
|
27
27
|
def initialize(businesssecuritydata=nil)
|
|
28
28
|
@BusinessSecurityData = businesssecuritydata
|
|
29
29
|
end
|
|
@@ -44,7 +44,7 @@ module TencentCloud
|
|
|
44
44
|
# @type RequestId: String
|
|
45
45
|
|
|
46
46
|
attr_accessor :Data, :RequestId
|
|
47
|
-
|
|
47
|
+
|
|
48
48
|
def initialize(data=nil, requestid=nil)
|
|
49
49
|
@Data = data
|
|
50
50
|
@RequestId = requestid
|
|
@@ -72,7 +72,7 @@ module TencentCloud
|
|
|
72
72
|
# @type BlockTime: String
|
|
73
73
|
|
|
74
74
|
attr_accessor :BlockHash, :BlockHeight, :BlockTime
|
|
75
|
-
|
|
75
|
+
|
|
76
76
|
def initialize(blockhash=nil, blockheight=nil, blocktime=nil)
|
|
77
77
|
@BlockHash = blockhash
|
|
78
78
|
@BlockHeight = blockheight
|
|
@@ -141,7 +141,7 @@ module TencentCloud
|
|
|
141
141
|
# @type Job: :class:`Tencentcloud::Trp.v20210515.models.Job`
|
|
142
142
|
|
|
143
143
|
attr_accessor :BatchId, :CorpId, :BatchCode, :CodeCnt, :MerchantId, :ProductId, :BatchType, :Remark, :MpTpl, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :Ext, :TplName, :Job
|
|
144
|
-
|
|
144
|
+
|
|
145
145
|
def initialize(batchid=nil, corpid=nil, batchcode=nil, codecnt=nil, merchantid=nil, productid=nil, batchtype=nil, remark=nil, mptpl=nil, status=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil, ext=nil, tplname=nil, job=nil)
|
|
146
146
|
@BatchId = batchid
|
|
147
147
|
@CorpId = corpid
|
|
@@ -195,7 +195,7 @@ module TencentCloud
|
|
|
195
195
|
# @type Code: String
|
|
196
196
|
|
|
197
197
|
attr_accessor :Code
|
|
198
|
-
|
|
198
|
+
|
|
199
199
|
def initialize(code=nil)
|
|
200
200
|
@Code = code
|
|
201
201
|
end
|
|
@@ -269,7 +269,7 @@ module TencentCloud
|
|
|
269
269
|
# @type PackSpec: Array
|
|
270
270
|
|
|
271
271
|
attr_accessor :PackId, :CorpId, :MerchantId, :CreateTime, :UpdateTime, :Status, :Log, :CreateUser, :Amount, :CodeLength, :CodeType, :Cipher, :TextUrl, :PackUrl, :MerchantName, :RuleType, :CustomId, :PackType, :PackLevel, :PackSpec
|
|
272
|
-
|
|
272
|
+
|
|
273
273
|
def initialize(packid=nil, corpid=nil, merchantid=nil, createtime=nil, updatetime=nil, status=nil, log=nil, createuser=nil, amount=nil, codelength=nil, codetype=nil, cipher=nil, texturl=nil, packurl=nil, merchantname=nil, ruletype=nil, customid=nil, packtype=nil, packlevel=nil, packspec=nil)
|
|
274
274
|
@PackId = packid
|
|
275
275
|
@CorpId = corpid
|
|
@@ -342,7 +342,7 @@ module TencentCloud
|
|
|
342
342
|
# @type Ext: String
|
|
343
343
|
|
|
344
344
|
attr_accessor :Name, :Type, :Value, :Length, :Ext
|
|
345
|
-
|
|
345
|
+
|
|
346
346
|
def initialize(name=nil, type=nil, value=nil, length=nil, ext=nil)
|
|
347
347
|
@Name = name
|
|
348
348
|
@Type = type
|
|
@@ -372,7 +372,7 @@ module TencentCloud
|
|
|
372
372
|
# @type UsageQuota: :class:`Tencentcloud::Trp.v20210515.models.UsageQuota`
|
|
373
373
|
|
|
374
374
|
attr_accessor :CorpId, :CorpName, :Quota, :UsageQuota
|
|
375
|
-
|
|
375
|
+
|
|
376
376
|
def initialize(corpid=nil, corpname=nil, quota=nil, usagequota=nil)
|
|
377
377
|
@CorpId = corpid
|
|
378
378
|
@CorpName = corpname
|
|
@@ -416,7 +416,7 @@ module TencentCloud
|
|
|
416
416
|
# @type BatchCode: String
|
|
417
417
|
|
|
418
418
|
attr_accessor :CorpId, :MerchantId, :ProductId, :BatchType, :BatchId, :Remark, :MpTpl, :CloneId, :BatchCode
|
|
419
|
-
|
|
419
|
+
|
|
420
420
|
def initialize(corpid=nil, merchantid=nil, productid=nil, batchtype=nil, batchid=nil, remark=nil, mptpl=nil, cloneid=nil, batchcode=nil)
|
|
421
421
|
@CorpId = corpid
|
|
422
422
|
@MerchantId = merchantid
|
|
@@ -450,7 +450,7 @@ module TencentCloud
|
|
|
450
450
|
# @type RequestId: String
|
|
451
451
|
|
|
452
452
|
attr_accessor :BatchId, :RequestId
|
|
453
|
-
|
|
453
|
+
|
|
454
454
|
def initialize(batchid=nil, requestid=nil)
|
|
455
455
|
@BatchId = batchid
|
|
456
456
|
@RequestId = requestid
|
|
@@ -486,7 +486,7 @@ module TencentCloud
|
|
|
486
486
|
# @type SerialType: Integer
|
|
487
487
|
|
|
488
488
|
attr_accessor :MerchantId, :CodeLength, :CodeType, :Amount, :CorpId, :PackType, :PackLevel, :PackSpec, :BatchId, :SerialType
|
|
489
|
-
|
|
489
|
+
|
|
490
490
|
def initialize(merchantid=nil, codelength=nil, codetype=nil, amount=nil, corpid=nil, packtype=nil, packlevel=nil, packspec=nil, batchid=nil, serialtype=nil)
|
|
491
491
|
@MerchantId = merchantid
|
|
492
492
|
@CodeLength = codelength
|
|
@@ -529,7 +529,7 @@ module TencentCloud
|
|
|
529
529
|
# @type RequestId: String
|
|
530
530
|
|
|
531
531
|
attr_accessor :PackId, :RequestId
|
|
532
|
-
|
|
532
|
+
|
|
533
533
|
def initialize(packid=nil, requestid=nil)
|
|
534
534
|
@PackId = packid
|
|
535
535
|
@RequestId = requestid
|
|
@@ -563,7 +563,7 @@ module TencentCloud
|
|
|
563
563
|
# @type Remark: String
|
|
564
564
|
|
|
565
565
|
attr_accessor :CorpName, :Owner, :CodeQuota, :ExpireTime, :Amount, :CorpId, :ContactPerson, :ContactNumber, :Remark
|
|
566
|
-
|
|
566
|
+
|
|
567
567
|
def initialize(corpname=nil, owner=nil, codequota=nil, expiretime=nil, amount=nil, corpid=nil, contactperson=nil, contactnumber=nil, remark=nil)
|
|
568
568
|
@CorpName = corpname
|
|
569
569
|
@Owner = owner
|
|
@@ -598,7 +598,7 @@ module TencentCloud
|
|
|
598
598
|
# @type RequestId: String
|
|
599
599
|
|
|
600
600
|
attr_accessor :CorpId, :RequestId
|
|
601
|
-
|
|
601
|
+
|
|
602
602
|
def initialize(corpid=nil, requestid=nil)
|
|
603
603
|
@CorpId = corpid
|
|
604
604
|
@RequestId = requestid
|
|
@@ -634,7 +634,7 @@ module TencentCloud
|
|
|
634
634
|
# @type SerialType: Integer
|
|
635
635
|
|
|
636
636
|
attr_accessor :MerchantId, :Amount, :CorpId, :PackType, :PackLevel, :PackSpec, :CustomId, :CodeParts, :BatchId, :SerialType
|
|
637
|
-
|
|
637
|
+
|
|
638
638
|
def initialize(merchantid=nil, amount=nil, corpid=nil, packtype=nil, packlevel=nil, packspec=nil, customid=nil, codeparts=nil, batchid=nil, serialtype=nil)
|
|
639
639
|
@MerchantId = merchantid
|
|
640
640
|
@Amount = amount
|
|
@@ -684,7 +684,7 @@ module TencentCloud
|
|
|
684
684
|
# @type RequestId: String
|
|
685
685
|
|
|
686
686
|
attr_accessor :PackId, :RequestId
|
|
687
|
-
|
|
687
|
+
|
|
688
688
|
def initialize(packid=nil, requestid=nil)
|
|
689
689
|
@PackId = packid
|
|
690
690
|
@RequestId = requestid
|
|
@@ -710,7 +710,7 @@ module TencentCloud
|
|
|
710
710
|
# @type CorpId: Integer
|
|
711
711
|
|
|
712
712
|
attr_accessor :Name, :MerchantId, :CodeLength, :CodeParts, :CorpId
|
|
713
|
-
|
|
713
|
+
|
|
714
714
|
def initialize(name=nil, merchantid=nil, codelength=nil, codeparts=nil, corpid=nil)
|
|
715
715
|
@Name = name
|
|
716
716
|
@MerchantId = merchantid
|
|
@@ -744,7 +744,7 @@ module TencentCloud
|
|
|
744
744
|
# @type RequestId: String
|
|
745
745
|
|
|
746
746
|
attr_accessor :CustomId, :RequestId
|
|
747
|
-
|
|
747
|
+
|
|
748
748
|
def initialize(customid=nil, requestid=nil)
|
|
749
749
|
@CustomId = customid
|
|
750
750
|
@RequestId = requestid
|
|
@@ -770,7 +770,7 @@ module TencentCloud
|
|
|
770
770
|
# @type CodeUrl: String
|
|
771
771
|
|
|
772
772
|
attr_accessor :Name, :Remark, :CorpId, :CodeType, :CodeUrl
|
|
773
|
-
|
|
773
|
+
|
|
774
774
|
def initialize(name=nil, remark=nil, corpid=nil, codetype=nil, codeurl=nil)
|
|
775
775
|
@Name = name
|
|
776
776
|
@Remark = remark
|
|
@@ -797,7 +797,7 @@ module TencentCloud
|
|
|
797
797
|
# @type RequestId: String
|
|
798
798
|
|
|
799
799
|
attr_accessor :MerchantId, :RequestId
|
|
800
|
-
|
|
800
|
+
|
|
801
801
|
def initialize(merchantid=nil, requestid=nil)
|
|
802
802
|
@MerchantId = merchantid
|
|
803
803
|
@RequestId = requestid
|
|
@@ -829,7 +829,7 @@ module TencentCloud
|
|
|
829
829
|
# @type Ext: :class:`Tencentcloud::Trp.v20210515.models.Ext`
|
|
830
830
|
|
|
831
831
|
attr_accessor :Name, :MerchantId, :Remark, :MerchantName, :Specification, :Logo, :CorpId, :Ext
|
|
832
|
-
|
|
832
|
+
|
|
833
833
|
def initialize(name=nil, merchantid=nil, remark=nil, merchantname=nil, specification=nil, logo=nil, corpid=nil, ext=nil)
|
|
834
834
|
@Name = name
|
|
835
835
|
@MerchantId = merchantid
|
|
@@ -865,7 +865,7 @@ module TencentCloud
|
|
|
865
865
|
# @type RequestId: String
|
|
866
866
|
|
|
867
867
|
attr_accessor :ProductId, :RequestId
|
|
868
|
-
|
|
868
|
+
|
|
869
869
|
def initialize(productid=nil, requestid=nil)
|
|
870
870
|
@ProductId = productid
|
|
871
871
|
@RequestId = requestid
|
|
@@ -885,7 +885,7 @@ module TencentCloud
|
|
|
885
885
|
# @type TraceId: String
|
|
886
886
|
|
|
887
887
|
attr_accessor :CorpId, :TraceId
|
|
888
|
-
|
|
888
|
+
|
|
889
889
|
def initialize(corpid=nil, traceid=nil)
|
|
890
890
|
@CorpId = corpid
|
|
891
891
|
@TraceId = traceid
|
|
@@ -905,7 +905,7 @@ module TencentCloud
|
|
|
905
905
|
# @type RequestId: String
|
|
906
906
|
|
|
907
907
|
attr_accessor :TraceId, :RequestId
|
|
908
|
-
|
|
908
|
+
|
|
909
909
|
def initialize(traceid=nil, requestid=nil)
|
|
910
910
|
@TraceId = traceid
|
|
911
911
|
@RequestId = requestid
|
|
@@ -927,7 +927,7 @@ module TencentCloud
|
|
|
927
927
|
# @type FileKey: String
|
|
928
928
|
|
|
929
929
|
attr_accessor :CorpId, :BatchId, :FileKey
|
|
930
|
-
|
|
930
|
+
|
|
931
931
|
def initialize(corpid=nil, batchid=nil, filekey=nil)
|
|
932
932
|
@CorpId = corpid
|
|
933
933
|
@BatchId = batchid
|
|
@@ -950,7 +950,7 @@ module TencentCloud
|
|
|
950
950
|
# @type RequestId: String
|
|
951
951
|
|
|
952
952
|
attr_accessor :BatchId, :RequestId
|
|
953
|
-
|
|
953
|
+
|
|
954
954
|
def initialize(batchid=nil, requestid=nil)
|
|
955
955
|
@BatchId = batchid
|
|
956
956
|
@RequestId = requestid
|
|
@@ -980,7 +980,7 @@ module TencentCloud
|
|
|
980
980
|
# @type CheckType: Integer
|
|
981
981
|
|
|
982
982
|
attr_accessor :BatchId, :CorpId, :Codes, :CodeType, :CheckType
|
|
983
|
-
|
|
983
|
+
|
|
984
984
|
def initialize(batchid=nil, corpid=nil, codes=nil, codetype=nil, checktype=nil)
|
|
985
985
|
@BatchId = batchid
|
|
986
986
|
@CorpId = corpid
|
|
@@ -1017,7 +1017,7 @@ module TencentCloud
|
|
|
1017
1017
|
# @type RequestId: String
|
|
1018
1018
|
|
|
1019
1019
|
attr_accessor :BatchId, :ActiveCnt, :CodeCnt, :RequestId
|
|
1020
|
-
|
|
1020
|
+
|
|
1021
1021
|
def initialize(batchid=nil, activecnt=nil, codecnt=nil, requestid=nil)
|
|
1022
1022
|
@BatchId = batchid
|
|
1023
1023
|
@ActiveCnt = activecnt
|
|
@@ -1059,7 +1059,7 @@ module TencentCloud
|
|
|
1059
1059
|
# @type PhaseData: :class:`Tencentcloud::Trp.v20210515.models.PhaseData`
|
|
1060
1060
|
|
|
1061
1061
|
attr_accessor :CorpId, :BatchId, :TaskId, :Phase, :PhaseName, :ChainStatus, :Type, :TraceId, :TraceItems, :Status, :PhaseData
|
|
1062
|
-
|
|
1062
|
+
|
|
1063
1063
|
def initialize(corpid=nil, batchid=nil, taskid=nil, phase=nil, phasename=nil, chainstatus=nil, type=nil, traceid=nil, traceitems=nil, status=nil, phasedata=nil)
|
|
1064
1064
|
@CorpId = corpid
|
|
1065
1065
|
@BatchId = batchid
|
|
@@ -1107,7 +1107,7 @@ module TencentCloud
|
|
|
1107
1107
|
# @type RequestId: String
|
|
1108
1108
|
|
|
1109
1109
|
attr_accessor :TraceId, :RequestId
|
|
1110
|
-
|
|
1110
|
+
|
|
1111
1111
|
def initialize(traceid=nil, requestid=nil)
|
|
1112
1112
|
@TraceId = traceid
|
|
1113
1113
|
@RequestId = requestid
|
|
@@ -1144,7 +1144,7 @@ module TencentCloud
|
|
|
1144
1144
|
# @type UpdateTime: String
|
|
1145
1145
|
|
|
1146
1146
|
attr_accessor :CustomId, :Name, :CorpId, :MerchantId, :CodeLength, :Status, :CodeParts, :CreateTime, :UpdateTime
|
|
1147
|
-
|
|
1147
|
+
|
|
1148
1148
|
def initialize(customid=nil, name=nil, corpid=nil, merchantid=nil, codelength=nil, status=nil, codeparts=nil, createtime=nil, updatetime=nil)
|
|
1149
1149
|
@CustomId = customid
|
|
1150
1150
|
@Name = name
|
|
@@ -1185,7 +1185,7 @@ module TencentCloud
|
|
|
1185
1185
|
# @type BatchId: String
|
|
1186
1186
|
|
|
1187
1187
|
attr_accessor :CorpId, :BatchId
|
|
1188
|
-
|
|
1188
|
+
|
|
1189
1189
|
def initialize(corpid=nil, batchid=nil)
|
|
1190
1190
|
@CorpId = corpid
|
|
1191
1191
|
@BatchId = batchid
|
|
@@ -1205,7 +1205,7 @@ module TencentCloud
|
|
|
1205
1205
|
# @type RequestId: String
|
|
1206
1206
|
|
|
1207
1207
|
attr_accessor :BatchId, :RequestId
|
|
1208
|
-
|
|
1208
|
+
|
|
1209
1209
|
def initialize(batchid=nil, requestid=nil)
|
|
1210
1210
|
@BatchId = batchid
|
|
1211
1211
|
@RequestId = requestid
|
|
@@ -1225,7 +1225,7 @@ module TencentCloud
|
|
|
1225
1225
|
# @type CorpId: Integer
|
|
1226
1226
|
|
|
1227
1227
|
attr_accessor :MerchantId, :CorpId
|
|
1228
|
-
|
|
1228
|
+
|
|
1229
1229
|
def initialize(merchantid=nil, corpid=nil)
|
|
1230
1230
|
@MerchantId = merchantid
|
|
1231
1231
|
@CorpId = corpid
|
|
@@ -1246,7 +1246,7 @@ module TencentCloud
|
|
|
1246
1246
|
# @type RequestId: String
|
|
1247
1247
|
|
|
1248
1248
|
attr_accessor :MerchantId, :RequestId
|
|
1249
|
-
|
|
1249
|
+
|
|
1250
1250
|
def initialize(merchantid=nil, requestid=nil)
|
|
1251
1251
|
@MerchantId = merchantid
|
|
1252
1252
|
@RequestId = requestid
|
|
@@ -1266,7 +1266,7 @@ module TencentCloud
|
|
|
1266
1266
|
# @type CorpId: Integer
|
|
1267
1267
|
|
|
1268
1268
|
attr_accessor :ProductId, :CorpId
|
|
1269
|
-
|
|
1269
|
+
|
|
1270
1270
|
def initialize(productid=nil, corpid=nil)
|
|
1271
1271
|
@ProductId = productid
|
|
1272
1272
|
@CorpId = corpid
|
|
@@ -1287,7 +1287,7 @@ module TencentCloud
|
|
|
1287
1287
|
# @type RequestId: String
|
|
1288
1288
|
|
|
1289
1289
|
attr_accessor :ProductId, :RequestId
|
|
1290
|
-
|
|
1290
|
+
|
|
1291
1291
|
def initialize(productid=nil, requestid=nil)
|
|
1292
1292
|
@ProductId = productid
|
|
1293
1293
|
@RequestId = requestid
|
|
@@ -1307,7 +1307,7 @@ module TencentCloud
|
|
|
1307
1307
|
# @type CorpId: Integer
|
|
1308
1308
|
|
|
1309
1309
|
attr_accessor :TraceId, :CorpId
|
|
1310
|
-
|
|
1310
|
+
|
|
1311
1311
|
def initialize(traceid=nil, corpid=nil)
|
|
1312
1312
|
@TraceId = traceid
|
|
1313
1313
|
@CorpId = corpid
|
|
@@ -1328,7 +1328,7 @@ module TencentCloud
|
|
|
1328
1328
|
# @type RequestId: String
|
|
1329
1329
|
|
|
1330
1330
|
attr_accessor :TraceId, :RequestId
|
|
1331
|
-
|
|
1331
|
+
|
|
1332
1332
|
def initialize(traceid=nil, requestid=nil)
|
|
1333
1333
|
@TraceId = traceid
|
|
1334
1334
|
@RequestId = requestid
|
|
@@ -1348,7 +1348,7 @@ module TencentCloud
|
|
|
1348
1348
|
# @type BatchId: String
|
|
1349
1349
|
|
|
1350
1350
|
attr_accessor :CorpId, :BatchId
|
|
1351
|
-
|
|
1351
|
+
|
|
1352
1352
|
def initialize(corpid=nil, batchid=nil)
|
|
1353
1353
|
@CorpId = corpid
|
|
1354
1354
|
@BatchId = batchid
|
|
@@ -1368,7 +1368,7 @@ module TencentCloud
|
|
|
1368
1368
|
# @type RequestId: String
|
|
1369
1369
|
|
|
1370
1370
|
attr_accessor :CodeBatch, :RequestId
|
|
1371
|
-
|
|
1371
|
+
|
|
1372
1372
|
def initialize(codebatch=nil, requestid=nil)
|
|
1373
1373
|
@CodeBatch = codebatch
|
|
1374
1374
|
@RequestId = requestid
|
|
@@ -1401,7 +1401,7 @@ module TencentCloud
|
|
|
1401
1401
|
# @type CorpId: Integer
|
|
1402
1402
|
|
|
1403
1403
|
attr_accessor :MerchantId, :ProductId, :Keyword, :PageSize, :PageNumber, :BatchType, :CorpId
|
|
1404
|
-
|
|
1404
|
+
|
|
1405
1405
|
def initialize(merchantid=nil, productid=nil, keyword=nil, pagesize=nil, pagenumber=nil, batchtype=nil, corpid=nil)
|
|
1406
1406
|
@MerchantId = merchantid
|
|
1407
1407
|
@ProductId = productid
|
|
@@ -1435,7 +1435,7 @@ module TencentCloud
|
|
|
1435
1435
|
# @type RequestId: String
|
|
1436
1436
|
|
|
1437
1437
|
attr_accessor :CodeBatchs, :TotalCount, :RequestId
|
|
1438
|
-
|
|
1438
|
+
|
|
1439
1439
|
def initialize(codebatchs=nil, totalcount=nil, requestid=nil)
|
|
1440
1440
|
@CodeBatchs = codebatchs
|
|
1441
1441
|
@TotalCount = totalcount
|
|
@@ -1464,7 +1464,7 @@ module TencentCloud
|
|
|
1464
1464
|
# @type CorpId: Integer
|
|
1465
1465
|
|
|
1466
1466
|
attr_accessor :PackId, :CorpId
|
|
1467
|
-
|
|
1467
|
+
|
|
1468
1468
|
def initialize(packid=nil, corpid=nil)
|
|
1469
1469
|
@PackId = packid
|
|
1470
1470
|
@CorpId = corpid
|
|
@@ -1485,7 +1485,7 @@ module TencentCloud
|
|
|
1485
1485
|
# @type RequestId: String
|
|
1486
1486
|
|
|
1487
1487
|
attr_accessor :Status, :RequestId
|
|
1488
|
-
|
|
1488
|
+
|
|
1489
1489
|
def initialize(status=nil, requestid=nil)
|
|
1490
1490
|
@Status = status
|
|
1491
1491
|
@RequestId = requestid
|
|
@@ -1505,7 +1505,7 @@ module TencentCloud
|
|
|
1505
1505
|
# @type CorpId: Integer
|
|
1506
1506
|
|
|
1507
1507
|
attr_accessor :PackId, :CorpId
|
|
1508
|
-
|
|
1508
|
+
|
|
1509
1509
|
def initialize(packid=nil, corpid=nil)
|
|
1510
1510
|
@PackId = packid
|
|
1511
1511
|
@CorpId = corpid
|
|
@@ -1532,7 +1532,7 @@ module TencentCloud
|
|
|
1532
1532
|
# @type RequestId: String
|
|
1533
1533
|
|
|
1534
1534
|
attr_accessor :Url, :ImgUrl, :FileKey, :RequestId
|
|
1535
|
-
|
|
1535
|
+
|
|
1536
1536
|
def initialize(url=nil, imgurl=nil, filekey=nil, requestid=nil)
|
|
1537
1537
|
@Url = url
|
|
1538
1538
|
@ImgUrl = imgurl
|
|
@@ -1562,7 +1562,7 @@ module TencentCloud
|
|
|
1562
1562
|
# @type SerialType: Integer
|
|
1563
1563
|
|
|
1564
1564
|
attr_accessor :PageSize, :PageNumber, :Keyword, :CorpId, :SerialType
|
|
1565
|
-
|
|
1565
|
+
|
|
1566
1566
|
def initialize(pagesize=nil, pagenumber=nil, keyword=nil, corpid=nil, serialtype=nil)
|
|
1567
1567
|
@PageSize = pagesize
|
|
1568
1568
|
@PageNumber = pagenumber
|
|
@@ -1592,7 +1592,7 @@ module TencentCloud
|
|
|
1592
1592
|
# @type RequestId: String
|
|
1593
1593
|
|
|
1594
1594
|
attr_accessor :CodePacks, :TotalCount, :RequestId
|
|
1595
|
-
|
|
1595
|
+
|
|
1596
1596
|
def initialize(codepacks=nil, totalcount=nil, requestid=nil)
|
|
1597
1597
|
@CodePacks = codepacks
|
|
1598
1598
|
@TotalCount = totalcount
|
|
@@ -1621,7 +1621,7 @@ module TencentCloud
|
|
|
1621
1621
|
# @type CorpId: Integer
|
|
1622
1622
|
|
|
1623
1623
|
attr_accessor :PackId, :CorpId
|
|
1624
|
-
|
|
1624
|
+
|
|
1625
1625
|
def initialize(packid=nil, corpid=nil)
|
|
1626
1626
|
@PackId = packid
|
|
1627
1627
|
@CorpId = corpid
|
|
@@ -1642,7 +1642,7 @@ module TencentCloud
|
|
|
1642
1642
|
# @type RequestId: String
|
|
1643
1643
|
|
|
1644
1644
|
attr_accessor :Codes, :RequestId
|
|
1645
|
-
|
|
1645
|
+
|
|
1646
1646
|
def initialize(codes=nil, requestid=nil)
|
|
1647
1647
|
@Codes = codes
|
|
1648
1648
|
@RequestId = requestid
|
|
@@ -1673,7 +1673,7 @@ module TencentCloud
|
|
|
1673
1673
|
# @type Keyword: String
|
|
1674
1674
|
|
|
1675
1675
|
attr_accessor :AgentId, :PageNumber, :PageSize, :Keyword
|
|
1676
|
-
|
|
1676
|
+
|
|
1677
1677
|
def initialize(agentid=nil, pagenumber=nil, pagesize=nil, keyword=nil)
|
|
1678
1678
|
@AgentId = agentid
|
|
1679
1679
|
@PageNumber = pagenumber
|
|
@@ -1701,7 +1701,7 @@ module TencentCloud
|
|
|
1701
1701
|
# @type RequestId: String
|
|
1702
1702
|
|
|
1703
1703
|
attr_accessor :CorpQuotas, :Total, :RequestId
|
|
1704
|
-
|
|
1704
|
+
|
|
1705
1705
|
def initialize(corpquotas=nil, total=nil, requestid=nil)
|
|
1706
1706
|
@CorpQuotas = corpquotas
|
|
1707
1707
|
@Total = total
|
|
@@ -1730,7 +1730,7 @@ module TencentCloud
|
|
|
1730
1730
|
# @type CorpId: Integer
|
|
1731
1731
|
|
|
1732
1732
|
attr_accessor :CustomId, :CorpId
|
|
1733
|
-
|
|
1733
|
+
|
|
1734
1734
|
def initialize(customid=nil, corpid=nil)
|
|
1735
1735
|
@CustomId = customid
|
|
1736
1736
|
@CorpId = corpid
|
|
@@ -1751,7 +1751,7 @@ module TencentCloud
|
|
|
1751
1751
|
# @type RequestId: String
|
|
1752
1752
|
|
|
1753
1753
|
attr_accessor :CustomRule, :RequestId
|
|
1754
|
-
|
|
1754
|
+
|
|
1755
1755
|
def initialize(customrule=nil, requestid=nil)
|
|
1756
1756
|
@CustomRule = customrule
|
|
1757
1757
|
@RequestId = requestid
|
|
@@ -1782,7 +1782,7 @@ module TencentCloud
|
|
|
1782
1782
|
# @type MerchantId: String
|
|
1783
1783
|
|
|
1784
1784
|
attr_accessor :Keyword, :PageSize, :PageNumber, :CorpId, :Status, :MerchantId
|
|
1785
|
-
|
|
1785
|
+
|
|
1786
1786
|
def initialize(keyword=nil, pagesize=nil, pagenumber=nil, corpid=nil, status=nil, merchantid=nil)
|
|
1787
1787
|
@Keyword = keyword
|
|
1788
1788
|
@PageSize = pagesize
|
|
@@ -1814,7 +1814,7 @@ module TencentCloud
|
|
|
1814
1814
|
# @type RequestId: String
|
|
1815
1815
|
|
|
1816
1816
|
attr_accessor :CustomRules, :TotalCount, :RequestId
|
|
1817
|
-
|
|
1817
|
+
|
|
1818
1818
|
def initialize(customrules=nil, totalcount=nil, requestid=nil)
|
|
1819
1819
|
@CustomRules = customrules
|
|
1820
1820
|
@TotalCount = totalcount
|
|
@@ -1843,7 +1843,7 @@ module TencentCloud
|
|
|
1843
1843
|
# @type CorpId: Integer
|
|
1844
1844
|
|
|
1845
1845
|
attr_accessor :JobId, :CorpId
|
|
1846
|
-
|
|
1846
|
+
|
|
1847
1847
|
def initialize(jobid=nil, corpid=nil)
|
|
1848
1848
|
@JobId = jobid
|
|
1849
1849
|
@CorpId = corpid
|
|
@@ -1864,7 +1864,7 @@ module TencentCloud
|
|
|
1864
1864
|
# @type RequestId: String
|
|
1865
1865
|
|
|
1866
1866
|
attr_accessor :Url, :RequestId
|
|
1867
|
-
|
|
1867
|
+
|
|
1868
1868
|
def initialize(url=nil, requestid=nil)
|
|
1869
1869
|
@Url = url
|
|
1870
1870
|
@RequestId = requestid
|
|
@@ -1884,7 +1884,7 @@ module TencentCloud
|
|
|
1884
1884
|
# @type CorpId: Integer
|
|
1885
1885
|
|
|
1886
1886
|
attr_accessor :MerchantId, :CorpId
|
|
1887
|
-
|
|
1887
|
+
|
|
1888
1888
|
def initialize(merchantid=nil, corpid=nil)
|
|
1889
1889
|
@MerchantId = merchantid
|
|
1890
1890
|
@CorpId = corpid
|
|
@@ -1905,7 +1905,7 @@ module TencentCloud
|
|
|
1905
1905
|
# @type RequestId: String
|
|
1906
1906
|
|
|
1907
1907
|
attr_accessor :Merchant, :RequestId
|
|
1908
|
-
|
|
1908
|
+
|
|
1909
1909
|
def initialize(merchant=nil, requestid=nil)
|
|
1910
1910
|
@Merchant = merchant
|
|
1911
1911
|
@RequestId = requestid
|
|
@@ -1934,7 +1934,7 @@ module TencentCloud
|
|
|
1934
1934
|
# @type CodeType: Integer
|
|
1935
1935
|
|
|
1936
1936
|
attr_accessor :Name, :PageSize, :PageNumber, :CorpId, :CodeType
|
|
1937
|
-
|
|
1937
|
+
|
|
1938
1938
|
def initialize(name=nil, pagesize=nil, pagenumber=nil, corpid=nil, codetype=nil)
|
|
1939
1939
|
@Name = name
|
|
1940
1940
|
@PageSize = pagesize
|
|
@@ -1964,7 +1964,7 @@ module TencentCloud
|
|
|
1964
1964
|
# @type RequestId: String
|
|
1965
1965
|
|
|
1966
1966
|
attr_accessor :Merchants, :TotalCount, :RequestId
|
|
1967
|
-
|
|
1967
|
+
|
|
1968
1968
|
def initialize(merchants=nil, totalcount=nil, requestid=nil)
|
|
1969
1969
|
@Merchants = merchants
|
|
1970
1970
|
@TotalCount = totalcount
|
|
@@ -1993,7 +1993,7 @@ module TencentCloud
|
|
|
1993
1993
|
# @type CorpId: Integer
|
|
1994
1994
|
|
|
1995
1995
|
attr_accessor :ProductId, :CorpId
|
|
1996
|
-
|
|
1996
|
+
|
|
1997
1997
|
def initialize(productid=nil, corpid=nil)
|
|
1998
1998
|
@ProductId = productid
|
|
1999
1999
|
@CorpId = corpid
|
|
@@ -2014,7 +2014,7 @@ module TencentCloud
|
|
|
2014
2014
|
# @type RequestId: String
|
|
2015
2015
|
|
|
2016
2016
|
attr_accessor :Product, :RequestId
|
|
2017
|
-
|
|
2017
|
+
|
|
2018
2018
|
def initialize(product=nil, requestid=nil)
|
|
2019
2019
|
@Product = product
|
|
2020
2020
|
@RequestId = requestid
|
|
@@ -2043,7 +2043,7 @@ module TencentCloud
|
|
|
2043
2043
|
# @type CorpId: Integer
|
|
2044
2044
|
|
|
2045
2045
|
attr_accessor :Name, :PageSize, :PageNumber, :MerchantId, :CorpId
|
|
2046
|
-
|
|
2046
|
+
|
|
2047
2047
|
def initialize(name=nil, pagesize=nil, pagenumber=nil, merchantid=nil, corpid=nil)
|
|
2048
2048
|
@Name = name
|
|
2049
2049
|
@PageSize = pagesize
|
|
@@ -2073,7 +2073,7 @@ module TencentCloud
|
|
|
2073
2073
|
# @type RequestId: String
|
|
2074
2074
|
|
|
2075
2075
|
attr_accessor :Products, :TotalCount, :RequestId
|
|
2076
|
-
|
|
2076
|
+
|
|
2077
2077
|
def initialize(products=nil, totalcount=nil, requestid=nil)
|
|
2078
2078
|
@Products = products
|
|
2079
2079
|
@TotalCount = totalcount
|
|
@@ -2102,7 +2102,7 @@ module TencentCloud
|
|
|
2102
2102
|
# @type CorpId: Integer
|
|
2103
2103
|
|
|
2104
2104
|
attr_accessor :Code, :CorpId
|
|
2105
|
-
|
|
2105
|
+
|
|
2106
2106
|
def initialize(code=nil, corpid=nil)
|
|
2107
2107
|
@Code = code
|
|
2108
2108
|
@CorpId = corpid
|
|
@@ -2127,7 +2127,7 @@ module TencentCloud
|
|
|
2127
2127
|
# @type RequestId: String
|
|
2128
2128
|
|
|
2129
2129
|
attr_accessor :Products, :TotalCount, :ScanLogs, :RequestId
|
|
2130
|
-
|
|
2130
|
+
|
|
2131
2131
|
def initialize(products=nil, totalcount=nil, scanlogs=nil, requestid=nil)
|
|
2132
2132
|
@Products = products
|
|
2133
2133
|
@TotalCount = totalcount
|
|
@@ -2175,7 +2175,7 @@ module TencentCloud
|
|
|
2175
2175
|
# @type Code: String
|
|
2176
2176
|
|
|
2177
2177
|
attr_accessor :CorpId, :PageSize, :PageNumber, :MerchantId, :ProductId, :BatchId, :Code
|
|
2178
|
-
|
|
2178
|
+
|
|
2179
2179
|
def initialize(corpid=nil, pagesize=nil, pagenumber=nil, merchantid=nil, productid=nil, batchid=nil, code=nil)
|
|
2180
2180
|
@CorpId = corpid
|
|
2181
2181
|
@PageSize = pagesize
|
|
@@ -2205,7 +2205,7 @@ module TencentCloud
|
|
|
2205
2205
|
# @type RequestId: String
|
|
2206
2206
|
|
|
2207
2207
|
attr_accessor :ScanStats, :RequestId
|
|
2208
|
-
|
|
2208
|
+
|
|
2209
2209
|
def initialize(scanstats=nil, requestid=nil)
|
|
2210
2210
|
@ScanStats = scanstats
|
|
2211
2211
|
@RequestId = requestid
|
|
@@ -2230,7 +2230,7 @@ module TencentCloud
|
|
|
2230
2230
|
# @type CorpId: Integer
|
|
2231
2231
|
|
|
2232
2232
|
attr_accessor :CorpId
|
|
2233
|
-
|
|
2233
|
+
|
|
2234
2234
|
def initialize(corpid=nil)
|
|
2235
2235
|
@CorpId = corpid
|
|
2236
2236
|
end
|
|
@@ -2249,7 +2249,7 @@ module TencentCloud
|
|
|
2249
2249
|
# @type RequestId: String
|
|
2250
2250
|
|
|
2251
2251
|
attr_accessor :Token, :RequestId
|
|
2252
|
-
|
|
2252
|
+
|
|
2253
2253
|
def initialize(token=nil, requestid=nil)
|
|
2254
2254
|
@Token = token
|
|
2255
2255
|
@RequestId = requestid
|
|
@@ -2269,7 +2269,7 @@ module TencentCloud
|
|
|
2269
2269
|
# @type Code: String
|
|
2270
2270
|
|
|
2271
2271
|
attr_accessor :CorpId, :Code
|
|
2272
|
-
|
|
2272
|
+
|
|
2273
2273
|
def initialize(corpid=nil, code=nil)
|
|
2274
2274
|
@CorpId = corpid
|
|
2275
2275
|
@Code = code
|
|
@@ -2289,7 +2289,7 @@ module TencentCloud
|
|
|
2289
2289
|
# @type RequestId: String
|
|
2290
2290
|
|
|
2291
2291
|
attr_accessor :TraceCode, :RequestId
|
|
2292
|
-
|
|
2292
|
+
|
|
2293
2293
|
def initialize(tracecode=nil, requestid=nil)
|
|
2294
2294
|
@TraceCode = tracecode
|
|
2295
2295
|
@RequestId = requestid
|
|
@@ -2318,7 +2318,7 @@ module TencentCloud
|
|
|
2318
2318
|
# @type CorpId: Integer
|
|
2319
2319
|
|
|
2320
2320
|
attr_accessor :Keyword, :PageNumber, :PageSize, :BatchId, :CorpId
|
|
2321
|
-
|
|
2321
|
+
|
|
2322
2322
|
def initialize(keyword=nil, pagenumber=nil, pagesize=nil, batchid=nil, corpid=nil)
|
|
2323
2323
|
@Keyword = keyword
|
|
2324
2324
|
@PageNumber = pagenumber
|
|
@@ -2348,7 +2348,7 @@ module TencentCloud
|
|
|
2348
2348
|
# @type RequestId: String
|
|
2349
2349
|
|
|
2350
2350
|
attr_accessor :TraceCodes, :TotalCount, :RequestId
|
|
2351
|
-
|
|
2351
|
+
|
|
2352
2352
|
def initialize(tracecodes=nil, totalcount=nil, requestid=nil)
|
|
2353
2353
|
@TraceCodes = tracecodes
|
|
2354
2354
|
@TotalCount = totalcount
|
|
@@ -2377,7 +2377,7 @@ module TencentCloud
|
|
|
2377
2377
|
# @type CorpId: Integer
|
|
2378
2378
|
|
|
2379
2379
|
attr_accessor :Id, :CorpId
|
|
2380
|
-
|
|
2380
|
+
|
|
2381
2381
|
def initialize(id=nil, corpid=nil)
|
|
2382
2382
|
@Id = id
|
|
2383
2383
|
@CorpId = corpid
|
|
@@ -2397,7 +2397,7 @@ module TencentCloud
|
|
|
2397
2397
|
# @type RequestId: String
|
|
2398
2398
|
|
|
2399
2399
|
attr_accessor :TraceData, :RequestId
|
|
2400
|
-
|
|
2400
|
+
|
|
2401
2401
|
def initialize(tracedata=nil, requestid=nil)
|
|
2402
2402
|
@TraceData = tracedata
|
|
2403
2403
|
@RequestId = requestid
|
|
@@ -2430,7 +2430,7 @@ module TencentCloud
|
|
|
2430
2430
|
# @type PageSize: Integer
|
|
2431
2431
|
|
|
2432
2432
|
attr_accessor :CorpId, :BatchId, :TaskId, :PageNumber, :Code, :Phase, :PageSize
|
|
2433
|
-
|
|
2433
|
+
|
|
2434
2434
|
def initialize(corpid=nil, batchid=nil, taskid=nil, pagenumber=nil, code=nil, phase=nil, pagesize=nil)
|
|
2435
2435
|
@CorpId = corpid
|
|
2436
2436
|
@BatchId = batchid
|
|
@@ -2462,7 +2462,7 @@ module TencentCloud
|
|
|
2462
2462
|
# @type RequestId: String
|
|
2463
2463
|
|
|
2464
2464
|
attr_accessor :TotalCount, :TraceDataList, :RequestId
|
|
2465
|
-
|
|
2465
|
+
|
|
2466
2466
|
def initialize(totalcount=nil, tracedatalist=nil, requestid=nil)
|
|
2467
2467
|
@TotalCount = totalcount
|
|
2468
2468
|
@TraceDataList = tracedatalist
|
|
@@ -2489,7 +2489,7 @@ module TencentCloud
|
|
|
2489
2489
|
# @type BusinessSecurityData: :class:`Tencentcloud::Trp.v20210515.models.InputEncryptData`
|
|
2490
2490
|
|
|
2491
2491
|
attr_accessor :BusinessSecurityData
|
|
2492
|
-
|
|
2492
|
+
|
|
2493
2493
|
def initialize(businesssecuritydata=nil)
|
|
2494
2494
|
@BusinessSecurityData = businesssecuritydata
|
|
2495
2495
|
end
|
|
@@ -2510,7 +2510,7 @@ module TencentCloud
|
|
|
2510
2510
|
# @type RequestId: String
|
|
2511
2511
|
|
|
2512
2512
|
attr_accessor :Data, :RequestId
|
|
2513
|
-
|
|
2513
|
+
|
|
2514
2514
|
def initialize(data=nil, requestid=nil)
|
|
2515
2515
|
@Data = data
|
|
2516
2516
|
@RequestId = requestid
|
|
@@ -2528,7 +2528,7 @@ module TencentCloud
|
|
|
2528
2528
|
# 预留字段
|
|
2529
2529
|
class Ext < TencentCloud::Common::AbstractModel
|
|
2530
2530
|
|
|
2531
|
-
|
|
2531
|
+
|
|
2532
2532
|
def initialize()
|
|
2533
2533
|
end
|
|
2534
2534
|
|
|
@@ -2551,7 +2551,7 @@ module TencentCloud
|
|
|
2551
2551
|
# @type IsAuthorized: Integer
|
|
2552
2552
|
|
|
2553
2553
|
attr_accessor :EncryptMethod, :EncryptMode, :PaddingType, :EncryptData, :IsAuthorized
|
|
2554
|
-
|
|
2554
|
+
|
|
2555
2555
|
def initialize(encryptmethod=nil, encryptmode=nil, paddingtype=nil, encryptdata=nil, isauthorized=nil)
|
|
2556
2556
|
@EncryptMethod = encryptmethod
|
|
2557
2557
|
@EncryptMode = encryptmode
|
|
@@ -2577,7 +2577,7 @@ module TencentCloud
|
|
|
2577
2577
|
# @type Status: String
|
|
2578
2578
|
|
|
2579
2579
|
attr_accessor :JobId, :Status
|
|
2580
|
-
|
|
2580
|
+
|
|
2581
2581
|
def initialize(jobid=nil, status=nil)
|
|
2582
2582
|
@JobId = jobid
|
|
2583
2583
|
@Status = status
|
|
@@ -2613,7 +2613,7 @@ module TencentCloud
|
|
|
2613
2613
|
# @type CodeUrl: String
|
|
2614
2614
|
|
|
2615
2615
|
attr_accessor :MerchantId, :CorpId, :Name, :Remark, :CreateTime, :UpdateTime, :CodeRule, :CodeType, :CodeUrl
|
|
2616
|
-
|
|
2616
|
+
|
|
2617
2617
|
def initialize(merchantid=nil, corpid=nil, name=nil, remark=nil, createtime=nil, updatetime=nil, coderule=nil, codetype=nil, codeurl=nil)
|
|
2618
2618
|
@MerchantId = merchantid
|
|
2619
2619
|
@CorpId = corpid
|
|
@@ -2659,7 +2659,7 @@ module TencentCloud
|
|
|
2659
2659
|
# @type BatchCode: String
|
|
2660
2660
|
|
|
2661
2661
|
attr_accessor :BatchId, :CorpId, :Status, :MpTpl, :MerchantId, :ProductId, :Remark, :BatchCode
|
|
2662
|
-
|
|
2662
|
+
|
|
2663
2663
|
def initialize(batchid=nil, corpid=nil, status=nil, mptpl=nil, merchantid=nil, productid=nil, remark=nil, batchcode=nil)
|
|
2664
2664
|
@BatchId = batchid
|
|
2665
2665
|
@CorpId = corpid
|
|
@@ -2691,7 +2691,7 @@ module TencentCloud
|
|
|
2691
2691
|
# @type RequestId: String
|
|
2692
2692
|
|
|
2693
2693
|
attr_accessor :BatchId, :RequestId
|
|
2694
|
-
|
|
2694
|
+
|
|
2695
2695
|
def initialize(batchid=nil, requestid=nil)
|
|
2696
2696
|
@BatchId = batchid
|
|
2697
2697
|
@RequestId = requestid
|
|
@@ -2717,7 +2717,7 @@ module TencentCloud
|
|
|
2717
2717
|
# @type CorpId: Integer
|
|
2718
2718
|
|
|
2719
2719
|
attr_accessor :CustomId, :Name, :CodeLength, :CodeParts, :CorpId
|
|
2720
|
-
|
|
2720
|
+
|
|
2721
2721
|
def initialize(customid=nil, name=nil, codelength=nil, codeparts=nil, corpid=nil)
|
|
2722
2722
|
@CustomId = customid
|
|
2723
2723
|
@Name = name
|
|
@@ -2751,7 +2751,7 @@ module TencentCloud
|
|
|
2751
2751
|
# @type RequestId: String
|
|
2752
2752
|
|
|
2753
2753
|
attr_accessor :CustomId, :RequestId
|
|
2754
|
-
|
|
2754
|
+
|
|
2755
2755
|
def initialize(customid=nil, requestid=nil)
|
|
2756
2756
|
@CustomId = customid
|
|
2757
2757
|
@RequestId = requestid
|
|
@@ -2773,7 +2773,7 @@ module TencentCloud
|
|
|
2773
2773
|
# @type CorpId: Integer
|
|
2774
2774
|
|
|
2775
2775
|
attr_accessor :CustomId, :Status, :CorpId
|
|
2776
|
-
|
|
2776
|
+
|
|
2777
2777
|
def initialize(customid=nil, status=nil, corpid=nil)
|
|
2778
2778
|
@CustomId = customid
|
|
2779
2779
|
@Status = status
|
|
@@ -2796,7 +2796,7 @@ module TencentCloud
|
|
|
2796
2796
|
# @type RequestId: String
|
|
2797
2797
|
|
|
2798
2798
|
attr_accessor :CustomId, :RequestId
|
|
2799
|
-
|
|
2799
|
+
|
|
2800
2800
|
def initialize(customid=nil, requestid=nil)
|
|
2801
2801
|
@CustomId = customid
|
|
2802
2802
|
@RequestId = requestid
|
|
@@ -2824,7 +2824,7 @@ module TencentCloud
|
|
|
2824
2824
|
# @type CodeUrl: String
|
|
2825
2825
|
|
|
2826
2826
|
attr_accessor :Name, :MerchantId, :Remark, :CorpId, :CodeType, :CodeUrl
|
|
2827
|
-
|
|
2827
|
+
|
|
2828
2828
|
def initialize(name=nil, merchantid=nil, remark=nil, corpid=nil, codetype=nil, codeurl=nil)
|
|
2829
2829
|
@Name = name
|
|
2830
2830
|
@MerchantId = merchantid
|
|
@@ -2853,7 +2853,7 @@ module TencentCloud
|
|
|
2853
2853
|
# @type RequestId: String
|
|
2854
2854
|
|
|
2855
2855
|
attr_accessor :MerchantId, :RequestId
|
|
2856
|
-
|
|
2856
|
+
|
|
2857
2857
|
def initialize(merchantid=nil, requestid=nil)
|
|
2858
2858
|
@MerchantId = merchantid
|
|
2859
2859
|
@RequestId = requestid
|
|
@@ -2883,7 +2883,7 @@ module TencentCloud
|
|
|
2883
2883
|
# @type Ext: :class:`Tencentcloud::Trp.v20210515.models.Ext`
|
|
2884
2884
|
|
|
2885
2885
|
attr_accessor :Name, :ProductId, :Remark, :Specification, :Logo, :CorpId, :Ext
|
|
2886
|
-
|
|
2886
|
+
|
|
2887
2887
|
def initialize(name=nil, productid=nil, remark=nil, specification=nil, logo=nil, corpid=nil, ext=nil)
|
|
2888
2888
|
@Name = name
|
|
2889
2889
|
@ProductId = productid
|
|
@@ -2917,7 +2917,7 @@ module TencentCloud
|
|
|
2917
2917
|
# @type RequestId: String
|
|
2918
2918
|
|
|
2919
2919
|
attr_accessor :ProductId, :RequestId
|
|
2920
|
-
|
|
2920
|
+
|
|
2921
2921
|
def initialize(productid=nil, requestid=nil)
|
|
2922
2922
|
@ProductId = productid
|
|
2923
2923
|
@RequestId = requestid
|
|
@@ -2939,7 +2939,7 @@ module TencentCloud
|
|
|
2939
2939
|
# @type Status: Integer
|
|
2940
2940
|
|
|
2941
2941
|
attr_accessor :Code, :CorpId, :Status
|
|
2942
|
-
|
|
2942
|
+
|
|
2943
2943
|
def initialize(code=nil, corpid=nil, status=nil)
|
|
2944
2944
|
@Code = code
|
|
2945
2945
|
@CorpId = corpid
|
|
@@ -2959,7 +2959,7 @@ module TencentCloud
|
|
|
2959
2959
|
# @type RequestId: String
|
|
2960
2960
|
|
|
2961
2961
|
attr_accessor :RequestId
|
|
2962
|
-
|
|
2962
|
+
|
|
2963
2963
|
def initialize(requestid=nil)
|
|
2964
2964
|
@RequestId = requestid
|
|
2965
2965
|
end
|
|
@@ -2979,7 +2979,7 @@ module TencentCloud
|
|
|
2979
2979
|
# @type CorpId: Integer
|
|
2980
2980
|
|
|
2981
2981
|
attr_accessor :BatchId, :Codes, :CorpId
|
|
2982
|
-
|
|
2982
|
+
|
|
2983
2983
|
def initialize(batchid=nil, codes=nil, corpid=nil)
|
|
2984
2984
|
@BatchId = batchid
|
|
2985
2985
|
@Codes = codes
|
|
@@ -3005,7 +3005,7 @@ module TencentCloud
|
|
|
3005
3005
|
# @type RequestId: String
|
|
3006
3006
|
|
|
3007
3007
|
attr_accessor :UnlinkCnt, :CodeCnt, :BatchId, :RequestId
|
|
3008
|
-
|
|
3008
|
+
|
|
3009
3009
|
def initialize(unlinkcnt=nil, codecnt=nil, batchid=nil, requestid=nil)
|
|
3010
3010
|
@UnlinkCnt = unlinkcnt
|
|
3011
3011
|
@CodeCnt = codecnt
|
|
@@ -3033,7 +3033,7 @@ module TencentCloud
|
|
|
3033
3033
|
# @type TraceIds: Array
|
|
3034
3034
|
|
|
3035
3035
|
attr_accessor :CorpId, :BatchId, :TaskId, :TraceIds
|
|
3036
|
-
|
|
3036
|
+
|
|
3037
3037
|
def initialize(corpid=nil, batchid=nil, taskid=nil, traceids=nil)
|
|
3038
3038
|
@CorpId = corpid
|
|
3039
3039
|
@BatchId = batchid
|
|
@@ -3058,7 +3058,7 @@ module TencentCloud
|
|
|
3058
3058
|
# @type RequestId: String
|
|
3059
3059
|
|
|
3060
3060
|
attr_accessor :BatchId, :RequestId
|
|
3061
|
-
|
|
3061
|
+
|
|
3062
3062
|
def initialize(batchid=nil, requestid=nil)
|
|
3063
3063
|
@BatchId = batchid
|
|
3064
3064
|
@RequestId = requestid
|
|
@@ -3108,7 +3108,7 @@ module TencentCloud
|
|
|
3108
3108
|
# @type CorpId: Integer
|
|
3109
3109
|
|
|
3110
3110
|
attr_accessor :TraceId, :BatchId, :TaskId, :TraceItems, :PhaseName, :PhaseData, :Status, :Rank, :Type, :Code, :Phase, :TraceTime, :CreateTime, :ChainStatus, :ChainTime, :ChainData, :CorpId
|
|
3111
|
-
|
|
3111
|
+
|
|
3112
3112
|
def initialize(traceid=nil, batchid=nil, taskid=nil, traceitems=nil, phasename=nil, phasedata=nil, status=nil, rank=nil, type=nil, code=nil, phase=nil, tracetime=nil, createtime=nil, chainstatus=nil, chaintime=nil, chaindata=nil, corpid=nil)
|
|
3113
3113
|
@TraceId = traceid
|
|
3114
3114
|
@BatchId = batchid
|
|
@@ -3171,7 +3171,7 @@ module TencentCloud
|
|
|
3171
3171
|
# @type RequestId: String
|
|
3172
3172
|
|
|
3173
3173
|
attr_accessor :TraceId, :RequestId
|
|
3174
|
-
|
|
3174
|
+
|
|
3175
3175
|
def initialize(traceid=nil, requestid=nil)
|
|
3176
3176
|
@TraceId = traceid
|
|
3177
3177
|
@RequestId = requestid
|
|
@@ -3196,7 +3196,7 @@ module TencentCloud
|
|
|
3196
3196
|
# @type Value: String
|
|
3197
3197
|
|
|
3198
3198
|
attr_accessor :Code, :Message, :Value
|
|
3199
|
-
|
|
3199
|
+
|
|
3200
3200
|
def initialize(code=nil, message=nil, value=nil)
|
|
3201
3201
|
@Code = code
|
|
3202
3202
|
@Message = message
|
|
@@ -3226,7 +3226,7 @@ module TencentCloud
|
|
|
3226
3226
|
# @type CodeParts: Array
|
|
3227
3227
|
|
|
3228
3228
|
attr_accessor :Level, :Rate, :Amount, :CustomId, :CodeParts
|
|
3229
|
-
|
|
3229
|
+
|
|
3230
3230
|
def initialize(level=nil, rate=nil, amount=nil, customid=nil, codeparts=nil)
|
|
3231
3231
|
@Level = level
|
|
3232
3232
|
@Rate = rate
|
|
@@ -3267,7 +3267,7 @@ module TencentCloud
|
|
|
3267
3267
|
# @type AppName: String
|
|
3268
3268
|
|
|
3269
3269
|
attr_accessor :HeadEnabled, :HeadTitle, :Key, :AppId, :AppPath, :AppName
|
|
3270
|
-
|
|
3270
|
+
|
|
3271
3271
|
def initialize(headenabled=nil, headtitle=nil, key=nil, appid=nil, apppath=nil, appname=nil)
|
|
3272
3272
|
@HeadEnabled = headenabled
|
|
3273
3273
|
@HeadTitle = headtitle
|
|
@@ -3319,7 +3319,7 @@ module TencentCloud
|
|
|
3319
3319
|
# @type MerchantName: String
|
|
3320
3320
|
|
|
3321
3321
|
attr_accessor :ProductId, :CorpId, :MerchantId, :ProductCode, :Name, :Specification, :Remark, :Logo, :CreateTime, :UpdateTime, :Ext, :MerchantName
|
|
3322
|
-
|
|
3322
|
+
|
|
3323
3323
|
def initialize(productid=nil, corpid=nil, merchantid=nil, productcode=nil, name=nil, specification=nil, remark=nil, logo=nil, createtime=nil, updatetime=nil, ext=nil, merchantname=nil)
|
|
3324
3324
|
@ProductId = productid
|
|
3325
3325
|
@CorpId = corpid
|
|
@@ -3397,7 +3397,7 @@ module TencentCloud
|
|
|
3397
3397
|
# @type Version: String
|
|
3398
3398
|
|
|
3399
3399
|
attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :TrackType, :Version
|
|
3400
|
-
|
|
3400
|
+
|
|
3401
3401
|
def initialize(starttime=nil, endtime=nil, quotaid=nil, corpid=nil, services=nil, factoryquota=nil, itemquota=nil, trackquota=nil, salequota=nil, chainquota=nil, riskquota=nil, tracktype=nil, version=nil)
|
|
3402
3402
|
@StartTime = starttime
|
|
3403
3403
|
@EndTime = endtime
|
|
@@ -3437,7 +3437,7 @@ module TencentCloud
|
|
|
3437
3437
|
# @type BusinessSecurityData: :class:`Tencentcloud::Trp.v20210515.models.InputEncryptData`
|
|
3438
3438
|
|
|
3439
3439
|
attr_accessor :BusinessSecurityData
|
|
3440
|
-
|
|
3440
|
+
|
|
3441
3441
|
def initialize(businesssecuritydata=nil)
|
|
3442
3442
|
@BusinessSecurityData = businesssecuritydata
|
|
3443
3443
|
end
|
|
@@ -3458,7 +3458,7 @@ module TencentCloud
|
|
|
3458
3458
|
# @type RequestId: String
|
|
3459
3459
|
|
|
3460
3460
|
attr_accessor :Data, :RequestId
|
|
3461
|
-
|
|
3461
|
+
|
|
3462
3462
|
def initialize(data=nil, requestid=nil)
|
|
3463
3463
|
@Data = data
|
|
3464
3464
|
@RequestId = requestid
|
|
@@ -3525,7 +3525,7 @@ module TencentCloud
|
|
|
3525
3525
|
# @type BatchId: String
|
|
3526
3526
|
|
|
3527
3527
|
attr_accessor :LogId, :Openid, :Nickname, :CreateTime, :Code, :CorpId, :MerchantId, :ProductId, :Ip, :Country, :Province, :City, :District, :Unionid, :First, :BatchId
|
|
3528
|
-
|
|
3528
|
+
|
|
3529
3529
|
def initialize(logid=nil, openid=nil, nickname=nil, createtime=nil, code=nil, corpid=nil, merchantid=nil, productid=nil, ip=nil, country=nil, province=nil, city=nil, district=nil, unionid=nil, first=nil, batchid=nil)
|
|
3530
3530
|
@LogId = logid
|
|
3531
3531
|
@Openid = openid
|
|
@@ -3591,7 +3591,7 @@ module TencentCloud
|
|
|
3591
3591
|
# @type ProductName: String
|
|
3592
3592
|
|
|
3593
3593
|
attr_accessor :Code, :CorpId, :MerchantId, :ProductId, :BatchId, :Pv, :Uv, :CreateTime, :UpdateTime, :MerchantName, :ProductName
|
|
3594
|
-
|
|
3594
|
+
|
|
3595
3595
|
def initialize(code=nil, corpid=nil, merchantid=nil, productid=nil, batchid=nil, pv=nil, uv=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil)
|
|
3596
3596
|
@Code = code
|
|
3597
3597
|
@CorpId = corpid
|
|
@@ -3651,7 +3651,7 @@ module TencentCloud
|
|
|
3651
3651
|
# @type Level: Integer
|
|
3652
3652
|
|
|
3653
3653
|
attr_accessor :Code, :CorpId, :PackId, :BatchId, :MerchantId, :ProductId, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :AgentId, :Level
|
|
3654
|
-
|
|
3654
|
+
|
|
3655
3655
|
def initialize(code=nil, corpid=nil, packid=nil, batchid=nil, merchantid=nil, productid=nil, status=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil, agentid=nil, level=nil)
|
|
3656
3656
|
@Code = code
|
|
3657
3657
|
@CorpId = corpid
|
|
@@ -3726,7 +3726,7 @@ module TencentCloud
|
|
|
3726
3726
|
# @type Status: Integer
|
|
3727
3727
|
|
|
3728
3728
|
attr_accessor :TraceId, :CorpId, :Type, :Code, :Rank, :Phase, :PhaseName, :TraceTime, :TraceItems, :CreateTime, :ChainStatus, :ChainTime, :ChainData, :PhaseData, :Status
|
|
3729
|
-
|
|
3729
|
+
|
|
3730
3730
|
def initialize(traceid=nil, corpid=nil, type=nil, code=nil, rank=nil, phase=nil, phasename=nil, tracetime=nil, traceitems=nil, createtime=nil, chainstatus=nil, chaintime=nil, chaindata=nil, phasedata=nil, status=nil)
|
|
3731
3731
|
@TraceId = traceid
|
|
3732
3732
|
@CorpId = corpid
|
|
@@ -3815,7 +3815,7 @@ module TencentCloud
|
|
|
3815
3815
|
# @type List: Array
|
|
3816
3816
|
|
|
3817
3817
|
attr_accessor :Name, :Value, :Type, :ReadOnly, :Hidden, :Values, :Key, :Ext, :Attrs, :List
|
|
3818
|
-
|
|
3818
|
+
|
|
3819
3819
|
def initialize(name=nil, value=nil, type=nil, readonly=nil, hidden=nil, values=nil, key=nil, ext=nil, attrs=nil, list=nil)
|
|
3820
3820
|
@Name = name
|
|
3821
3821
|
@Value = value
|
|
@@ -3885,7 +3885,7 @@ module TencentCloud
|
|
|
3885
3885
|
# @type UpdateTime: String
|
|
3886
3886
|
|
|
3887
3887
|
attr_accessor :CorpId, :FactoryCnt, :ItemCnt, :TrackCnt, :SaleCnt, :ChainCnt, :RiskCnt, :UpdateTime
|
|
3888
|
-
|
|
3888
|
+
|
|
3889
3889
|
def initialize(corpid=nil, factorycnt=nil, itemcnt=nil, trackcnt=nil, salecnt=nil, chaincnt=nil, riskcnt=nil, updatetime=nil)
|
|
3890
3890
|
@CorpId = corpid
|
|
3891
3891
|
@FactoryCnt = factorycnt
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-trp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
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-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|