tencentcloud-sdk-essbasic 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/v20201222/models.rb +126 -126
- data/lib/v20210526/client.rb +1 -1
- data/lib/v20210526/models.rb +293 -134
- metadata +2 -2
data/lib/v20201222/models.rb
CHANGED
@@ -31,7 +31,7 @@ module TencentCloud
|
|
31
31
|
# @type Country: String
|
32
32
|
|
33
33
|
attr_accessor :Province, :City, :County, :Details, :Country
|
34
|
-
|
34
|
+
|
35
35
|
def initialize(province=nil, city=nil, county=nil, details=nil, country=nil)
|
36
36
|
@Province = province
|
37
37
|
@City = city
|
@@ -57,7 +57,7 @@ module TencentCloud
|
|
57
57
|
# @type FlowId: String
|
58
58
|
|
59
59
|
attr_accessor :Caller, :FlowId
|
60
|
-
|
60
|
+
|
61
61
|
def initialize(caller=nil, flowid=nil)
|
62
62
|
@Caller = caller
|
63
63
|
@FlowId = flowid
|
@@ -78,7 +78,7 @@ module TencentCloud
|
|
78
78
|
# @type RequestId: String
|
79
79
|
|
80
80
|
attr_accessor :RequestId
|
81
|
-
|
81
|
+
|
82
82
|
def initialize(requestid=nil)
|
83
83
|
@RequestId = requestid
|
84
84
|
end
|
@@ -98,7 +98,7 @@ module TencentCloud
|
|
98
98
|
# @type OperatorId: String
|
99
99
|
|
100
100
|
attr_accessor :ApplicationId, :SubOrganizationId, :OperatorId
|
101
|
-
|
101
|
+
|
102
102
|
def initialize(applicationid=nil, suborganizationid=nil, operatorid=nil)
|
103
103
|
@ApplicationId = applicationid
|
104
104
|
@SubOrganizationId = suborganizationid
|
@@ -122,7 +122,7 @@ module TencentCloud
|
|
122
122
|
# @type CancelMessage: String
|
123
123
|
|
124
124
|
attr_accessor :Caller, :FlowId, :CancelMessage
|
125
|
-
|
125
|
+
|
126
126
|
def initialize(caller=nil, flowid=nil, cancelmessage=nil)
|
127
127
|
@Caller = caller
|
128
128
|
@FlowId = flowid
|
@@ -145,7 +145,7 @@ module TencentCloud
|
|
145
145
|
# @type RequestId: String
|
146
146
|
|
147
147
|
attr_accessor :RequestId
|
148
|
-
|
148
|
+
|
149
149
|
def initialize(requestid=nil)
|
150
150
|
@RequestId = requestid
|
151
151
|
end
|
@@ -163,7 +163,7 @@ module TencentCloud
|
|
163
163
|
# @type Approvers: Array
|
164
164
|
|
165
165
|
attr_accessor :FlowId, :Approvers
|
166
|
-
|
166
|
+
|
167
167
|
def initialize(flowid=nil, approvers=nil)
|
168
168
|
@FlowId = flowid
|
169
169
|
@Approvers = approvers
|
@@ -192,7 +192,7 @@ module TencentCloud
|
|
192
192
|
# @type SignId: String
|
193
193
|
|
194
194
|
attr_accessor :FlowId, :SignComponents, :SignId
|
195
|
-
|
195
|
+
|
196
196
|
def initialize(flowid=nil, signcomponents=nil, signid=nil)
|
197
197
|
@FlowId = flowid
|
198
198
|
@SignComponents = signcomponents
|
@@ -223,7 +223,7 @@ module TencentCloud
|
|
223
223
|
# @type Name: String
|
224
224
|
|
225
225
|
attr_accessor :Caller, :BankCard, :Name
|
226
|
-
|
226
|
+
|
227
227
|
def initialize(caller=nil, bankcard=nil, name=nil)
|
228
228
|
@Caller = caller
|
229
229
|
@BankCard = bankcard
|
@@ -271,7 +271,7 @@ module TencentCloud
|
|
271
271
|
# @type RequestId: String
|
272
272
|
|
273
273
|
attr_accessor :Result, :Description, :RequestId
|
274
|
-
|
274
|
+
|
275
275
|
def initialize(result=nil, description=nil, requestid=nil)
|
276
276
|
@Result = result
|
277
277
|
@Description = description
|
@@ -299,7 +299,7 @@ module TencentCloud
|
|
299
299
|
# @type IdCardType: String
|
300
300
|
|
301
301
|
attr_accessor :Caller, :BankCard, :Name, :IdCardNumber, :IdCardType
|
302
|
-
|
302
|
+
|
303
303
|
def initialize(caller=nil, bankcard=nil, name=nil, idcardnumber=nil, idcardtype=nil)
|
304
304
|
@Caller = caller
|
305
305
|
@BankCard = bankcard
|
@@ -351,7 +351,7 @@ module TencentCloud
|
|
351
351
|
# @type RequestId: String
|
352
352
|
|
353
353
|
attr_accessor :Result, :Description, :RequestId
|
354
|
-
|
354
|
+
|
355
355
|
def initialize(result=nil, description=nil, requestid=nil)
|
356
356
|
@Result = result
|
357
357
|
@Description = description
|
@@ -381,7 +381,7 @@ module TencentCloud
|
|
381
381
|
# @type IdCardType: String
|
382
382
|
|
383
383
|
attr_accessor :Caller, :BankCard, :Name, :IdCardNumber, :Mobile, :IdCardType
|
384
|
-
|
384
|
+
|
385
385
|
def initialize(caller=nil, bankcard=nil, name=nil, idcardnumber=nil, mobile=nil, idcardtype=nil)
|
386
386
|
@Caller = caller
|
387
387
|
@BankCard = bankcard
|
@@ -435,7 +435,7 @@ module TencentCloud
|
|
435
435
|
# @type RequestId: String
|
436
436
|
|
437
437
|
attr_accessor :Result, :Description, :RequestId
|
438
|
-
|
438
|
+
|
439
439
|
def initialize(result=nil, description=nil, requestid=nil)
|
440
440
|
@Result = result
|
441
441
|
@Description = description
|
@@ -465,7 +465,7 @@ module TencentCloud
|
|
465
465
|
# @type IdCardType: String
|
466
466
|
|
467
467
|
attr_accessor :Caller, :BankCard, :Name, :IdCardNumber, :Mobile, :IdCardType
|
468
|
-
|
468
|
+
|
469
469
|
def initialize(caller=nil, bankcard=nil, name=nil, idcardnumber=nil, mobile=nil, idcardtype=nil)
|
470
470
|
@Caller = caller
|
471
471
|
@BankCard = bankcard
|
@@ -519,7 +519,7 @@ module TencentCloud
|
|
519
519
|
# @type RequestId: String
|
520
520
|
|
521
521
|
attr_accessor :Result, :Description, :RequestId
|
522
|
-
|
522
|
+
|
523
523
|
def initialize(result=nil, description=nil, requestid=nil)
|
524
524
|
@Result = result
|
525
525
|
@Description = description
|
@@ -549,7 +549,7 @@ module TencentCloud
|
|
549
549
|
# @type GetPhoto: Boolean
|
550
550
|
|
551
551
|
attr_accessor :Caller, :VerifyChannel, :VerifyResult, :Name, :IdCardNumber, :GetPhoto
|
552
|
-
|
552
|
+
|
553
553
|
def initialize(caller=nil, verifychannel=nil, verifyresult=nil, name=nil, idcardnumber=nil, getphoto=nil)
|
554
554
|
@Caller = caller
|
555
555
|
@VerifyChannel = verifychannel
|
@@ -598,7 +598,7 @@ module TencentCloud
|
|
598
598
|
# @type RequestId: String
|
599
599
|
|
600
600
|
attr_accessor :Result, :Description, :ChannelName, :VerifiedOn, :SerialNumber, :VerifyServerIp, :PhotoFileName, :PhotoFileData, :RequestId
|
601
|
-
|
601
|
+
|
602
602
|
def initialize(result=nil, description=nil, channelname=nil, verifiedon=nil, serialnumber=nil, verifyserverip=nil, photofilename=nil, photofiledata=nil, requestid=nil)
|
603
603
|
@Result = result
|
604
604
|
@Description = description
|
@@ -636,7 +636,7 @@ module TencentCloud
|
|
636
636
|
# @type IdCardType: String
|
637
637
|
|
638
638
|
attr_accessor :Caller, :Name, :IdCardNumber, :IdCardType
|
639
|
-
|
639
|
+
|
640
640
|
def initialize(caller=nil, name=nil, idcardnumber=nil, idcardtype=nil)
|
641
641
|
@Caller = caller
|
642
642
|
@Name = name
|
@@ -673,7 +673,7 @@ module TencentCloud
|
|
673
673
|
# @type RequestId: String
|
674
674
|
|
675
675
|
attr_accessor :Result, :Description, :RequestId
|
676
|
-
|
676
|
+
|
677
677
|
def initialize(result=nil, description=nil, requestid=nil)
|
678
678
|
@Result = result
|
679
679
|
@Description = description
|
@@ -697,7 +697,7 @@ module TencentCloud
|
|
697
697
|
# @type Name: String
|
698
698
|
|
699
699
|
attr_accessor :Caller, :Mobile, :Name
|
700
|
-
|
700
|
+
|
701
701
|
def initialize(caller=nil, mobile=nil, name=nil)
|
702
702
|
@Caller = caller
|
703
703
|
@Mobile = mobile
|
@@ -736,7 +736,7 @@ module TencentCloud
|
|
736
736
|
# @type RequestId: String
|
737
737
|
|
738
738
|
attr_accessor :Result, :Description, :RequestId
|
739
|
-
|
739
|
+
|
740
740
|
def initialize(result=nil, description=nil, requestid=nil)
|
741
741
|
@Result = result
|
742
742
|
@Description = description
|
@@ -764,7 +764,7 @@ module TencentCloud
|
|
764
764
|
# @type IdCardType: String
|
765
765
|
|
766
766
|
attr_accessor :Caller, :Mobile, :Name, :IdCardNumber, :IdCardType
|
767
|
-
|
767
|
+
|
768
768
|
def initialize(caller=nil, mobile=nil, name=nil, idcardnumber=nil, idcardtype=nil)
|
769
769
|
@Caller = caller
|
770
770
|
@Mobile = mobile
|
@@ -807,7 +807,7 @@ module TencentCloud
|
|
807
807
|
# @type RequestId: String
|
808
808
|
|
809
809
|
attr_accessor :Result, :Description, :RequestId
|
810
|
-
|
810
|
+
|
811
811
|
def initialize(result=nil, description=nil, requestid=nil)
|
812
812
|
@Result = result
|
813
813
|
@Description = description
|
@@ -833,7 +833,7 @@ module TencentCloud
|
|
833
833
|
# @type FlowId: String
|
834
834
|
|
835
835
|
attr_accessor :Caller, :Mobile, :VerifyCode, :FlowId
|
836
|
-
|
836
|
+
|
837
837
|
def initialize(caller=nil, mobile=nil, verifycode=nil, flowid=nil)
|
838
838
|
@Caller = caller
|
839
839
|
@Mobile = mobile
|
@@ -865,7 +865,7 @@ module TencentCloud
|
|
865
865
|
# @type RequestId: String
|
866
866
|
|
867
867
|
attr_accessor :Success, :Result, :Description, :RequestId
|
868
|
-
|
868
|
+
|
869
869
|
def initialize(success=nil, result=nil, description=nil, requestid=nil)
|
870
870
|
@Success = success
|
871
871
|
@Result = result
|
@@ -936,7 +936,7 @@ module TencentCloud
|
|
936
936
|
# @type GenerateExtra: String
|
937
937
|
|
938
938
|
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :SealOperate, :GenerateExtra
|
939
|
-
|
939
|
+
|
940
940
|
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, sealoperate=nil, generateextra=nil)
|
941
941
|
@ComponentId = componentid
|
942
942
|
@ComponentType = componenttype
|
@@ -982,7 +982,7 @@ module TencentCloud
|
|
982
982
|
# @type SealId: String
|
983
983
|
|
984
984
|
attr_accessor :ComponentId, :SealId
|
985
|
-
|
985
|
+
|
986
986
|
def initialize(componentid=nil, sealid=nil)
|
987
987
|
@ComponentId = componentid
|
988
988
|
@SealId = sealid
|
@@ -1002,7 +1002,7 @@ module TencentCloud
|
|
1002
1002
|
# @type Values: Array
|
1003
1003
|
|
1004
1004
|
attr_accessor :Caller, :Values
|
1005
|
-
|
1005
|
+
|
1006
1006
|
def initialize(caller=nil, values=nil)
|
1007
1007
|
@Caller = caller
|
1008
1008
|
@Values = values
|
@@ -1025,7 +1025,7 @@ module TencentCloud
|
|
1025
1025
|
# @type RequestId: String
|
1026
1026
|
|
1027
1027
|
attr_accessor :Sign, :RequestId
|
1028
|
-
|
1028
|
+
|
1029
1029
|
def initialize(sign=nil, requestid=nil)
|
1030
1030
|
@Sign = sign
|
1031
1031
|
@RequestId = requestid
|
@@ -1049,7 +1049,7 @@ module TencentCloud
|
|
1049
1049
|
# @type CustomId: String
|
1050
1050
|
|
1051
1051
|
attr_accessor :Caller, :FlowInfo, :FileIds, :CustomId
|
1052
|
-
|
1052
|
+
|
1053
1053
|
def initialize(caller=nil, flowinfo=nil, fileids=nil, customid=nil)
|
1054
1054
|
@Caller = caller
|
1055
1055
|
@FlowInfo = flowinfo
|
@@ -1079,7 +1079,7 @@ module TencentCloud
|
|
1079
1079
|
# @type RequestId: String
|
1080
1080
|
|
1081
1081
|
attr_accessor :FlowId, :RequestId
|
1082
|
-
|
1082
|
+
|
1083
1083
|
def initialize(flowid=nil, requestid=nil)
|
1084
1084
|
@FlowId = flowid
|
1085
1085
|
@RequestId = requestid
|
@@ -1113,7 +1113,7 @@ module TencentCloud
|
|
1113
1113
|
# @type RedirectType: String
|
1114
1114
|
|
1115
1115
|
attr_accessor :Caller, :WbAppId, :Name, :IdCardType, :IdCardNumber, :JumpUrl, :JumpType, :OpenFrom, :RedirectType
|
1116
|
-
|
1116
|
+
|
1117
1117
|
def initialize(caller=nil, wbappid=nil, name=nil, idcardtype=nil, idcardnumber=nil, jumpurl=nil, jumptype=nil, openfrom=nil, redirecttype=nil)
|
1118
1118
|
@Caller = caller
|
1119
1119
|
@WbAppId = wbappid
|
@@ -1150,7 +1150,7 @@ module TencentCloud
|
|
1150
1150
|
# @type RequestId: String
|
1151
1151
|
|
1152
1152
|
attr_accessor :Url, :RequestId
|
1153
|
-
|
1153
|
+
|
1154
1154
|
def initialize(url=nil, requestid=nil)
|
1155
1155
|
@Url = url
|
1156
1156
|
@RequestId = requestid
|
@@ -1178,7 +1178,7 @@ module TencentCloud
|
|
1178
1178
|
# @type SignUrlType: String
|
1179
1179
|
|
1180
1180
|
attr_accessor :Caller, :Deadline, :CatalogId, :FlowId, :SignUrlType
|
1181
|
-
|
1181
|
+
|
1182
1182
|
def initialize(caller=nil, deadline=nil, catalogid=nil, flowid=nil, signurltype=nil)
|
1183
1183
|
@Caller = caller
|
1184
1184
|
@Deadline = deadline
|
@@ -1207,7 +1207,7 @@ module TencentCloud
|
|
1207
1207
|
# @type RequestId: String
|
1208
1208
|
|
1209
1209
|
attr_accessor :PreviewSignUrl, :RequestId
|
1210
|
-
|
1210
|
+
|
1211
1211
|
def initialize(previewsignurl=nil, requestid=nil)
|
1212
1212
|
@PreviewSignUrl = previewsignurl
|
1213
1213
|
@RequestId = requestid
|
@@ -1246,7 +1246,7 @@ module TencentCloud
|
|
1246
1246
|
# @type IsDefault: Boolean
|
1247
1247
|
|
1248
1248
|
attr_accessor :Caller, :SealType, :SealName, :SourceIp, :Image, :FileId, :UserId, :IsDefault
|
1249
|
-
|
1249
|
+
|
1250
1250
|
def initialize(caller=nil, sealtype=nil, sealname=nil, sourceip=nil, image=nil, fileid=nil, userid=nil, isdefault=nil)
|
1251
1251
|
@Caller = caller
|
1252
1252
|
@SealType = sealtype
|
@@ -1281,7 +1281,7 @@ module TencentCloud
|
|
1281
1281
|
# @type RequestId: String
|
1282
1282
|
|
1283
1283
|
attr_accessor :SealId, :RequestId
|
1284
|
-
|
1284
|
+
|
1285
1285
|
def initialize(sealid=nil, requestid=nil)
|
1286
1286
|
@SealId = sealid
|
1287
1287
|
@RequestId = requestid
|
@@ -1305,7 +1305,7 @@ module TencentCloud
|
|
1305
1305
|
# @type SourceIp: String
|
1306
1306
|
|
1307
1307
|
attr_accessor :Caller, :FlowId, :SignComponents, :SourceIp
|
1308
|
-
|
1308
|
+
|
1309
1309
|
def initialize(caller=nil, flowid=nil, signcomponents=nil, sourceip=nil)
|
1310
1310
|
@Caller = caller
|
1311
1311
|
@FlowId = flowid
|
@@ -1341,7 +1341,7 @@ module TencentCloud
|
|
1341
1341
|
# @type RequestId: String
|
1342
1342
|
|
1343
1343
|
attr_accessor :SignStatus, :RequestId
|
1344
|
-
|
1344
|
+
|
1345
1345
|
def initialize(signstatus=nil, requestid=nil)
|
1346
1346
|
@SignStatus = signstatus
|
1347
1347
|
@RequestId = requestid
|
@@ -1373,7 +1373,7 @@ module TencentCloud
|
|
1373
1373
|
# @type SignId: String
|
1374
1374
|
|
1375
1375
|
attr_accessor :Caller, :UserId, :Deadline, :CatalogId, :FlowId, :SignUrlType, :SignId
|
1376
|
-
|
1376
|
+
|
1377
1377
|
def initialize(caller=nil, userid=nil, deadline=nil, catalogid=nil, flowid=nil, signurltype=nil, signid=nil)
|
1378
1378
|
@Caller = caller
|
1379
1379
|
@UserId = userid
|
@@ -1406,7 +1406,7 @@ module TencentCloud
|
|
1406
1406
|
# @type RequestId: String
|
1407
1407
|
|
1408
1408
|
attr_accessor :SignUrl, :RequestId
|
1409
|
-
|
1409
|
+
|
1410
1410
|
def initialize(signurl=nil, requestid=nil)
|
1411
1411
|
@SignUrl = signurl
|
1412
1412
|
@RequestId = requestid
|
@@ -1487,7 +1487,7 @@ module TencentCloud
|
|
1487
1487
|
# @type UseOpenId: Boolean
|
1488
1488
|
|
1489
1489
|
attr_accessor :Caller, :Name, :IdCardType, :IdCardNumber, :OrganizationType, :LegalName, :LegalIdCardType, :LegalIdCardNumber, :VerifyClientIp, :Email, :IdCardFileType, :BizLicenseFile, :BizLicenseFileName, :LegalMobile, :ContactName, :VerifyServerIp, :ContactAddress, :SealName, :SealType, :SealHorizontalText, :OpenId, :UseOpenId
|
1490
|
-
|
1490
|
+
|
1491
1491
|
def initialize(caller=nil, name=nil, idcardtype=nil, idcardnumber=nil, organizationtype=nil, legalname=nil, legalidcardtype=nil, legalidcardnumber=nil, verifyclientip=nil, email=nil, idcardfiletype=nil, bizlicensefile=nil, bizlicensefilename=nil, legalmobile=nil, contactname=nil, verifyserverip=nil, contactaddress=nil, sealname=nil, sealtype=nil, sealhorizontaltext=nil, openid=nil, useopenid=nil)
|
1492
1492
|
@Caller = caller
|
1493
1493
|
@Name = name
|
@@ -1555,7 +1555,7 @@ module TencentCloud
|
|
1555
1555
|
# @type RequestId: String
|
1556
1556
|
|
1557
1557
|
attr_accessor :SubOrganizationId, :SealId, :RequestId
|
1558
|
-
|
1558
|
+
|
1559
1559
|
def initialize(suborganizationid=nil, sealid=nil, requestid=nil)
|
1560
1560
|
@SubOrganizationId = suborganizationid
|
1561
1561
|
@SealId = sealid
|
@@ -1626,7 +1626,7 @@ module TencentCloud
|
|
1626
1626
|
# @type Email: String
|
1627
1627
|
|
1628
1628
|
attr_accessor :Caller, :IdCardType, :IdCardNumber, :OrganizationType, :LegalName, :LegalIdCardType, :LegalIdCardNumber, :Name, :OpenId, :UseOpenId, :IdCardFileType, :BizLicenseFile, :BizLicenseFileName, :LegalMobile, :ContactName, :VerifyClientIp, :VerifyServerIp, :ContactAddress, :Email
|
1629
|
-
|
1629
|
+
|
1630
1630
|
def initialize(caller=nil, idcardtype=nil, idcardnumber=nil, organizationtype=nil, legalname=nil, legalidcardtype=nil, legalidcardnumber=nil, name=nil, openid=nil, useopenid=nil, idcardfiletype=nil, bizlicensefile=nil, bizlicensefilename=nil, legalmobile=nil, contactname=nil, verifyclientip=nil, verifyserverip=nil, contactaddress=nil, email=nil)
|
1631
1631
|
@Caller = caller
|
1632
1632
|
@IdCardType = idcardtype
|
@@ -1686,7 +1686,7 @@ module TencentCloud
|
|
1686
1686
|
# @type RequestId: String
|
1687
1687
|
|
1688
1688
|
attr_accessor :SubOrganizationId, :RequestId
|
1689
|
-
|
1689
|
+
|
1690
1690
|
def initialize(suborganizationid=nil, requestid=nil)
|
1691
1691
|
@SubOrganizationId = suborganizationid
|
1692
1692
|
@RequestId = requestid
|
@@ -1725,7 +1725,7 @@ module TencentCloud
|
|
1725
1725
|
# @type UseOpenId: Boolean
|
1726
1726
|
|
1727
1727
|
attr_accessor :Caller, :OpenId, :Name, :IdCardType, :IdCardNumber, :SourceIp, :Mobile, :Email, :SealName, :UseOpenId
|
1728
|
-
|
1728
|
+
|
1729
1729
|
def initialize(caller=nil, openid=nil, name=nil, idcardtype=nil, idcardnumber=nil, sourceip=nil, mobile=nil, email=nil, sealname=nil, useopenid=nil)
|
1730
1730
|
@Caller = caller
|
1731
1731
|
@OpenId = openid
|
@@ -1766,7 +1766,7 @@ module TencentCloud
|
|
1766
1766
|
# @type RequestId: String
|
1767
1767
|
|
1768
1768
|
attr_accessor :UserId, :SealId, :RequestId
|
1769
|
-
|
1769
|
+
|
1770
1770
|
def initialize(userid=nil, sealid=nil, requestid=nil)
|
1771
1771
|
@UserId = userid
|
1772
1772
|
@SealId = sealid
|
@@ -1806,7 +1806,7 @@ module TencentCloud
|
|
1806
1806
|
# @type Mobile: String
|
1807
1807
|
|
1808
1808
|
attr_accessor :Caller, :OpenId, :Name, :IdCardType, :IdCardNumber, :UseOpenId, :Email, :Mobile
|
1809
|
-
|
1809
|
+
|
1810
1810
|
def initialize(caller=nil, openid=nil, name=nil, idcardtype=nil, idcardnumber=nil, useopenid=nil, email=nil, mobile=nil)
|
1811
1811
|
@Caller = caller
|
1812
1812
|
@OpenId = openid
|
@@ -1841,7 +1841,7 @@ module TencentCloud
|
|
1841
1841
|
# @type RequestId: String
|
1842
1842
|
|
1843
1843
|
attr_accessor :UserId, :RequestId
|
1844
|
-
|
1844
|
+
|
1845
1845
|
def initialize(userid=nil, requestid=nil)
|
1846
1846
|
@UserId = userid
|
1847
1847
|
@RequestId = requestid
|
@@ -1861,7 +1861,7 @@ module TencentCloud
|
|
1861
1861
|
# @type FileId: String
|
1862
1862
|
|
1863
1863
|
attr_accessor :CustomId, :FileId
|
1864
|
-
|
1864
|
+
|
1865
1865
|
def initialize(customid=nil, fileid=nil)
|
1866
1866
|
@CustomId = customid
|
1867
1867
|
@FileId = fileid
|
@@ -1881,7 +1881,7 @@ module TencentCloud
|
|
1881
1881
|
# @type FlowId: String
|
1882
1882
|
|
1883
1883
|
attr_accessor :CustomId, :FlowId
|
1884
|
-
|
1884
|
+
|
1885
1885
|
def initialize(customid=nil, flowid=nil)
|
1886
1886
|
@CustomId = customid
|
1887
1887
|
@FlowId = flowid
|
@@ -1905,7 +1905,7 @@ module TencentCloud
|
|
1905
1905
|
# @type UserId: String
|
1906
1906
|
|
1907
1907
|
attr_accessor :Caller, :SealId, :SourceIp, :UserId
|
1908
|
-
|
1908
|
+
|
1909
1909
|
def initialize(caller=nil, sealid=nil, sourceip=nil, userid=nil)
|
1910
1910
|
@Caller = caller
|
1911
1911
|
@SealId = sealid
|
@@ -1930,7 +1930,7 @@ module TencentCloud
|
|
1930
1930
|
# @type RequestId: String
|
1931
1931
|
|
1932
1932
|
attr_accessor :RequestId
|
1933
|
-
|
1933
|
+
|
1934
1934
|
def initialize(requestid=nil)
|
1935
1935
|
@RequestId = requestid
|
1936
1936
|
end
|
@@ -1950,7 +1950,7 @@ module TencentCloud
|
|
1950
1950
|
# @type UserId: String
|
1951
1951
|
|
1952
1952
|
attr_accessor :Caller, :CatalogId, :UserId
|
1953
|
-
|
1953
|
+
|
1954
1954
|
def initialize(caller=nil, catalogid=nil, userid=nil)
|
1955
1955
|
@Caller = caller
|
1956
1956
|
@CatalogId = catalogid
|
@@ -1975,7 +1975,7 @@ module TencentCloud
|
|
1975
1975
|
# @type RequestId: String
|
1976
1976
|
|
1977
1977
|
attr_accessor :Approvers, :RequestId
|
1978
|
-
|
1978
|
+
|
1979
1979
|
def initialize(approvers=nil, requestid=nil)
|
1980
1980
|
@Approvers = approvers
|
1981
1981
|
@RequestId = requestid
|
@@ -2002,7 +2002,7 @@ module TencentCloud
|
|
2002
2002
|
# @type CatalogId: String
|
2003
2003
|
|
2004
2004
|
attr_accessor :Caller, :CatalogId
|
2005
|
-
|
2005
|
+
|
2006
2006
|
def initialize(caller=nil, catalogid=nil)
|
2007
2007
|
@Caller = caller
|
2008
2008
|
@CatalogId = catalogid
|
@@ -2025,7 +2025,7 @@ module TencentCloud
|
|
2025
2025
|
# @type RequestId: String
|
2026
2026
|
|
2027
2027
|
attr_accessor :SignComponents, :RequestId
|
2028
|
-
|
2028
|
+
|
2029
2029
|
def initialize(signcomponents=nil, requestid=nil)
|
2030
2030
|
@SignComponents = signcomponents
|
2031
2031
|
@RequestId = requestid
|
@@ -2052,7 +2052,7 @@ module TencentCloud
|
|
2052
2052
|
# @type FlowIds: Array
|
2053
2053
|
|
2054
2054
|
attr_accessor :Caller, :FlowIds
|
2055
|
-
|
2055
|
+
|
2056
2056
|
def initialize(caller=nil, flowids=nil)
|
2057
2057
|
@Caller = caller
|
2058
2058
|
@FlowIds = flowids
|
@@ -2075,7 +2075,7 @@ module TencentCloud
|
|
2075
2075
|
# @type RequestId: String
|
2076
2076
|
|
2077
2077
|
attr_accessor :CustomIdList, :RequestId
|
2078
|
-
|
2078
|
+
|
2079
2079
|
def initialize(customidlist=nil, requestid=nil)
|
2080
2080
|
@CustomIdList = customidlist
|
2081
2081
|
@RequestId = requestid
|
@@ -2102,7 +2102,7 @@ module TencentCloud
|
|
2102
2102
|
# @type CustomIds: Array
|
2103
2103
|
|
2104
2104
|
attr_accessor :Caller, :CustomIds
|
2105
|
-
|
2105
|
+
|
2106
2106
|
def initialize(caller=nil, customids=nil)
|
2107
2107
|
@Caller = caller
|
2108
2108
|
@CustomIds = customids
|
@@ -2125,7 +2125,7 @@ module TencentCloud
|
|
2125
2125
|
# @type RequestId: String
|
2126
2126
|
|
2127
2127
|
attr_accessor :CustomIdList, :RequestId
|
2128
|
-
|
2128
|
+
|
2129
2129
|
def initialize(customidlist=nil, requestid=nil)
|
2130
2130
|
@CustomIdList = customidlist
|
2131
2131
|
@RequestId = requestid
|
@@ -2154,7 +2154,7 @@ module TencentCloud
|
|
2154
2154
|
# @type OrderNumbers: Array
|
2155
2155
|
|
2156
2156
|
attr_accessor :Caller, :WbAppId, :OrderNumbers
|
2157
|
-
|
2157
|
+
|
2158
2158
|
def initialize(caller=nil, wbappid=nil, ordernumbers=nil)
|
2159
2159
|
@Caller = caller
|
2160
2160
|
@WbAppId = wbappid
|
@@ -2179,7 +2179,7 @@ module TencentCloud
|
|
2179
2179
|
# @type RequestId: String
|
2180
2180
|
|
2181
2181
|
attr_accessor :Photos, :RequestId
|
2182
|
-
|
2182
|
+
|
2183
2183
|
def initialize(photos=nil, requestid=nil)
|
2184
2184
|
@Photos = photos
|
2185
2185
|
@RequestId = requestid
|
@@ -2210,7 +2210,7 @@ module TencentCloud
|
|
2210
2210
|
# @type FileType: Integer
|
2211
2211
|
|
2212
2212
|
attr_accessor :Caller, :WbAppId, :OrderNumbers, :FileType
|
2213
|
-
|
2213
|
+
|
2214
2214
|
def initialize(caller=nil, wbappid=nil, ordernumbers=nil, filetype=nil)
|
2215
2215
|
@Caller = caller
|
2216
2216
|
@WbAppId = wbappid
|
@@ -2237,7 +2237,7 @@ module TencentCloud
|
|
2237
2237
|
# @type RequestId: String
|
2238
2238
|
|
2239
2239
|
attr_accessor :Results, :RequestId
|
2240
|
-
|
2240
|
+
|
2241
2241
|
def initialize(results=nil, requestid=nil)
|
2242
2242
|
@Results = results
|
2243
2243
|
@RequestId = requestid
|
@@ -2264,7 +2264,7 @@ module TencentCloud
|
|
2264
2264
|
# @type CustomIds: Array
|
2265
2265
|
|
2266
2266
|
attr_accessor :Caller, :CustomIds
|
2267
|
-
|
2267
|
+
|
2268
2268
|
def initialize(caller=nil, customids=nil)
|
2269
2269
|
@Caller = caller
|
2270
2270
|
@CustomIds = customids
|
@@ -2287,7 +2287,7 @@ module TencentCloud
|
|
2287
2287
|
# @type RequestId: String
|
2288
2288
|
|
2289
2289
|
attr_accessor :CustomIdList, :RequestId
|
2290
|
-
|
2290
|
+
|
2291
2291
|
def initialize(customidlist=nil, requestid=nil)
|
2292
2292
|
@CustomIdList = customidlist
|
2293
2293
|
@RequestId = requestid
|
@@ -2328,7 +2328,7 @@ module TencentCloud
|
|
2328
2328
|
# @type FileType: String
|
2329
2329
|
|
2330
2330
|
attr_accessor :Caller, :BusinessIds, :BusinessType, :FileName, :ResourceOffset, :ResourceLimit, :FileType
|
2331
|
-
|
2331
|
+
|
2332
2332
|
def initialize(caller=nil, businessids=nil, businesstype=nil, filename=nil, resourceoffset=nil, resourcelimit=nil, filetype=nil)
|
2333
2333
|
@Caller = caller
|
2334
2334
|
@BusinessIds = businessids
|
@@ -2363,7 +2363,7 @@ module TencentCloud
|
|
2363
2363
|
# @type RequestId: String
|
2364
2364
|
|
2365
2365
|
attr_accessor :FileUrls, :TotalCount, :RequestId
|
2366
|
-
|
2366
|
+
|
2367
2367
|
def initialize(fileurls=nil, totalcount=nil, requestid=nil)
|
2368
2368
|
@FileUrls = fileurls
|
2369
2369
|
@TotalCount = totalcount
|
@@ -2396,7 +2396,7 @@ module TencentCloud
|
|
2396
2396
|
# @type SignId: String
|
2397
2397
|
|
2398
2398
|
attr_accessor :Caller, :FlowId, :UserId, :SignId
|
2399
|
-
|
2399
|
+
|
2400
2400
|
def initialize(caller=nil, flowid=nil, userid=nil, signid=nil)
|
2401
2401
|
@Caller = caller
|
2402
2402
|
@FlowId = flowid
|
@@ -2425,7 +2425,7 @@ module TencentCloud
|
|
2425
2425
|
# @type RequestId: String
|
2426
2426
|
|
2427
2427
|
attr_accessor :FlowId, :Approvers, :RequestId
|
2428
|
-
|
2428
|
+
|
2429
2429
|
def initialize(flowid=nil, approvers=nil, requestid=nil)
|
2430
2430
|
@FlowId = flowid
|
2431
2431
|
@Approvers = approvers
|
@@ -2454,7 +2454,7 @@ module TencentCloud
|
|
2454
2454
|
# @type FlowId: String
|
2455
2455
|
|
2456
2456
|
attr_accessor :Caller, :FlowId
|
2457
|
-
|
2457
|
+
|
2458
2458
|
def initialize(caller=nil, flowid=nil)
|
2459
2459
|
@Caller = caller
|
2460
2460
|
@FlowId = flowid
|
@@ -2479,7 +2479,7 @@ module TencentCloud
|
|
2479
2479
|
# @type RequestId: String
|
2480
2480
|
|
2481
2481
|
attr_accessor :FlowId, :FlowFileInfos, :RequestId
|
2482
|
-
|
2482
|
+
|
2483
2483
|
def initialize(flowid=nil, flowfileinfos=nil, requestid=nil)
|
2484
2484
|
@FlowId = flowid
|
2485
2485
|
@FlowFileInfos = flowfileinfos
|
@@ -2508,7 +2508,7 @@ module TencentCloud
|
|
2508
2508
|
# @type FlowId: String
|
2509
2509
|
|
2510
2510
|
attr_accessor :Caller, :FlowId
|
2511
|
-
|
2511
|
+
|
2512
2512
|
def initialize(caller=nil, flowid=nil)
|
2513
2513
|
@Caller = caller
|
2514
2514
|
@FlowId = flowid
|
@@ -2559,7 +2559,7 @@ module TencentCloud
|
|
2559
2559
|
# @type RequestId: String
|
2560
2560
|
|
2561
2561
|
attr_accessor :Creator, :FlowId, :FlowName, :FlowDescription, :FlowType, :FlowStatus, :CreatedOn, :UpdatedOn, :Deadline, :CallbackUrl, :FlowMessage, :RequestId
|
2562
|
-
|
2562
|
+
|
2563
2563
|
def initialize(creator=nil, flowid=nil, flowname=nil, flowdescription=nil, flowtype=nil, flowstatus=nil, createdon=nil, updatedon=nil, deadline=nil, callbackurl=nil, flowmessage=nil, requestid=nil)
|
2564
2564
|
@Creator = creator
|
2565
2565
|
@FlowId = flowid
|
@@ -2604,7 +2604,7 @@ module TencentCloud
|
|
2604
2604
|
# @type UserId: String
|
2605
2605
|
|
2606
2606
|
attr_accessor :Caller, :SealIds, :UserId
|
2607
|
-
|
2607
|
+
|
2608
2608
|
def initialize(caller=nil, sealids=nil, userid=nil)
|
2609
2609
|
@Caller = caller
|
2610
2610
|
@SealIds = sealids
|
@@ -2629,7 +2629,7 @@ module TencentCloud
|
|
2629
2629
|
# @type RequestId: String
|
2630
2630
|
|
2631
2631
|
attr_accessor :Seals, :RequestId
|
2632
|
-
|
2632
|
+
|
2633
2633
|
def initialize(seals=nil, requestid=nil)
|
2634
2634
|
@Seals = seals
|
2635
2635
|
@RequestId = requestid
|
@@ -2656,7 +2656,7 @@ module TencentCloud
|
|
2656
2656
|
# @type SubOrganizationIds: Array
|
2657
2657
|
|
2658
2658
|
attr_accessor :Caller, :SubOrganizationIds
|
2659
|
-
|
2659
|
+
|
2660
2660
|
def initialize(caller=nil, suborganizationids=nil)
|
2661
2661
|
@Caller = caller
|
2662
2662
|
@SubOrganizationIds = suborganizationids
|
@@ -2679,7 +2679,7 @@ module TencentCloud
|
|
2679
2679
|
# @type RequestId: String
|
2680
2680
|
|
2681
2681
|
attr_accessor :SubOrganizationInfos, :RequestId
|
2682
|
-
|
2682
|
+
|
2683
2683
|
def initialize(suborganizationinfos=nil, requestid=nil)
|
2684
2684
|
@SubOrganizationInfos = suborganizationinfos
|
2685
2685
|
@RequestId = requestid
|
@@ -2706,7 +2706,7 @@ module TencentCloud
|
|
2706
2706
|
# @type UserIds: Array
|
2707
2707
|
|
2708
2708
|
attr_accessor :Caller, :UserIds
|
2709
|
-
|
2709
|
+
|
2710
2710
|
def initialize(caller=nil, userids=nil)
|
2711
2711
|
@Caller = caller
|
2712
2712
|
@UserIds = userids
|
@@ -2729,7 +2729,7 @@ module TencentCloud
|
|
2729
2729
|
# @type RequestId: String
|
2730
2730
|
|
2731
2731
|
attr_accessor :Users, :RequestId
|
2732
|
-
|
2732
|
+
|
2733
2733
|
def initialize(users=nil, requestid=nil)
|
2734
2734
|
@Users = users
|
2735
2735
|
@RequestId = requestid
|
@@ -2756,7 +2756,7 @@ module TencentCloud
|
|
2756
2756
|
# @type FlowId: String
|
2757
2757
|
|
2758
2758
|
attr_accessor :Caller, :FlowId
|
2759
|
-
|
2759
|
+
|
2760
2760
|
def initialize(caller=nil, flowid=nil)
|
2761
2761
|
@Caller = caller
|
2762
2762
|
@FlowId = flowid
|
@@ -2777,7 +2777,7 @@ module TencentCloud
|
|
2777
2777
|
# @type RequestId: String
|
2778
2778
|
|
2779
2779
|
attr_accessor :RequestId
|
2780
|
-
|
2780
|
+
|
2781
2781
|
def initialize(requestid=nil)
|
2782
2782
|
@RequestId = requestid
|
2783
2783
|
end
|
@@ -2801,7 +2801,7 @@ module TencentCloud
|
|
2801
2801
|
# @type OrderNumber: String
|
2802
2802
|
|
2803
2803
|
attr_accessor :Result, :Description, :Photo, :OrderNumber
|
2804
|
-
|
2804
|
+
|
2805
2805
|
def initialize(result=nil, description=nil, photo=nil, ordernumber=nil)
|
2806
2806
|
@Result = result
|
2807
2807
|
@Description = description
|
@@ -2854,7 +2854,7 @@ module TencentCloud
|
|
2854
2854
|
# @type Video: String
|
2855
2855
|
|
2856
2856
|
attr_accessor :Result, :Description, :OrderNumber, :Name, :IdCardType, :IdCardNumber, :LiveRate, :Similarity, :OccurredTime, :Photo, :Video
|
2857
|
-
|
2857
|
+
|
2858
2858
|
def initialize(result=nil, description=nil, ordernumber=nil, name=nil, idcardtype=nil, idcardnumber=nil, liverate=nil, similarity=nil, occurredtime=nil, photo=nil, video=nil)
|
2859
2859
|
@Result = result
|
2860
2860
|
@Description = description
|
@@ -2896,7 +2896,7 @@ module TencentCloud
|
|
2896
2896
|
# @type FlowId: String
|
2897
2897
|
|
2898
2898
|
attr_accessor :Url, :Option, :Index, :FlowId
|
2899
|
-
|
2899
|
+
|
2900
2900
|
def initialize(url=nil, option=nil, index=nil, flowid=nil)
|
2901
2901
|
@Url = url
|
2902
2902
|
@Option = option
|
@@ -2977,7 +2977,7 @@ module TencentCloud
|
|
2977
2977
|
# @type SignId: String
|
2978
2978
|
|
2979
2979
|
attr_accessor :UserId, :VerifyChannel, :ApproveStatus, :ApproveMessage, :ApproveTime, :SubOrganizationId, :JumpUrl, :ComponentSeals, :IsFullText, :PreReadTime, :Mobile, :Deadline, :IsLastApprover, :SmsTemplate, :IdCardNumber, :Name, :CanOffLine, :IdCardType, :CallbackUrl, :SignId
|
2980
|
-
|
2980
|
+
|
2981
2981
|
def initialize(userid=nil, verifychannel=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, suborganizationid=nil, jumpurl=nil, componentseals=nil, isfulltext=nil, prereadtime=nil, mobile=nil, deadline=nil, islastapprover=nil, smstemplate=nil, idcardnumber=nil, name=nil, canoffline=nil, idcardtype=nil, callbackurl=nil, signid=nil)
|
2982
2982
|
@UserId = userid
|
2983
2983
|
@VerifyChannel = verifychannel
|
@@ -3053,7 +3053,7 @@ module TencentCloud
|
|
3053
3053
|
# @type Url: String
|
3054
3054
|
|
3055
3055
|
attr_accessor :FileIndex, :FileType, :FileMd5, :FileName, :FileSize, :CreatedOn, :Url
|
3056
|
-
|
3056
|
+
|
3057
3057
|
def initialize(fileindex=nil, filetype=nil, filemd5=nil, filename=nil, filesize=nil, createdon=nil, url=nil)
|
3058
3058
|
@FileIndex = fileindex
|
3059
3059
|
@FileType = filetype
|
@@ -3095,7 +3095,7 @@ module TencentCloud
|
|
3095
3095
|
# @type UserData: String
|
3096
3096
|
|
3097
3097
|
attr_accessor :FlowName, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :UserData
|
3098
|
-
|
3098
|
+
|
3099
3099
|
def initialize(flowname=nil, deadline=nil, flowdescription=nil, flowtype=nil, callbackurl=nil, userdata=nil)
|
3100
3100
|
@FlowName = flowname
|
3101
3101
|
@Deadline = deadline
|
@@ -3137,7 +3137,7 @@ module TencentCloud
|
|
3137
3137
|
# @type IsDefault: Boolean
|
3138
3138
|
|
3139
3139
|
attr_accessor :Caller, :SealType, :SourceIp, :SealName, :SealHorizontalText, :IsDefault
|
3140
|
-
|
3140
|
+
|
3141
3141
|
def initialize(caller=nil, sealtype=nil, sourceip=nil, sealname=nil, sealhorizontaltext=nil, isdefault=nil)
|
3142
3142
|
@Caller = caller
|
3143
3143
|
@SealType = sealtype
|
@@ -3168,7 +3168,7 @@ module TencentCloud
|
|
3168
3168
|
# @type RequestId: String
|
3169
3169
|
|
3170
3170
|
attr_accessor :SealId, :RequestId
|
3171
|
-
|
3171
|
+
|
3172
3172
|
def initialize(sealid=nil, requestid=nil)
|
3173
3173
|
@SealId = sealid
|
3174
3174
|
@RequestId = requestid
|
@@ -3194,7 +3194,7 @@ module TencentCloud
|
|
3194
3194
|
# @type IsDefault: Boolean
|
3195
3195
|
|
3196
3196
|
attr_accessor :Caller, :UserId, :SourceIp, :SealName, :IsDefault
|
3197
|
-
|
3197
|
+
|
3198
3198
|
def initialize(caller=nil, userid=nil, sourceip=nil, sealname=nil, isdefault=nil)
|
3199
3199
|
@Caller = caller
|
3200
3200
|
@UserId = userid
|
@@ -3223,7 +3223,7 @@ module TencentCloud
|
|
3223
3223
|
# @type RequestId: String
|
3224
3224
|
|
3225
3225
|
attr_accessor :SealId, :RequestId
|
3226
|
-
|
3226
|
+
|
3227
3227
|
def initialize(sealid=nil, requestid=nil)
|
3228
3228
|
@SealId = sealid
|
3229
3229
|
@RequestId = requestid
|
@@ -3245,7 +3245,7 @@ module TencentCloud
|
|
3245
3245
|
# @type SourceIp: String
|
3246
3246
|
|
3247
3247
|
attr_accessor :Caller, :SealId, :SourceIp
|
3248
|
-
|
3248
|
+
|
3249
3249
|
def initialize(caller=nil, sealid=nil, sourceip=nil)
|
3250
3250
|
@Caller = caller
|
3251
3251
|
@SealId = sealid
|
@@ -3268,7 +3268,7 @@ module TencentCloud
|
|
3268
3268
|
# @type RequestId: String
|
3269
3269
|
|
3270
3270
|
attr_accessor :RequestId
|
3271
|
-
|
3271
|
+
|
3272
3272
|
def initialize(requestid=nil)
|
3273
3273
|
@RequestId = requestid
|
3274
3274
|
end
|
@@ -3296,7 +3296,7 @@ module TencentCloud
|
|
3296
3296
|
# @type UserId: String
|
3297
3297
|
|
3298
3298
|
attr_accessor :Caller, :SourceIp, :SealId, :SealName, :Image, :FileId, :UserId
|
3299
|
-
|
3299
|
+
|
3300
3300
|
def initialize(caller=nil, sourceip=nil, sealid=nil, sealname=nil, image=nil, fileid=nil, userid=nil)
|
3301
3301
|
@Caller = caller
|
3302
3302
|
@SourceIp = sourceip
|
@@ -3327,7 +3327,7 @@ module TencentCloud
|
|
3327
3327
|
# @type RequestId: String
|
3328
3328
|
|
3329
3329
|
attr_accessor :RequestId
|
3330
|
-
|
3330
|
+
|
3331
3331
|
def initialize(requestid=nil)
|
3332
3332
|
@RequestId = requestid
|
3333
3333
|
end
|
@@ -3371,7 +3371,7 @@ module TencentCloud
|
|
3371
3371
|
# @type Email: String
|
3372
3372
|
|
3373
3373
|
attr_accessor :Caller, :OpenId, :Name, :OrganizationType, :BizLicenseFile, :BizLicenseFileName, :LegalName, :LegalIdCardType, :LegalIdCardNumber, :LegalMobile, :ContactName, :ContactAddress, :Email
|
3374
|
-
|
3374
|
+
|
3375
3375
|
def initialize(caller=nil, openid=nil, name=nil, organizationtype=nil, bizlicensefile=nil, bizlicensefilename=nil, legalname=nil, legalidcardtype=nil, legalidcardnumber=nil, legalmobile=nil, contactname=nil, contactaddress=nil, email=nil)
|
3376
3376
|
@Caller = caller
|
3377
3377
|
@OpenId = openid
|
@@ -3419,7 +3419,7 @@ module TencentCloud
|
|
3419
3419
|
# @type RequestId: String
|
3420
3420
|
|
3421
3421
|
attr_accessor :SubOrganizationId, :RequestId
|
3422
|
-
|
3422
|
+
|
3423
3423
|
def initialize(suborganizationid=nil, requestid=nil)
|
3424
3424
|
@SubOrganizationId = suborganizationid
|
3425
3425
|
@RequestId = requestid
|
@@ -3443,7 +3443,7 @@ module TencentCloud
|
|
3443
3443
|
# @type SourceIp: String
|
3444
3444
|
|
3445
3445
|
attr_accessor :Caller, :UserId, :SealId, :SourceIp
|
3446
|
-
|
3446
|
+
|
3447
3447
|
def initialize(caller=nil, userid=nil, sealid=nil, sourceip=nil)
|
3448
3448
|
@Caller = caller
|
3449
3449
|
@UserId = userid
|
@@ -3468,7 +3468,7 @@ module TencentCloud
|
|
3468
3468
|
# @type RequestId: String
|
3469
3469
|
|
3470
3470
|
attr_accessor :RequestId
|
3471
|
-
|
3471
|
+
|
3472
3472
|
def initialize(requestid=nil)
|
3473
3473
|
@RequestId = requestid
|
3474
3474
|
end
|
@@ -3494,7 +3494,7 @@ module TencentCloud
|
|
3494
3494
|
# @type Name: String
|
3495
3495
|
|
3496
3496
|
attr_accessor :Caller, :OpenId, :UserId, :Mobile, :Email, :Name
|
3497
|
-
|
3497
|
+
|
3498
3498
|
def initialize(caller=nil, openid=nil, userid=nil, mobile=nil, email=nil, name=nil)
|
3499
3499
|
@Caller = caller
|
3500
3500
|
@OpenId = openid
|
@@ -3525,7 +3525,7 @@ module TencentCloud
|
|
3525
3525
|
# @type RequestId: String
|
3526
3526
|
|
3527
3527
|
attr_accessor :UserId, :RequestId
|
3528
|
-
|
3528
|
+
|
3529
3529
|
def initialize(userid=nil, requestid=nil)
|
3530
3530
|
@UserId = userid
|
3531
3531
|
@RequestId = requestid
|
@@ -3566,7 +3566,7 @@ module TencentCloud
|
|
3566
3566
|
# @type SignId: String
|
3567
3567
|
|
3568
3568
|
attr_accessor :Caller, :FlowId, :VerifyResult, :VerifyChannel, :SourceIp, :RejectMessage, :SignId
|
3569
|
-
|
3569
|
+
|
3570
3570
|
def initialize(caller=nil, flowid=nil, verifyresult=nil, verifychannel=nil, sourceip=nil, rejectmessage=nil, signid=nil)
|
3571
3571
|
@Caller = caller
|
3572
3572
|
@FlowId = flowid
|
@@ -3597,7 +3597,7 @@ module TencentCloud
|
|
3597
3597
|
# @type RequestId: String
|
3598
3598
|
|
3599
3599
|
attr_accessor :RequestId
|
3600
|
-
|
3600
|
+
|
3601
3601
|
def initialize(requestid=nil)
|
3602
3602
|
@RequestId = requestid
|
3603
3603
|
end
|
@@ -3631,7 +3631,7 @@ module TencentCloud
|
|
3631
3631
|
# @type DefaultSeal: Boolean
|
3632
3632
|
|
3633
3633
|
attr_accessor :SealId, :SealName, :SealType, :SealSource, :Creator, :CreatedOn, :UserId, :FileUrl, :DefaultSeal
|
3634
|
-
|
3634
|
+
|
3635
3635
|
def initialize(sealid=nil, sealname=nil, sealtype=nil, sealsource=nil, creator=nil, createdon=nil, userid=nil, fileurl=nil, defaultseal=nil)
|
3636
3636
|
@SealId = sealid
|
3637
3637
|
@SealName = sealname
|
@@ -3702,7 +3702,7 @@ module TencentCloud
|
|
3702
3702
|
# @type CallbackUrl: String
|
3703
3703
|
|
3704
3704
|
attr_accessor :Caller, :FlowId, :UserId, :SignComponents, :Mobile, :SubOrganizationId, :VerifyChannel, :Deadline, :IsLastApprover, :JumpUrl, :SmsTemplate, :IsFullText, :PreReadTime, :CanOffLine, :CallbackUrl
|
3705
|
-
|
3705
|
+
|
3706
3706
|
def initialize(caller=nil, flowid=nil, userid=nil, signcomponents=nil, mobile=nil, suborganizationid=nil, verifychannel=nil, deadline=nil, islastapprover=nil, jumpurl=nil, smstemplate=nil, isfulltext=nil, prereadtime=nil, canoffline=nil, callbackurl=nil)
|
3707
3707
|
@Caller = caller
|
3708
3708
|
@FlowId = flowid
|
@@ -3761,7 +3761,7 @@ module TencentCloud
|
|
3761
3761
|
# @type RequestId: String
|
3762
3762
|
|
3763
3763
|
attr_accessor :SignId, :RequestId
|
3764
|
-
|
3764
|
+
|
3765
3765
|
def initialize(signid=nil, requestid=nil)
|
3766
3766
|
@SignId = signid
|
3767
3767
|
@RequestId = requestid
|
@@ -3814,7 +3814,7 @@ module TencentCloud
|
|
3814
3814
|
# @type CallbackUrl: String
|
3815
3815
|
|
3816
3816
|
attr_accessor :Caller, :FlowId, :UserId, :SignComponents, :Mobile, :SubOrganizationId, :VerifyChannel, :Deadline, :IsLastApprover, :JumpUrl, :SmsTemplate, :IsFullText, :PreReadTime, :CanOffLine, :CallbackUrl
|
3817
|
-
|
3817
|
+
|
3818
3818
|
def initialize(caller=nil, flowid=nil, userid=nil, signcomponents=nil, mobile=nil, suborganizationid=nil, verifychannel=nil, deadline=nil, islastapprover=nil, jumpurl=nil, smstemplate=nil, isfulltext=nil, prereadtime=nil, canoffline=nil, callbackurl=nil)
|
3819
3819
|
@Caller = caller
|
3820
3820
|
@FlowId = flowid
|
@@ -3875,7 +3875,7 @@ module TencentCloud
|
|
3875
3875
|
# @type RequestId: String
|
3876
3876
|
|
3877
3877
|
attr_accessor :SignId, :SignUrl, :RequestId
|
3878
|
-
|
3878
|
+
|
3879
3879
|
def initialize(signid=nil, signurl=nil, requestid=nil)
|
3880
3880
|
@SignId = signid
|
3881
3881
|
@SignUrl = signurl
|
@@ -3909,7 +3909,7 @@ module TencentCloud
|
|
3909
3909
|
# @type CheckThreeElementResult: Integer
|
3910
3910
|
|
3911
3911
|
attr_accessor :Caller, :Mobile, :VerifyType, :UserId, :VerifyTemplateId, :VerifySign, :FlowId, :CheckThreeElementResult
|
3912
|
-
|
3912
|
+
|
3913
3913
|
def initialize(caller=nil, mobile=nil, verifytype=nil, userid=nil, verifytemplateid=nil, verifysign=nil, flowid=nil, checkthreeelementresult=nil)
|
3914
3914
|
@Caller = caller
|
3915
3915
|
@Mobile = mobile
|
@@ -3944,7 +3944,7 @@ module TencentCloud
|
|
3944
3944
|
# @type RequestId: String
|
3945
3945
|
|
3946
3946
|
attr_accessor :Result, :RequestId
|
3947
|
-
|
3947
|
+
|
3948
3948
|
def initialize(result=nil, requestid=nil)
|
3949
3949
|
@Result = result
|
3950
3950
|
@RequestId = requestid
|
@@ -3987,7 +3987,7 @@ module TencentCloud
|
|
3987
3987
|
# @type SignId: String
|
3988
3988
|
|
3989
3989
|
attr_accessor :Caller, :FlowId, :VerifyResult, :VerifyChannel, :SourceIp, :SignSeals, :ApproveMessage, :SignId
|
3990
|
-
|
3990
|
+
|
3991
3991
|
def initialize(caller=nil, flowid=nil, verifyresult=nil, verifychannel=nil, sourceip=nil, signseals=nil, approvemessage=nil, signid=nil)
|
3992
3992
|
@Caller = caller
|
3993
3993
|
@FlowId = flowid
|
@@ -4029,7 +4029,7 @@ module TencentCloud
|
|
4029
4029
|
# @type RequestId: String
|
4030
4030
|
|
4031
4031
|
attr_accessor :Status, :RequestId
|
4032
|
-
|
4032
|
+
|
4033
4033
|
def initialize(status=nil, requestid=nil)
|
4034
4034
|
@Status = status
|
4035
4035
|
@RequestId = requestid
|
@@ -4059,7 +4059,7 @@ module TencentCloud
|
|
4059
4059
|
# @type SealContent: String
|
4060
4060
|
|
4061
4061
|
attr_accessor :ComponentId, :SignType, :FileIndex, :SealId, :SealContent
|
4062
|
-
|
4062
|
+
|
4063
4063
|
def initialize(componentid=nil, signtype=nil, fileindex=nil, sealid=nil, sealcontent=nil)
|
4064
4064
|
@ComponentId = componentid
|
4065
4065
|
@SignType = signtype
|
@@ -4085,7 +4085,7 @@ module TencentCloud
|
|
4085
4085
|
# @type Sign: String
|
4086
4086
|
|
4087
4087
|
attr_accessor :TemplateId, :Sign
|
4088
|
-
|
4088
|
+
|
4089
4089
|
def initialize(templateid=nil, sign=nil)
|
4090
4090
|
@TemplateId = templateid
|
4091
4091
|
@Sign = sign
|
@@ -4151,7 +4151,7 @@ module TencentCloud
|
|
4151
4151
|
# @type ContactAddress: :class:`Tencentcloud::Essbasic.v20201222.models.Address`
|
4152
4152
|
|
4153
4153
|
attr_accessor :Id, :Name, :Email, :IdCardType, :IdCardNumber, :OrganizationType, :IdCardFileType, :BizLicenseFile, :BizLicenseFileName, :LegalName, :LegalIdCardType, :LegalIdCardNumber, :LegalMobile, :ContactName, :VerifyStatus, :VerifiedOn, :CreatedOn, :UpdatedOn, :VerifyClientIp, :VerifyServerIp, :ContactAddress
|
4154
|
-
|
4154
|
+
|
4155
4155
|
def initialize(id=nil, name=nil, email=nil, idcardtype=nil, idcardnumber=nil, organizationtype=nil, idcardfiletype=nil, bizlicensefile=nil, bizlicensefilename=nil, legalname=nil, legalidcardtype=nil, legalidcardnumber=nil, legalmobile=nil, contactname=nil, verifystatus=nil, verifiedon=nil, createdon=nil, updatedon=nil, verifyclientip=nil, verifyserverip=nil, contactaddress=nil)
|
4156
4156
|
@Id = id
|
4157
4157
|
@Name = name
|
@@ -4212,7 +4212,7 @@ module TencentCloud
|
|
4212
4212
|
# @type FileName: String
|
4213
4213
|
|
4214
4214
|
attr_accessor :FileBody, :FileName
|
4215
|
-
|
4215
|
+
|
4216
4216
|
def initialize(filebody=nil, filename=nil)
|
4217
4217
|
@FileBody = filebody
|
4218
4218
|
@FileName = filename
|
@@ -4251,7 +4251,7 @@ module TencentCloud
|
|
4251
4251
|
# @type CustomIds: Array
|
4252
4252
|
|
4253
4253
|
attr_accessor :Caller, :BusinessType, :FileInfos, :FileUrls, :CoverRect, :FileType, :CustomIds
|
4254
|
-
|
4254
|
+
|
4255
4255
|
def initialize(caller=nil, businesstype=nil, fileinfos=nil, fileurls=nil, coverrect=nil, filetype=nil, customids=nil)
|
4256
4256
|
@Caller = caller
|
4257
4257
|
@BusinessType = businesstype
|
@@ -4293,7 +4293,7 @@ module TencentCloud
|
|
4293
4293
|
# @type RequestId: String
|
4294
4294
|
|
4295
4295
|
attr_accessor :FileIds, :TotalCount, :RequestId
|
4296
|
-
|
4296
|
+
|
4297
4297
|
def initialize(fileids=nil, totalcount=nil, requestid=nil)
|
4298
4298
|
@FileIds = fileids
|
4299
4299
|
@TotalCount = totalcount
|
@@ -4335,7 +4335,7 @@ module TencentCloud
|
|
4335
4335
|
# @type IdCardNumber: String
|
4336
4336
|
|
4337
4337
|
attr_accessor :UserId, :Mobile, :CreatedOn, :VerifyStatus, :Name, :VerifiedOn, :IdCardType, :IdCardNumber
|
4338
|
-
|
4338
|
+
|
4339
4339
|
def initialize(userid=nil, mobile=nil, createdon=nil, verifystatus=nil, name=nil, verifiedon=nil, idcardtype=nil, idcardnumber=nil)
|
4340
4340
|
@UserId = userid
|
4341
4341
|
@Mobile = mobile
|
@@ -4367,7 +4367,7 @@ module TencentCloud
|
|
4367
4367
|
# @type OpenId: String
|
4368
4368
|
|
4369
4369
|
attr_accessor :Caller, :OpenId
|
4370
|
-
|
4370
|
+
|
4371
4371
|
def initialize(caller=nil, openid=nil)
|
4372
4372
|
@Caller = caller
|
4373
4373
|
@OpenId = openid
|
@@ -4390,7 +4390,7 @@ module TencentCloud
|
|
4390
4390
|
# @type RequestId: String
|
4391
4391
|
|
4392
4392
|
attr_accessor :SubOrganizationId, :RequestId
|
4393
|
-
|
4393
|
+
|
4394
4394
|
def initialize(suborganizationid=nil, requestid=nil)
|
4395
4395
|
@SubOrganizationId = suborganizationid
|
4396
4396
|
@RequestId = requestid
|
@@ -4413,7 +4413,7 @@ module TencentCloud
|
|
4413
4413
|
# @type CertificateRequired: Boolean
|
4414
4414
|
|
4415
4415
|
attr_accessor :Caller, :UserId, :CertificateRequired
|
4416
|
-
|
4416
|
+
|
4417
4417
|
def initialize(caller=nil, userid=nil, certificaterequired=nil)
|
4418
4418
|
@Caller = caller
|
4419
4419
|
@UserId = userid
|
@@ -4438,7 +4438,7 @@ module TencentCloud
|
|
4438
4438
|
# @type RequestId: String
|
4439
4439
|
|
4440
4440
|
attr_accessor :UserId, :RequestId
|
4441
|
-
|
4441
|
+
|
4442
4442
|
def initialize(userid=nil, requestid=nil)
|
4443
4443
|
@UserId = userid
|
4444
4444
|
@RequestId = requestid
|