tencentcloud-sdk-tdid 3.0.590 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210519/models.rb +116 -116
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d92d1d7e025cd8097bbda47da18e1713d052854
4
- data.tar.gz: fcc7e2ebbf3b16d0e41d543e2f5636519819a129
3
+ metadata.gz: a73a187964922e5ec7a75d48263ec58375734d7c
4
+ data.tar.gz: 05906c32fcd72462b807b8be793e127f37d49e8e
5
5
  SHA512:
6
- metadata.gz: dfe9376c3354a48f24d6982c3c18957c8608c08770e231a65b9e6032e3a04a9c576f30d70433bfb57badb26ca7dde2da9db03ef2d49177b2803b0884ce5d00f5
7
- data.tar.gz: c8d2ba9197a9b59242a17a237ea61aa416a8fb1bb943fe81f3b676c80f20a3877090a2656482de705f22dd38bb622ffd698b49dc27bd2e9c42973981bb897b13
6
+ metadata.gz: f9e7e55044ea6fdab51d6a3da805dfa851e8106c96406e190b13b2835d4a8dff92a9640adf3e8d47897569a6927e51436c11aac023e7728d2a39a0069b586bef
7
+ data.tar.gz: 7886e9509babd38433bd0f9ed5f2c8971c12423421904b3925329b262b3818b10f39dede2b4edb7107a334b68815b54c1ce798f0d2c145084637c70f89d14174
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Did: String
26
26
 
27
27
  attr_accessor :LabelId, :Did
28
-
28
+
29
29
  def initialize(labelid=nil, did=nil)
30
30
  @LabelId = labelid
31
31
  @Did = did
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type RequestId: String
44
44
 
45
45
  attr_accessor :RequestId
46
-
46
+
47
47
  def initialize(requestid=nil)
48
48
  @RequestId = requestid
49
49
  end
@@ -93,7 +93,7 @@ module TencentCloud
93
93
  # @type LabelName: String
94
94
 
95
95
  attr_accessor :Id, :DidId, :Did, :Name, :Status, :DidServiceId, :ContractAppId, :Remark, :RegisterTime, :RecognizeTime, :CreateTime, :UpdateTime, :ClusterId, :GroupId, :AppName, :LabelName
96
-
96
+
97
97
  def initialize(id=nil, didid=nil, did=nil, name=nil, status=nil, didserviceid=nil, contractappid=nil, remark=nil, registertime=nil, recognizetime=nil, createtime=nil, updatetime=nil, clusterid=nil, groupid=nil, appname=nil, labelname=nil)
98
98
  @Id = id
99
99
  @DidId = didid
@@ -167,7 +167,7 @@ module TencentCloud
167
167
  # @type TotalGroups: Integer
168
168
 
169
169
  attr_accessor :ChainId, :ChainName, :AgencyCount, :ConsortiumId, :CreateTime, :ExpireTime, :ChainStatus, :ResourceId, :ClusterId, :ConsortiumName, :AgencyId, :AutoRenewFlag, :TotalNetworkNode, :TotalCreateNode, :TotalGroups
170
-
170
+
171
171
  def initialize(chainid=nil, chainname=nil, agencycount=nil, consortiumid=nil, createtime=nil, expiretime=nil, chainstatus=nil, resourceid=nil, clusterid=nil, consortiumname=nil, agencyid=nil, autorenewflag=nil, totalnetworknode=nil, totalcreatenode=nil, totalgroups=nil)
172
172
  @ChainId = chainid
173
173
  @ChainName = chainname
@@ -211,7 +211,7 @@ module TencentCloud
211
211
  # @type Did: String
212
212
 
213
213
  attr_accessor :Did
214
-
214
+
215
215
  def initialize(did=nil)
216
216
  @Did = did
217
217
  end
@@ -227,7 +227,7 @@ module TencentCloud
227
227
  # @type RequestId: String
228
228
 
229
229
  attr_accessor :RequestId
230
-
230
+
231
231
  def initialize(requestid=nil)
232
232
  @RequestId = requestid
233
233
  end
@@ -247,7 +247,7 @@ module TencentCloud
247
247
  # @type AgencyName: String
248
248
 
249
249
  attr_accessor :GroupId, :ClusterId, :AgencyName
250
-
250
+
251
251
  def initialize(groupid=nil, clusterid=nil, agencyname=nil)
252
252
  @GroupId = groupid
253
253
  @ClusterId = clusterid
@@ -273,7 +273,7 @@ module TencentCloud
273
273
  # @type RequestId: String
274
274
 
275
275
  attr_accessor :RoleType, :ChainId, :AppName, :RequestId
276
-
276
+
277
277
  def initialize(roletype=nil, chainid=nil, appname=nil, requestid=nil)
278
278
  @RoleType = roletype
279
279
  @ChainId = chainid
@@ -295,7 +295,7 @@ module TencentCloud
295
295
  # @type TaskId: Integer
296
296
 
297
297
  attr_accessor :TaskId
298
-
298
+
299
299
  def initialize(taskid=nil)
300
300
  @TaskId = taskid
301
301
  end
@@ -313,7 +313,7 @@ module TencentCloud
313
313
  # @type RequestId: String
314
314
 
315
315
  attr_accessor :Task, :RequestId
316
-
316
+
317
317
  def initialize(task=nil, requestid=nil)
318
318
  @Task = task
319
319
  @RequestId = requestid
@@ -336,7 +336,7 @@ module TencentCloud
336
336
  # @type Name: String
337
337
 
338
338
  attr_accessor :Id, :Name
339
-
339
+
340
340
  def initialize(id=nil, name=nil)
341
341
  @Id = id
342
342
  @Name = name
@@ -368,7 +368,7 @@ module TencentCloud
368
368
  # @type CreateTime: String
369
369
 
370
370
  attr_accessor :ApplyName, :Enable, :Hash, :HashShow, :WeId, :DeployName, :GroupId, :CreateTime
371
-
371
+
372
372
  def initialize(applyname=nil, enable=nil, hash=nil, hashshow=nil, weid=nil, deployname=nil, groupid=nil, createtime=nil)
373
373
  @ApplyName = applyname
374
374
  @Enable = enable
@@ -406,7 +406,7 @@ module TencentCloud
406
406
  # @type ApplyId: Integer
407
407
 
408
408
  attr_accessor :CptName, :Rank, :Count, :ApplyName, :ApplyId
409
-
409
+
410
410
  def initialize(cptname=nil, rank=nil, count=nil, applyname=nil, applyid=nil)
411
411
  @CptName = cptname
412
412
  @Rank = rank
@@ -456,7 +456,7 @@ module TencentCloud
456
456
  # @type AppName: String
457
457
 
458
458
  attr_accessor :Id, :Name, :ClusterId, :GroupId, :ServiceId, :ContractAppId, :CptId, :CptType, :Description, :CptJson, :CreateTime, :UpdateTime, :CreatorDid, :AppName
459
-
459
+
460
460
  def initialize(id=nil, name=nil, clusterid=nil, groupid=nil, serviceid=nil, contractappid=nil, cptid=nil, cpttype=nil, description=nil, cptjson=nil, createtime=nil, updatetime=nil, creatordid=nil, appname=nil)
461
461
  @Id = id
462
462
  @Name = name
@@ -504,7 +504,7 @@ module TencentCloud
504
504
  # @type UnSigned: Boolean
505
505
 
506
506
  attr_accessor :FunctionArg, :TransactionArg, :VersionCredential, :UnSigned
507
-
507
+
508
508
  def initialize(functionarg=nil, transactionarg=nil, versioncredential=nil, unsigned=nil)
509
509
  @FunctionArg = functionarg
510
510
  @TransactionArg = transactionarg
@@ -534,7 +534,7 @@ module TencentCloud
534
534
  # @type RequestId: String
535
535
 
536
536
  attr_accessor :CredentialData, :RequestId
537
-
537
+
538
538
  def initialize(credentialdata=nil, requestid=nil)
539
539
  @CredentialData = credentialdata
540
540
  @RequestId = requestid
@@ -564,7 +564,7 @@ module TencentCloud
564
564
  # @type GroupName: String
565
565
 
566
566
  attr_accessor :ConsortiumName, :ConsortiumId, :GroupId, :AgencyName, :AppName, :ClusterId, :GroupName
567
-
567
+
568
568
  def initialize(consortiumname=nil, consortiumid=nil, groupid=nil, agencyname=nil, appname=nil, clusterid=nil, groupname=nil)
569
569
  @ConsortiumName = consortiumname
570
570
  @ConsortiumId = consortiumid
@@ -594,7 +594,7 @@ module TencentCloud
594
594
  # @type RequestId: String
595
595
 
596
596
  attr_accessor :Task, :RequestId
597
-
597
+
598
598
  def initialize(task=nil, requestid=nil)
599
599
  @Task = task
600
600
  @RequestId = requestid
@@ -619,7 +619,7 @@ module TencentCloud
619
619
  # @type GroupId: Integer
620
620
 
621
621
  attr_accessor :LabelName, :ClusterId, :GroupId
622
-
622
+
623
623
  def initialize(labelname=nil, clusterid=nil, groupid=nil)
624
624
  @LabelName = labelname
625
625
  @ClusterId = clusterid
@@ -639,7 +639,7 @@ module TencentCloud
639
639
  # @type RequestId: String
640
640
 
641
641
  attr_accessor :RequestId
642
-
642
+
643
643
  def initialize(requestid=nil)
644
644
  @RequestId = requestid
645
645
  end
@@ -657,7 +657,7 @@ module TencentCloud
657
657
  # @type PolicyId: Integer
658
658
 
659
659
  attr_accessor :FunctionArg, :PolicyId
660
-
660
+
661
661
  def initialize(functionarg=nil, policyid=nil)
662
662
  @FunctionArg = functionarg
663
663
  @PolicyId = policyid
@@ -680,7 +680,7 @@ module TencentCloud
680
680
  # @type RequestId: String
681
681
 
682
682
  attr_accessor :CredentialData, :RequestId
683
-
683
+
684
684
  def initialize(credentialdata=nil, requestid=nil)
685
685
  @CredentialData = credentialdata
686
686
  @RequestId = requestid
@@ -702,7 +702,7 @@ module TencentCloud
702
702
  # @type PrivateKey: String
703
703
 
704
704
  attr_accessor :ClusterId, :GroupId, :PrivateKey
705
-
705
+
706
706
  def initialize(clusterid=nil, groupid=nil, privatekey=nil)
707
707
  @ClusterId = clusterid
708
708
  @GroupId = groupid
@@ -724,7 +724,7 @@ module TencentCloud
724
724
  # @type RequestId: String
725
725
 
726
726
  attr_accessor :Did, :RequestId
727
-
727
+
728
728
  def initialize(did=nil, requestid=nil)
729
729
  @Did = did
730
730
  @RequestId = requestid
@@ -748,7 +748,7 @@ module TencentCloud
748
748
  # @type EncryptPubKey: String
749
749
 
750
750
  attr_accessor :ClusterId, :GroupId, :PublicKey, :EncryptPubKey
751
-
751
+
752
752
  def initialize(clusterid=nil, groupid=nil, publickey=nil, encryptpubkey=nil)
753
753
  @ClusterId = clusterid
754
754
  @GroupId = groupid
@@ -772,7 +772,7 @@ module TencentCloud
772
772
  # @type RequestId: String
773
773
 
774
774
  attr_accessor :Did, :RequestId
775
-
775
+
776
776
  def initialize(did=nil, requestid=nil)
777
777
  @Did = did
778
778
  @RequestId = requestid
@@ -794,7 +794,7 @@ module TencentCloud
794
794
  # @type Relegation: Integer
795
795
 
796
796
  attr_accessor :GroupId, :ClusterId, :Relegation
797
-
797
+
798
798
  def initialize(groupid=nil, clusterid=nil, relegation=nil)
799
799
  @GroupId = groupid
800
800
  @ClusterId = clusterid
@@ -816,7 +816,7 @@ module TencentCloud
816
816
  # @type RequestId: String
817
817
 
818
818
  attr_accessor :Did, :RequestId
819
-
819
+
820
820
  def initialize(did=nil, requestid=nil)
821
821
  @Did = did
822
822
  @RequestId = requestid
@@ -847,7 +847,7 @@ module TencentCloud
847
847
  # @type TimeStamp: Integer
848
848
 
849
849
  attr_accessor :CredentialId, :Status, :Issuer, :Digest, :Signature, :TimeStamp
850
-
850
+
851
851
  def initialize(credentialid=nil, status=nil, issuer=nil, digest=nil, signature=nil, timestamp=nil)
852
852
  @CredentialId = credentialid
853
853
  @Status = status
@@ -877,7 +877,7 @@ module TencentCloud
877
877
  # @type GroupId: Integer
878
878
 
879
879
  attr_accessor :ApplicationName, :ClusterId, :GroupId
880
-
880
+
881
881
  def initialize(applicationname=nil, clusterid=nil, groupid=nil)
882
882
  @ApplicationName = applicationname
883
883
  @ClusterId = clusterid
@@ -899,7 +899,7 @@ module TencentCloud
899
899
  # @type RequestId: String
900
900
 
901
901
  attr_accessor :Hash, :RequestId
902
-
902
+
903
903
  def initialize(hash=nil, requestid=nil)
904
904
  @Hash = hash
905
905
  @RequestId = requestid
@@ -947,7 +947,7 @@ module TencentCloud
947
947
  # @type DidCount: Integer
948
948
 
949
949
  attr_accessor :ChainId, :ChainName, :AgencyCount, :ConsortiumId, :CreateTime, :ExpireTime, :ChainStatus, :ResourceId, :ClusterId, :ConsortiumName, :AgencyId, :AutoRenewFlag, :TotalNetworkNode, :TotalCreateNode, :TotalGroups, :DidCount
950
-
950
+
951
951
  def initialize(chainid=nil, chainname=nil, agencycount=nil, consortiumid=nil, createtime=nil, expiretime=nil, chainstatus=nil, resourceid=nil, clusterid=nil, consortiumname=nil, agencyid=nil, autorenewflag=nil, totalnetworknode=nil, totalcreatenode=nil, totalgroups=nil, didcount=nil)
952
952
  @ChainId = chainid
953
953
  @ChainName = chainname
@@ -1013,7 +1013,7 @@ module TencentCloud
1013
1013
  # @type LabelId: Integer
1014
1014
 
1015
1015
  attr_accessor :ServiceId, :GroupId, :AppName, :Did, :Remark, :AuthorityState, :LabelName, :CreatedAt, :ClusterId, :AllianceName, :LabelId
1016
-
1016
+
1017
1017
  def initialize(serviceid=nil, groupid=nil, appname=nil, did=nil, remark=nil, authoritystate=nil, labelname=nil, createdat=nil, clusterid=nil, alliancename=nil, labelid=nil)
1018
1018
  @ServiceId = serviceid
1019
1019
  @GroupId = groupid
@@ -1077,7 +1077,7 @@ module TencentCloud
1077
1077
  # @type GroupName: String
1078
1078
 
1079
1079
  attr_accessor :Id, :Appid, :Uin, :ConsortiumId, :ConsortiumName, :ClusterId, :GroupId, :ChainId, :RoleType, :AgencyDid, :CreateOrg, :Endpoint, :CreateTime, :UpdateTime, :GroupName
1080
-
1080
+
1081
1081
  def initialize(id=nil, appid=nil, uin=nil, consortiumid=nil, consortiumname=nil, clusterid=nil, groupid=nil, chainid=nil, roletype=nil, agencydid=nil, createorg=nil, endpoint=nil, createtime=nil, updatetime=nil, groupname=nil)
1082
1082
  @Id = id
1083
1083
  @Appid = appid
@@ -1121,7 +1121,7 @@ module TencentCloud
1121
1121
  # @type CptIndex: Integer
1122
1122
 
1123
1123
  attr_accessor :CptIndex
1124
-
1124
+
1125
1125
  def initialize(cptindex=nil)
1126
1126
  @CptIndex = cptindex
1127
1127
  end
@@ -1137,7 +1137,7 @@ module TencentCloud
1137
1137
  # @type RequestId: String
1138
1138
 
1139
1139
  attr_accessor :RequestId
1140
-
1140
+
1141
1141
  def initialize(requestid=nil)
1142
1142
  @RequestId = requestid
1143
1143
  end
@@ -1153,7 +1153,7 @@ module TencentCloud
1153
1153
  # @type Hash: String
1154
1154
 
1155
1155
  attr_accessor :Hash
1156
-
1156
+
1157
1157
  def initialize(hash=nil)
1158
1158
  @Hash = hash
1159
1159
  end
@@ -1169,7 +1169,7 @@ module TencentCloud
1169
1169
  # @type RequestId: String
1170
1170
 
1171
1171
  attr_accessor :RequestId
1172
-
1172
+
1173
1173
  def initialize(requestid=nil)
1174
1174
  @RequestId = requestid
1175
1175
  end
@@ -1191,7 +1191,7 @@ module TencentCloud
1191
1191
  # @type ClaimJson: String
1192
1192
 
1193
1193
  attr_accessor :CptId, :Issuer, :ExpirationDate, :ClaimJson
1194
-
1194
+
1195
1195
  def initialize(cptid=nil, issuer=nil, expirationdate=nil, claimjson=nil)
1196
1196
  @CptId = cptid
1197
1197
  @Issuer = issuer
@@ -1213,7 +1213,7 @@ module TencentCloud
1213
1213
  # @type ClusterId: String
1214
1214
 
1215
1215
  attr_accessor :ClusterId
1216
-
1216
+
1217
1217
  def initialize(clusterid=nil)
1218
1218
  @ClusterId = clusterid
1219
1219
  end
@@ -1233,7 +1233,7 @@ module TencentCloud
1233
1233
  # @type RequestId: String
1234
1234
 
1235
1235
  attr_accessor :Prefix, :Identity, :RequestId
1236
-
1236
+
1237
1237
  def initialize(prefix=nil, identity=nil, requestid=nil)
1238
1238
  @Prefix = prefix
1239
1239
  @Identity = identity
@@ -1266,7 +1266,7 @@ module TencentCloud
1266
1266
  # @type Status: Integer
1267
1267
 
1268
1268
  attr_accessor :PageNumber, :PageSize, :Did, :Status
1269
-
1269
+
1270
1270
  def initialize(pagenumber=nil, pagesize=nil, did=nil, status=nil)
1271
1271
  @PageNumber = pagenumber
1272
1272
  @PageSize = pagesize
@@ -1292,7 +1292,7 @@ module TencentCloud
1292
1292
  # @type RequestId: String
1293
1293
 
1294
1294
  attr_accessor :ResultList, :AllCount, :RequestId
1295
-
1295
+
1296
1296
  def initialize(resultlist=nil, allcount=nil, requestid=nil)
1297
1297
  @ResultList = resultlist
1298
1298
  @AllCount = allcount
@@ -1319,7 +1319,7 @@ module TencentCloud
1319
1319
  # @type Did: String
1320
1320
 
1321
1321
  attr_accessor :Did
1322
-
1322
+
1323
1323
  def initialize(did=nil)
1324
1324
  @Did = did
1325
1325
  end
@@ -1349,7 +1349,7 @@ module TencentCloud
1349
1349
  # @type RequestId: String
1350
1350
 
1351
1351
  attr_accessor :Name, :ClusterId, :GroupId, :Did, :Remark, :RegisterTime, :RecognizeTime, :RequestId
1352
-
1352
+
1353
1353
  def initialize(name=nil, clusterid=nil, groupid=nil, did=nil, remark=nil, registertime=nil, recognizetime=nil, requestid=nil)
1354
1354
  @Name = name
1355
1355
  @ClusterId = clusterid
@@ -1379,7 +1379,7 @@ module TencentCloud
1379
1379
  # @type ConsortiumId: Integer
1380
1380
 
1381
1381
  attr_accessor :ConsortiumId
1382
-
1382
+
1383
1383
  def initialize(consortiumid=nil)
1384
1384
  @ConsortiumId = consortiumid
1385
1385
  end
@@ -1397,7 +1397,7 @@ module TencentCloud
1397
1397
  # @type RequestId: String
1398
1398
 
1399
1399
  attr_accessor :ClusterList, :RequestId
1400
-
1400
+
1401
1401
  def initialize(clusterlist=nil, requestid=nil)
1402
1402
  @ClusterList = clusterlist
1403
1403
  @RequestId = requestid
@@ -1419,7 +1419,7 @@ module TencentCloud
1419
1419
  # GetConsortiumList请求参数结构体
1420
1420
  class GetConsortiumListRequest < TencentCloud::Common::AbstractModel
1421
1421
 
1422
-
1422
+
1423
1423
  def initialize()
1424
1424
  end
1425
1425
 
@@ -1435,7 +1435,7 @@ module TencentCloud
1435
1435
  # @type RequestId: String
1436
1436
 
1437
1437
  attr_accessor :ConsortiumList, :RequestId
1438
-
1438
+
1439
1439
  def initialize(consortiumlist=nil, requestid=nil)
1440
1440
  @ConsortiumList = consortiumlist
1441
1441
  @RequestId = requestid
@@ -1460,7 +1460,7 @@ module TencentCloud
1460
1460
  # @type CptIndex: Integer
1461
1461
 
1462
1462
  attr_accessor :CptIndex
1463
-
1463
+
1464
1464
  def initialize(cptindex=nil)
1465
1465
  @CptIndex = cptindex
1466
1466
  end
@@ -1478,7 +1478,7 @@ module TencentCloud
1478
1478
  # @type RequestId: String
1479
1479
 
1480
1480
  attr_accessor :CptJsonData, :RequestId
1481
-
1481
+
1482
1482
  def initialize(cptjsondata=nil, requestid=nil)
1483
1483
  @CptJsonData = cptjsondata
1484
1484
  @RequestId = requestid
@@ -1500,7 +1500,7 @@ module TencentCloud
1500
1500
  # @type CptType: Integer
1501
1501
 
1502
1502
  attr_accessor :DisplayStart, :DisplayLength, :CptType
1503
-
1503
+
1504
1504
  def initialize(displaystart=nil, displaylength=nil, cpttype=nil)
1505
1505
  @DisplayStart = displaystart
1506
1506
  @DisplayLength = displaylength
@@ -1524,7 +1524,7 @@ module TencentCloud
1524
1524
  # @type RequestId: String
1525
1525
 
1526
1526
  attr_accessor :CptDataList, :AllCount, :RequestId
1527
-
1527
+
1528
1528
  def initialize(cptdatalist=nil, allcount=nil, requestid=nil)
1529
1529
  @CptDataList = cptdatalist
1530
1530
  @AllCount = allcount
@@ -1555,7 +1555,7 @@ module TencentCloud
1555
1555
  # @type ClusterId: String
1556
1556
 
1557
1557
  attr_accessor :StartTime, :EndTime, :ClusterId
1558
-
1558
+
1559
1559
  def initialize(starttime=nil, endtime=nil, clusterid=nil)
1560
1560
  @StartTime = starttime
1561
1561
  @EndTime = endtime
@@ -1577,7 +1577,7 @@ module TencentCloud
1577
1577
  # @type RequestId: String
1578
1578
 
1579
1579
  attr_accessor :RankIssueResult, :RequestId
1580
-
1580
+
1581
1581
  def initialize(rankissueresult=nil, requestid=nil)
1582
1582
  @RankIssueResult = rankissueresult
1583
1583
  @RequestId = requestid
@@ -1606,7 +1606,7 @@ module TencentCloud
1606
1606
  # @type ClusterId: String
1607
1607
 
1608
1608
  attr_accessor :StartTime, :EndTime, :ClusterId
1609
-
1609
+
1610
1610
  def initialize(starttime=nil, endtime=nil, clusterid=nil)
1611
1611
  @StartTime = starttime
1612
1612
  @EndTime = endtime
@@ -1628,7 +1628,7 @@ module TencentCloud
1628
1628
  # @type RequestId: String
1629
1629
 
1630
1630
  attr_accessor :RankIssueResult, :RequestId
1631
-
1631
+
1632
1632
  def initialize(rankissueresult=nil, requestid=nil)
1633
1633
  @RankIssueResult = rankissueresult
1634
1634
  @RequestId = requestid
@@ -1657,7 +1657,7 @@ module TencentCloud
1657
1657
  # @type ClusterId: String
1658
1658
 
1659
1659
  attr_accessor :StartTime, :EndTime, :ClusterId
1660
-
1660
+
1661
1661
  def initialize(starttime=nil, endtime=nil, clusterid=nil)
1662
1662
  @StartTime = starttime
1663
1663
  @EndTime = endtime
@@ -1679,7 +1679,7 @@ module TencentCloud
1679
1679
  # @type RequestId: String
1680
1680
 
1681
1681
  attr_accessor :Trend, :RequestId
1682
-
1682
+
1683
1683
  def initialize(trend=nil, requestid=nil)
1684
1684
  @Trend = trend
1685
1685
  @RequestId = requestid
@@ -1704,7 +1704,7 @@ module TencentCloud
1704
1704
  # @type CredentialId: String
1705
1705
 
1706
1706
  attr_accessor :CredentialId
1707
-
1707
+
1708
1708
  def initialize(credentialid=nil)
1709
1709
  @CredentialId = credentialid
1710
1710
  end
@@ -1722,7 +1722,7 @@ module TencentCloud
1722
1722
  # @type RequestId: String
1723
1723
 
1724
1724
  attr_accessor :CredentialStatus, :RequestId
1725
-
1725
+
1726
1726
  def initialize(credentialstatus=nil, requestid=nil)
1727
1727
  @CredentialStatus = credentialstatus
1728
1728
  @RequestId = requestid
@@ -1743,7 +1743,7 @@ module TencentCloud
1743
1743
  # @type ClusterId: String
1744
1744
 
1745
1745
  attr_accessor :ClusterId
1746
-
1746
+
1747
1747
  def initialize(clusterid=nil)
1748
1748
  @ClusterId = clusterid
1749
1749
  end
@@ -1783,7 +1783,7 @@ module TencentCloud
1783
1783
  # @type RequestId: String
1784
1784
 
1785
1785
  attr_accessor :BlockNetworkCount, :BlockNetworkName, :BlockHeight, :BlockNetworkType, :DidCount, :CptCount, :CertificatedAuthCount, :IssueCptCount, :NewDidCount, :BcosCount, :FabricCount, :ChainMakerCount, :RequestId
1786
-
1786
+
1787
1787
  def initialize(blocknetworkcount=nil, blocknetworkname=nil, blockheight=nil, blocknetworktype=nil, didcount=nil, cptcount=nil, certificatedauthcount=nil, issuecptcount=nil, newdidcount=nil, bcoscount=nil, fabriccount=nil, chainmakercount=nil, requestid=nil)
1788
1788
  @BlockNetworkCount = blocknetworkcount
1789
1789
  @BlockNetworkName = blocknetworkname
@@ -1823,7 +1823,7 @@ module TencentCloud
1823
1823
  # @type Hash: String
1824
1824
 
1825
1825
  attr_accessor :Hash
1826
-
1826
+
1827
1827
  def initialize(hash=nil)
1828
1828
  @Hash = hash
1829
1829
  end
@@ -1865,7 +1865,7 @@ module TencentCloud
1865
1865
  # @type RequestId: String
1866
1866
 
1867
1867
  attr_accessor :Hash, :GroupId, :DeployDid, :SdkVersion, :ContractVersion, :BlockVersion, :BlockIp, :DidAddress, :CptAddress, :AuthorityAddress, :EvidenceAddress, :SpecificAddress, :ChainId, :RequestId
1868
-
1868
+
1869
1869
  def initialize(hash=nil, groupid=nil, deploydid=nil, sdkversion=nil, contractversion=nil, blockversion=nil, blockip=nil, didaddress=nil, cptaddress=nil, authorityaddress=nil, evidenceaddress=nil, specificaddress=nil, chainid=nil, requestid=nil)
1870
1870
  @Hash = hash
1871
1871
  @GroupId = groupid
@@ -1913,7 +1913,7 @@ module TencentCloud
1913
1913
  # @type DisplayLength: Integer
1914
1914
 
1915
1915
  attr_accessor :ClusterId, :GroupId, :DisplayStart, :DisplayLength
1916
-
1916
+
1917
1917
  def initialize(clusterid=nil, groupid=nil, displaystart=nil, displaylength=nil)
1918
1918
  @ClusterId = clusterid
1919
1919
  @GroupId = groupid
@@ -1939,7 +1939,7 @@ module TencentCloud
1939
1939
  # @type RequestId: String
1940
1940
 
1941
1941
  attr_accessor :AllCount, :Result, :RequestId
1942
-
1942
+
1943
1943
  def initialize(allcount=nil, result=nil, requestid=nil)
1944
1944
  @AllCount = allcount
1945
1945
  @Result = result
@@ -1966,7 +1966,7 @@ module TencentCloud
1966
1966
  # @type ClusterId: String
1967
1967
 
1968
1968
  attr_accessor :ClusterId
1969
-
1969
+
1970
1970
  def initialize(clusterid=nil)
1971
1971
  @ClusterId = clusterid
1972
1972
  end
@@ -1988,7 +1988,7 @@ module TencentCloud
1988
1988
  # @type RequestId: String
1989
1989
 
1990
1990
  attr_accessor :ClusterId, :ConsortiumName, :ChainAgency, :RequestId
1991
-
1991
+
1992
1992
  def initialize(clusterid=nil, consortiumname=nil, chainagency=nil, requestid=nil)
1993
1993
  @ClusterId = clusterid
1994
1994
  @ConsortiumName = consortiumname
@@ -2007,7 +2007,7 @@ module TencentCloud
2007
2007
  # GetDidClusterList请求参数结构体
2008
2008
  class GetDidClusterListRequest < TencentCloud::Common::AbstractModel
2009
2009
 
2010
-
2010
+
2011
2011
  def initialize()
2012
2012
  end
2013
2013
 
@@ -2023,7 +2023,7 @@ module TencentCloud
2023
2023
  # @type RequestId: String
2024
2024
 
2025
2025
  attr_accessor :DidClusterList, :RequestId
2026
-
2026
+
2027
2027
  def initialize(didclusterlist=nil, requestid=nil)
2028
2028
  @DidClusterList = didclusterlist
2029
2029
  @RequestId = requestid
@@ -2048,7 +2048,7 @@ module TencentCloud
2048
2048
  # @type Did: String
2049
2049
 
2050
2050
  attr_accessor :Did
2051
-
2051
+
2052
2052
  def initialize(did=nil)
2053
2053
  @Did = did
2054
2054
  end
@@ -2084,7 +2084,7 @@ module TencentCloud
2084
2084
  # @type RequestId: String
2085
2085
 
2086
2086
  attr_accessor :Did, :Remark, :PublicKey, :AuthorityState, :ConsortiumId, :ConsortiumName, :GroupId, :ClusterId, :ResChainId, :CreateTime, :RequestId
2087
-
2087
+
2088
2088
  def initialize(did=nil, remark=nil, publickey=nil, authoritystate=nil, consortiumid=nil, consortiumname=nil, groupid=nil, clusterid=nil, reschainid=nil, createtime=nil, requestid=nil)
2089
2089
  @Did = did
2090
2090
  @Remark = remark
@@ -2120,7 +2120,7 @@ module TencentCloud
2120
2120
  # @type Did: String
2121
2121
 
2122
2122
  attr_accessor :Did
2123
-
2123
+
2124
2124
  def initialize(did=nil)
2125
2125
  @Did = did
2126
2126
  end
@@ -2140,7 +2140,7 @@ module TencentCloud
2140
2140
  # @type RequestId: String
2141
2141
 
2142
2142
  attr_accessor :Name, :Document, :RequestId
2143
-
2143
+
2144
2144
  def initialize(name=nil, document=nil, requestid=nil)
2145
2145
  @Name = name
2146
2146
  @Document = document
@@ -2168,7 +2168,7 @@ module TencentCloud
2168
2168
  # @type GroupId: Integer
2169
2169
 
2170
2170
  attr_accessor :PageSize, :PageNumber, :Did, :ClusterId, :GroupId
2171
-
2171
+
2172
2172
  def initialize(pagesize=nil, pagenumber=nil, did=nil, clusterid=nil, groupid=nil)
2173
2173
  @PageSize = pagesize
2174
2174
  @PageNumber = pagenumber
@@ -2196,7 +2196,7 @@ module TencentCloud
2196
2196
  # @type RequestId: String
2197
2197
 
2198
2198
  attr_accessor :DataList, :AllCount, :RequestId
2199
-
2199
+
2200
2200
  def initialize(datalist=nil, allcount=nil, requestid=nil)
2201
2201
  @DataList = datalist
2202
2202
  @AllCount = allcount
@@ -2227,7 +2227,7 @@ module TencentCloud
2227
2227
  # @type ClusterId: String
2228
2228
 
2229
2229
  attr_accessor :StartTime, :EndTime, :ClusterId
2230
-
2230
+
2231
2231
  def initialize(starttime=nil, endtime=nil, clusterid=nil)
2232
2232
  @StartTime = starttime
2233
2233
  @EndTime = endtime
@@ -2249,7 +2249,7 @@ module TencentCloud
2249
2249
  # @type RequestId: String
2250
2250
 
2251
2251
  attr_accessor :Trend, :RequestId
2252
-
2252
+
2253
2253
  def initialize(trend=nil, requestid=nil)
2254
2254
  @Trend = trend
2255
2255
  @RequestId = requestid
@@ -2274,7 +2274,7 @@ module TencentCloud
2274
2274
  # @type ServiceId: Integer
2275
2275
 
2276
2276
  attr_accessor :ServiceId
2277
-
2277
+
2278
2278
  def initialize(serviceid=nil)
2279
2279
  @ServiceId = serviceid
2280
2280
  end
@@ -2292,7 +2292,7 @@ module TencentCloud
2292
2292
  # @type RequestId: String
2293
2293
 
2294
2294
  attr_accessor :DidService, :RequestId
2295
-
2295
+
2296
2296
  def initialize(didservice=nil, requestid=nil)
2297
2297
  @DidService = didservice
2298
2298
  @RequestId = requestid
@@ -2313,7 +2313,7 @@ module TencentCloud
2313
2313
  # @type Type: Integer
2314
2314
 
2315
2315
  attr_accessor :Type
2316
-
2316
+
2317
2317
  def initialize(type=nil)
2318
2318
  @Type = type
2319
2319
  end
@@ -2331,7 +2331,7 @@ module TencentCloud
2331
2331
  # @type RequestId: String
2332
2332
 
2333
2333
  attr_accessor :DidServiceList, :RequestId
2334
-
2334
+
2335
2335
  def initialize(didservicelist=nil, requestid=nil)
2336
2336
  @DidServiceList = didservicelist
2337
2337
  @RequestId = requestid
@@ -2358,7 +2358,7 @@ module TencentCloud
2358
2358
  # @type ClusterId: String
2359
2359
 
2360
2360
  attr_accessor :Status, :ClusterId
2361
-
2361
+
2362
2362
  def initialize(status=nil, clusterid=nil)
2363
2363
  @Status = status
2364
2364
  @ClusterId = clusterid
@@ -2378,7 +2378,7 @@ module TencentCloud
2378
2378
  # @type RequestId: String
2379
2379
 
2380
2380
  attr_accessor :Result, :RequestId
2381
-
2381
+
2382
2382
  def initialize(result=nil, requestid=nil)
2383
2383
  @Result = result
2384
2384
  @RequestId = requestid
@@ -2409,7 +2409,7 @@ module TencentCloud
2409
2409
  # @type GroupId: Integer
2410
2410
 
2411
2411
  attr_accessor :PageSize, :PageNumber, :ClusterId, :GroupId
2412
-
2412
+
2413
2413
  def initialize(pagesize=nil, pagenumber=nil, clusterid=nil, groupid=nil)
2414
2414
  @PageSize = pagesize
2415
2415
  @PageNumber = pagenumber
@@ -2435,7 +2435,7 @@ module TencentCloud
2435
2435
  # @type RequestId: String
2436
2436
 
2437
2437
  attr_accessor :Result, :TotalCount, :RequestId
2438
-
2438
+
2439
2439
  def initialize(result=nil, totalcount=nil, requestid=nil)
2440
2440
  @Result = result
2441
2441
  @TotalCount = totalcount
@@ -2464,7 +2464,7 @@ module TencentCloud
2464
2464
  # @type DisplayLength: Integer
2465
2465
 
2466
2466
  attr_accessor :DisplayStart, :DisplayLength
2467
-
2467
+
2468
2468
  def initialize(displaystart=nil, displaylength=nil)
2469
2469
  @DisplayStart = displaystart
2470
2470
  @DisplayLength = displaylength
@@ -2486,7 +2486,7 @@ module TencentCloud
2486
2486
  # @type RequestId: String
2487
2487
 
2488
2488
  attr_accessor :PolicyDataList, :AllCount, :RequestId
2489
-
2489
+
2490
2490
  def initialize(policydatalist=nil, allcount=nil, requestid=nil)
2491
2491
  @PolicyDataList = policydatalist
2492
2492
  @AllCount = allcount
@@ -2513,7 +2513,7 @@ module TencentCloud
2513
2513
  # @type Did: String
2514
2514
 
2515
2515
  attr_accessor :Did
2516
-
2516
+
2517
2517
  def initialize(did=nil)
2518
2518
  @Did = did
2519
2519
  end
@@ -2533,7 +2533,7 @@ module TencentCloud
2533
2533
  # @type RequestId: String
2534
2534
 
2535
2535
  attr_accessor :Did, :PublicKey, :RequestId
2536
-
2536
+
2537
2537
  def initialize(did=nil, publickey=nil, requestid=nil)
2538
2538
  @Did = did
2539
2539
  @PublicKey = publickey
@@ -2563,7 +2563,7 @@ module TencentCloud
2563
2563
  # @type ChainId: String
2564
2564
 
2565
2565
  attr_accessor :GroupId, :NodeCount, :NodeCountOfAgency, :Description, :RoleType, :ChainId
2566
-
2566
+
2567
2567
  def initialize(groupid=nil, nodecount=nil, nodecountofagency=nil, description=nil, roletype=nil, chainid=nil)
2568
2568
  @GroupId = groupid
2569
2569
  @NodeCount = nodecount
@@ -2597,7 +2597,7 @@ module TencentCloud
2597
2597
  # @type GroupName: String
2598
2598
 
2599
2599
  attr_accessor :AccountIdentifier, :ChainID, :Did, :GroupId, :GroupName
2600
-
2600
+
2601
2601
  def initialize(accountidentifier=nil, chainid=nil, did=nil, groupid=nil, groupname=nil)
2602
2602
  @AccountIdentifier = accountidentifier
2603
2603
  @ChainID = chainid
@@ -2633,7 +2633,7 @@ module TencentCloud
2633
2633
  # @type GroupId: Integer
2634
2634
 
2635
2635
  attr_accessor :LabelId, :LabelName, :DidCount, :Did, :ClusterId, :CreateTime, :GroupId
2636
-
2636
+
2637
2637
  def initialize(labelid=nil, labelname=nil, didcount=nil, did=nil, clusterid=nil, createtime=nil, groupid=nil)
2638
2638
  @LabelId = labelid
2639
2639
  @LabelName = labelname
@@ -2687,7 +2687,7 @@ module TencentCloud
2687
2687
  # @type CptIndex: Integer
2688
2688
 
2689
2689
  attr_accessor :Id, :Name, :ClusterId, :GroupId, :ServiceId, :ContractAppId, :PolicyId, :CptId, :PolicyJson, :CreateTime, :UpdateTime, :CreatorDid, :AppName, :CptIndex
2690
-
2690
+
2691
2691
  def initialize(id=nil, name=nil, clusterid=nil, groupid=nil, serviceid=nil, contractappid=nil, policyid=nil, cptid=nil, policyjson=nil, createtime=nil, updatetime=nil, creatordid=nil, appname=nil, cptindex=nil)
2692
2692
  @Id = id
2693
2693
  @Name = name
@@ -2737,7 +2737,7 @@ module TencentCloud
2737
2737
  # @type Type: String
2738
2738
 
2739
2739
  attr_accessor :Created, :Creator, :SaltJson, :SignatureValue, :Type
2740
-
2740
+
2741
2741
  def initialize(created=nil, creator=nil, saltjson=nil, signaturevalue=nil, type=nil)
2742
2742
  @Created = created
2743
2743
  @Creator = creator
@@ -2761,7 +2761,7 @@ module TencentCloud
2761
2761
  # @type PolicyIndex: Integer
2762
2762
 
2763
2763
  attr_accessor :PolicyIndex
2764
-
2764
+
2765
2765
  def initialize(policyindex=nil)
2766
2766
  @PolicyIndex = policyindex
2767
2767
  end
@@ -2785,7 +2785,7 @@ module TencentCloud
2785
2785
  # @type RequestId: String
2786
2786
 
2787
2787
  attr_accessor :Id, :PolicyId, :CptId, :PolicyData, :RequestId
2788
-
2788
+
2789
2789
  def initialize(id=nil, policyid=nil, cptid=nil, policydata=nil, requestid=nil)
2790
2790
  @Id = id
2791
2791
  @PolicyId = policyid
@@ -2809,7 +2809,7 @@ module TencentCloud
2809
2809
  # @type Did: String
2810
2810
 
2811
2811
  attr_accessor :Did
2812
-
2812
+
2813
2813
  def initialize(did=nil)
2814
2814
  @Did = did
2815
2815
  end
@@ -2825,7 +2825,7 @@ module TencentCloud
2825
2825
  # @type RequestId: String
2826
2826
 
2827
2827
  attr_accessor :RequestId
2828
-
2828
+
2829
2829
  def initialize(requestid=nil)
2830
2830
  @RequestId = requestid
2831
2831
  end
@@ -2843,7 +2843,7 @@ module TencentCloud
2843
2843
  # @type Policy: String
2844
2844
 
2845
2845
  attr_accessor :CptIndex, :Policy
2846
-
2846
+
2847
2847
  def initialize(cptindex=nil, policy=nil)
2848
2848
  @CptIndex = cptindex
2849
2849
  @Policy = policy
@@ -2865,7 +2865,7 @@ module TencentCloud
2865
2865
  # @type RequestId: String
2866
2866
 
2867
2867
  attr_accessor :Id, :PolicyId, :RequestId
2868
-
2868
+
2869
2869
  def initialize(id=nil, policyid=nil, requestid=nil)
2870
2870
  @Id = id
2871
2871
  @PolicyId = policyid
@@ -2891,7 +2891,7 @@ module TencentCloud
2891
2891
  # @type CptId: Integer
2892
2892
 
2893
2893
  attr_accessor :GroupId, :ClusterId, :CptJson, :CptId
2894
-
2894
+
2895
2895
  def initialize(groupid=nil, clusterid=nil, cptjson=nil, cptid=nil)
2896
2896
  @GroupId = groupid
2897
2897
  @ClusterId = clusterid
@@ -2917,7 +2917,7 @@ module TencentCloud
2917
2917
  # @type RequestId: String
2918
2918
 
2919
2919
  attr_accessor :Id, :CptId, :RequestId
2920
-
2920
+
2921
2921
  def initialize(id=nil, cptid=nil, requestid=nil)
2922
2922
  @Id = id
2923
2923
  @CptId = cptid
@@ -2941,7 +2941,7 @@ module TencentCloud
2941
2941
  # @type Description: String
2942
2942
 
2943
2943
  attr_accessor :Did, :Name, :Description
2944
-
2944
+
2945
2945
  def initialize(did=nil, name=nil, description=nil)
2946
2946
  @Did = did
2947
2947
  @Name = name
@@ -2961,7 +2961,7 @@ module TencentCloud
2961
2961
  # @type RequestId: String
2962
2962
 
2963
2963
  attr_accessor :RequestId
2964
-
2964
+
2965
2965
  def initialize(requestid=nil)
2966
2966
  @RequestId = requestid
2967
2967
  end
@@ -2977,7 +2977,7 @@ module TencentCloud
2977
2977
  # @type Hash: String
2978
2978
 
2979
2979
  attr_accessor :Hash
2980
-
2980
+
2981
2981
  def initialize(hash=nil)
2982
2982
  @Hash = hash
2983
2983
  end
@@ -2993,7 +2993,7 @@ module TencentCloud
2993
2993
  # @type RequestId: String
2994
2994
 
2995
2995
  attr_accessor :RequestId
2996
-
2996
+
2997
2997
  def initialize(requestid=nil)
2998
2998
  @RequestId = requestid
2999
2999
  end
@@ -3009,7 +3009,7 @@ module TencentCloud
3009
3009
  # @type CredentialStatus: :class:`Tencentcloud::Tdid.v20210519.models.CredentialStatus`
3010
3010
 
3011
3011
  attr_accessor :CredentialStatus
3012
-
3012
+
3013
3013
  def initialize(credentialstatus=nil)
3014
3014
  @CredentialStatus = credentialstatus
3015
3015
  end
@@ -3028,7 +3028,7 @@ module TencentCloud
3028
3028
  # @type RequestId: String
3029
3029
 
3030
3030
  attr_accessor :RequestId
3031
-
3031
+
3032
3032
  def initialize(requestid=nil)
3033
3033
  @RequestId = requestid
3034
3034
  end
@@ -3062,7 +3062,7 @@ module TencentCloud
3062
3062
  # @type UpdateTime: String
3063
3063
 
3064
3064
  attr_accessor :Id, :AppId, :ClusterId, :GroupId, :ServiceId, :Status, :ErrorCode, :ErrorMsg, :CreateTime, :UpdateTime
3065
-
3065
+
3066
3066
  def initialize(id=nil, appid=nil, clusterid=nil, groupid=nil, serviceid=nil, status=nil, errorcode=nil, errormsg=nil, createtime=nil, updatetime=nil)
3067
3067
  @Id = id
3068
3068
  @AppId = appid
@@ -3096,7 +3096,7 @@ module TencentCloud
3096
3096
  # @type InvokerTDid: String
3097
3097
 
3098
3098
  attr_accessor :InvokerTDid
3099
-
3099
+
3100
3100
  def initialize(invokertdid=nil)
3101
3101
  @InvokerTDid = invokertdid
3102
3102
  end
@@ -3114,7 +3114,7 @@ module TencentCloud
3114
3114
  # @type Count: Integer
3115
3115
 
3116
3116
  attr_accessor :Time, :Count
3117
-
3117
+
3118
3118
  def initialize(time=nil, count=nil)
3119
3119
  @Time = time
3120
3120
  @Count = count
@@ -3132,7 +3132,7 @@ module TencentCloud
3132
3132
  # @type FunctionArg: :class:`Tencentcloud::Tdid.v20210519.models.VerifyFunctionArg`
3133
3133
 
3134
3134
  attr_accessor :FunctionArg
3135
-
3135
+
3136
3136
  def initialize(functionarg=nil)
3137
3137
  @FunctionArg = functionarg
3138
3138
  end
@@ -3157,7 +3157,7 @@ module TencentCloud
3157
3157
  # @type RequestId: String
3158
3158
 
3159
3159
  attr_accessor :Result, :VerifyCode, :VerifyMessage, :RequestId
3160
-
3160
+
3161
3161
  def initialize(result=nil, verifycode=nil, verifymessage=nil, requestid=nil)
3162
3162
  @Result = result
3163
3163
  @VerifyCode = verifycode
@@ -3195,7 +3195,7 @@ module TencentCloud
3195
3195
  # @type Type: Array
3196
3196
 
3197
3197
  attr_accessor :CptId, :Issuer, :ExpirationDate, :ClaimJson, :IssuanceDate, :Context, :Id, :Proof, :Type
3198
-
3198
+
3199
3199
  def initialize(cptid=nil, issuer=nil, expirationdate=nil, claimjson=nil, issuancedate=nil, context=nil, id=nil, proof=nil, type=nil)
3200
3200
  @CptId = cptid
3201
3201
  @Issuer = issuer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tdid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
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-12 00:00:00.000000000 Z
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