tencentcloud-sdk-essbasic 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201222/models.rb +126 -126
- data/lib/v20210526/models.rb +292 -133
- metadata +2 -2
data/lib/v20210526/models.rb
CHANGED
@@ -31,7 +31,10 @@ module TencentCloud
|
|
31
31
|
# @type ProxyOrganizationId: String
|
32
32
|
|
33
33
|
attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
|
34
|
-
|
34
|
+
extend Gem::Deprecate
|
35
|
+
deprecate :ProxyOrganizationId, :none, 2023, 6
|
36
|
+
deprecate :ProxyOrganizationId=, :none, 2023, 6
|
37
|
+
|
35
38
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
36
39
|
@AppId = appid
|
37
40
|
@ProxyOrganizationOpenId = proxyorganizationopenid
|
@@ -58,7 +61,7 @@ module TencentCloud
|
|
58
61
|
# @type HideOneKeySign: Boolean
|
59
62
|
|
60
63
|
attr_accessor :HideOneKeySign
|
61
|
-
|
64
|
+
|
62
65
|
def initialize(hideonekeysign=nil)
|
63
66
|
@HideOneKeySign = hideonekeysign
|
64
67
|
end
|
@@ -80,7 +83,7 @@ module TencentCloud
|
|
80
83
|
# @type IdCardNumber: String
|
81
84
|
|
82
85
|
attr_accessor :Name, :Mobile, :IdCardType, :IdCardNumber
|
83
|
-
|
86
|
+
|
84
87
|
def initialize(name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil)
|
85
88
|
@Name = name
|
86
89
|
@Mobile = mobile
|
@@ -104,7 +107,7 @@ module TencentCloud
|
|
104
107
|
# @type Message: String
|
105
108
|
|
106
109
|
attr_accessor :ProxyOrganizationOpenId, :Message
|
107
|
-
|
110
|
+
|
108
111
|
def initialize(proxyorganizationopenid=nil, message=nil)
|
109
112
|
@ProxyOrganizationOpenId = proxyorganizationopenid
|
110
113
|
@Message = message
|
@@ -122,7 +125,7 @@ module TencentCloud
|
|
122
125
|
# @type OpenId: String
|
123
126
|
|
124
127
|
attr_accessor :OpenId
|
125
|
-
|
128
|
+
|
126
129
|
def initialize(openid=nil)
|
127
130
|
@OpenId = openid
|
128
131
|
end
|
@@ -158,7 +161,7 @@ module TencentCloud
|
|
158
161
|
# @type NeedCreateReview: Boolean
|
159
162
|
|
160
163
|
attr_accessor :FlowName, :FlowType, :FlowDescription, :Deadline, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData, :CcInfos, :NeedCreateReview
|
161
|
-
|
164
|
+
|
162
165
|
def initialize(flowname=nil, flowtype=nil, flowdescription=nil, deadline=nil, unordered=nil, intelligentstatus=nil, formfields=nil, needsignreview=nil, userdata=nil, ccinfos=nil, needcreatereview=nil)
|
163
166
|
@FlowName = flowname
|
164
167
|
@FlowType = flowtype
|
@@ -217,7 +220,7 @@ module TencentCloud
|
|
217
220
|
# @type CcPermission: Integer
|
218
221
|
|
219
222
|
attr_accessor :Mobile, :Name, :CcType, :CcPermission
|
220
|
-
|
223
|
+
|
221
224
|
def initialize(mobile=nil, name=nil, cctype=nil, ccpermission=nil)
|
222
225
|
@Mobile = mobile
|
223
226
|
@Name = name
|
@@ -251,7 +254,10 @@ module TencentCloud
|
|
251
254
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
252
255
|
|
253
256
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
254
|
-
|
257
|
+
extend Gem::Deprecate
|
258
|
+
deprecate :Operator, :none, 2023, 6
|
259
|
+
deprecate :Operator=, :none, 2023, 6
|
260
|
+
|
255
261
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
256
262
|
@Agent = agent
|
257
263
|
@FlowIds = flowids
|
@@ -283,7 +289,7 @@ module TencentCloud
|
|
283
289
|
# @type RequestId: String
|
284
290
|
|
285
291
|
attr_accessor :FailMessages, :RequestId
|
286
|
-
|
292
|
+
|
287
293
|
def initialize(failmessages=nil, requestid=nil)
|
288
294
|
@FailMessages = failmessages
|
289
295
|
@RequestId = requestid
|
@@ -313,7 +319,10 @@ module TencentCloud
|
|
313
319
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
314
320
|
|
315
321
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
316
|
-
|
322
|
+
extend Gem::Deprecate
|
323
|
+
deprecate :Operator, :none, 2023, 6
|
324
|
+
deprecate :Operator=, :none, 2023, 6
|
325
|
+
|
317
326
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
318
327
|
@FlowId = flowid
|
319
328
|
@Agent = agent
|
@@ -343,7 +352,7 @@ module TencentCloud
|
|
343
352
|
# @type RequestId: String
|
344
353
|
|
345
354
|
attr_accessor :RequestId
|
346
|
-
|
355
|
+
|
347
356
|
def initialize(requestid=nil)
|
348
357
|
@RequestId = requestid
|
349
358
|
end
|
@@ -363,7 +372,10 @@ module TencentCloud
|
|
363
372
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
364
373
|
|
365
374
|
attr_accessor :Agent, :QrCodeId, :Operator
|
366
|
-
|
375
|
+
extend Gem::Deprecate
|
376
|
+
deprecate :Operator, :none, 2023, 6
|
377
|
+
deprecate :Operator=, :none, 2023, 6
|
378
|
+
|
367
379
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
368
380
|
@Agent = agent
|
369
381
|
@QrCodeId = qrcodeid
|
@@ -389,7 +401,7 @@ module TencentCloud
|
|
389
401
|
# @type RequestId: String
|
390
402
|
|
391
403
|
attr_accessor :RequestId
|
392
|
-
|
404
|
+
|
393
405
|
def initialize(requestid=nil)
|
394
406
|
@RequestId = requestid
|
395
407
|
end
|
@@ -409,7 +421,10 @@ module TencentCloud
|
|
409
421
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
410
422
|
|
411
423
|
attr_accessor :Agent, :FlowIds, :Operator
|
412
|
-
|
424
|
+
extend Gem::Deprecate
|
425
|
+
deprecate :Operator, :none, 2023, 6
|
426
|
+
deprecate :Operator=, :none, 2023, 6
|
427
|
+
|
413
428
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
414
429
|
@Agent = agent
|
415
430
|
@FlowIds = flowids
|
@@ -441,7 +456,7 @@ module TencentCloud
|
|
441
456
|
# @type RequestId: String
|
442
457
|
|
443
458
|
attr_accessor :BatchCancelFlowUrl, :FailMessages, :UrlExpireOn, :RequestId
|
444
|
-
|
459
|
+
|
445
460
|
def initialize(batchcancelflowurl=nil, failmessages=nil, urlexpireon=nil, requestid=nil)
|
446
461
|
@BatchCancelFlowUrl = batchcancelflowurl
|
447
462
|
@FailMessages = failmessages
|
@@ -468,7 +483,10 @@ module TencentCloud
|
|
468
483
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
469
484
|
|
470
485
|
attr_accessor :Agent, :FlowIds, :Operator
|
471
|
-
|
486
|
+
extend Gem::Deprecate
|
487
|
+
deprecate :Operator, :none, 2023, 6
|
488
|
+
deprecate :Operator=, :none, 2023, 6
|
489
|
+
|
472
490
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
473
491
|
@Agent = agent
|
474
492
|
@FlowIds = flowids
|
@@ -494,7 +512,7 @@ module TencentCloud
|
|
494
512
|
# @type RequestId: String
|
495
513
|
|
496
514
|
attr_accessor :RequestId
|
497
|
-
|
515
|
+
|
498
516
|
def initialize(requestid=nil)
|
499
517
|
@RequestId = requestid
|
500
518
|
end
|
@@ -520,7 +538,12 @@ module TencentCloud
|
|
520
538
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
521
539
|
|
522
540
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
523
|
-
|
541
|
+
extend Gem::Deprecate
|
542
|
+
deprecate :Operator, :none, 2023, 6
|
543
|
+
deprecate :Operator=, :none, 2023, 6
|
544
|
+
deprecate :Organization, :none, 2023, 6
|
545
|
+
deprecate :Organization=, :none, 2023, 6
|
546
|
+
|
524
547
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
525
548
|
@Agent = agent
|
526
549
|
@ResourceType = resourcetype
|
@@ -557,7 +580,7 @@ module TencentCloud
|
|
557
580
|
# @type RequestId: String
|
558
581
|
|
559
582
|
attr_accessor :TaskId, :RequestId
|
560
|
-
|
583
|
+
|
561
584
|
def initialize(taskid=nil, requestid=nil)
|
562
585
|
@TaskId = taskid
|
563
586
|
@RequestId = requestid
|
@@ -583,7 +606,10 @@ module TencentCloud
|
|
583
606
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
584
607
|
|
585
608
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator
|
586
|
-
|
609
|
+
extend Gem::Deprecate
|
610
|
+
deprecate :Operator, :none, 2023, 6
|
611
|
+
deprecate :Operator=, :none, 2023, 6
|
612
|
+
|
587
613
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil)
|
588
614
|
@Agent = agent
|
589
615
|
@EmbedType = embedtype
|
@@ -615,7 +641,7 @@ module TencentCloud
|
|
615
641
|
# @type RequestId: String
|
616
642
|
|
617
643
|
attr_accessor :WebUrl, :RequestId
|
618
|
-
|
644
|
+
|
619
645
|
def initialize(weburl=nil, requestid=nil)
|
620
646
|
@WebUrl = weburl
|
621
647
|
@RequestId = requestid
|
@@ -672,7 +698,10 @@ module TencentCloud
|
|
672
698
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
673
699
|
|
674
700
|
attr_accessor :Agent, :FlowName, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :FlowDescription, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
675
|
-
|
701
|
+
extend Gem::Deprecate
|
702
|
+
deprecate :Operator, :none, 2023, 6
|
703
|
+
deprecate :Operator=, :none, 2023, 6
|
704
|
+
|
676
705
|
def initialize(agent=nil, flowname=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, flowdescription=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil)
|
677
706
|
@Agent = agent
|
678
707
|
@FlowName = flowname
|
@@ -754,7 +783,7 @@ module TencentCloud
|
|
754
783
|
# @type RequestId: String
|
755
784
|
|
756
785
|
attr_accessor :FlowId, :RequestId
|
757
|
-
|
786
|
+
|
758
787
|
def initialize(flowid=nil, requestid=nil)
|
759
788
|
@FlowId = flowid
|
760
789
|
@RequestId = requestid
|
@@ -783,7 +812,10 @@ module TencentCloud
|
|
783
812
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
784
813
|
|
785
814
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :Operator
|
786
|
-
|
815
|
+
extend Gem::Deprecate
|
816
|
+
deprecate :Operator, :none, 2023, 6
|
817
|
+
deprecate :Operator=, :none, 2023, 6
|
818
|
+
|
787
819
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, operator=nil)
|
788
820
|
@FlowFileInfos = flowfileinfos
|
789
821
|
@FlowGroupName = flowgroupname
|
@@ -826,7 +858,7 @@ module TencentCloud
|
|
826
858
|
# @type RequestId: String
|
827
859
|
|
828
860
|
attr_accessor :FlowGroupId, :FlowIds, :RequestId
|
829
|
-
|
861
|
+
|
830
862
|
def initialize(flowgroupid=nil, flowids=nil, requestid=nil)
|
831
863
|
@FlowGroupId = flowgroupid
|
832
864
|
@FlowIds = flowids
|
@@ -848,7 +880,7 @@ module TencentCloud
|
|
848
880
|
# @type FlowIds: Array
|
849
881
|
|
850
882
|
attr_accessor :Agent, :FlowIds
|
851
|
-
|
883
|
+
|
852
884
|
def initialize(agent=nil, flowids=nil)
|
853
885
|
@Agent = agent
|
854
886
|
@FlowIds = flowids
|
@@ -871,7 +903,7 @@ module TencentCloud
|
|
871
903
|
# @type RequestId: String
|
872
904
|
|
873
905
|
attr_accessor :RemindFlowRecords, :RequestId
|
874
|
-
|
906
|
+
|
875
907
|
def initialize(remindflowrecords=nil, requestid=nil)
|
876
908
|
@RemindFlowRecords = remindflowrecords
|
877
909
|
@RequestId = requestid
|
@@ -913,7 +945,7 @@ module TencentCloud
|
|
913
945
|
# @type OperateType: String
|
914
946
|
|
915
947
|
attr_accessor :Agent, :FlowId, :ReviewType, :ReviewMessage, :RecipientId, :OperateType
|
916
|
-
|
948
|
+
|
917
949
|
def initialize(agent=nil, flowid=nil, reviewtype=nil, reviewmessage=nil, recipientid=nil, operatetype=nil)
|
918
950
|
@Agent = agent
|
919
951
|
@FlowId = flowid
|
@@ -942,7 +974,7 @@ module TencentCloud
|
|
942
974
|
# @type RequestId: String
|
943
975
|
|
944
976
|
attr_accessor :RequestId
|
945
|
-
|
977
|
+
|
946
978
|
def initialize(requestid=nil)
|
947
979
|
@RequestId = requestid
|
948
980
|
end
|
@@ -966,7 +998,12 @@ module TencentCloud
|
|
966
998
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
967
999
|
|
968
1000
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization
|
969
|
-
|
1001
|
+
extend Gem::Deprecate
|
1002
|
+
deprecate :Operator, :none, 2023, 6
|
1003
|
+
deprecate :Operator=, :none, 2023, 6
|
1004
|
+
deprecate :Organization, :none, 2023, 6
|
1005
|
+
deprecate :Organization=, :none, 2023, 6
|
1006
|
+
|
970
1007
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil)
|
971
1008
|
@Agent = agent
|
972
1009
|
@FlowId = flowid
|
@@ -1008,7 +1045,7 @@ module TencentCloud
|
|
1008
1045
|
# @type RequestId: String
|
1009
1046
|
|
1010
1047
|
attr_accessor :FlowApproverUrlInfos, :RequestId
|
1011
|
-
|
1048
|
+
|
1012
1049
|
def initialize(flowapproverurlinfos=nil, requestid=nil)
|
1013
1050
|
@FlowApproverUrlInfos = flowapproverurlinfos
|
1014
1051
|
@RequestId = requestid
|
@@ -1054,7 +1091,12 @@ module TencentCloud
|
|
1054
1091
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1055
1092
|
|
1056
1093
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :CallbackUrl, :ApproverRestrictions, :Operator
|
1057
|
-
|
1094
|
+
extend Gem::Deprecate
|
1095
|
+
deprecate :ApproverRestrictions, :none, 2023, 6
|
1096
|
+
deprecate :ApproverRestrictions=, :none, 2023, 6
|
1097
|
+
deprecate :Operator, :none, 2023, 6
|
1098
|
+
deprecate :Operator=, :none, 2023, 6
|
1099
|
+
|
1058
1100
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
1059
1101
|
@Agent = agent
|
1060
1102
|
@TemplateId = templateid
|
@@ -1108,7 +1150,7 @@ module TencentCloud
|
|
1108
1150
|
# @type RequestId: String
|
1109
1151
|
|
1110
1152
|
attr_accessor :QrCode, :SignUrls, :RequestId
|
1111
|
-
|
1153
|
+
|
1112
1154
|
def initialize(qrcode=nil, signurls=nil, requestid=nil)
|
1113
1155
|
@QrCode = qrcode
|
1114
1156
|
@SignUrls = signurls
|
@@ -1152,7 +1194,12 @@ module TencentCloud
|
|
1152
1194
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1153
1195
|
|
1154
1196
|
attr_accessor :ResourceId, :ResourceType, :FlowInfo, :FlowApproverList, :Agent, :FlowOption, :FlowId, :NeedPreview, :Organization, :Operator
|
1155
|
-
|
1197
|
+
extend Gem::Deprecate
|
1198
|
+
deprecate :Organization, :none, 2023, 6
|
1199
|
+
deprecate :Organization=, :none, 2023, 6
|
1200
|
+
deprecate :Operator, :none, 2023, 6
|
1201
|
+
deprecate :Operator=, :none, 2023, 6
|
1202
|
+
|
1156
1203
|
def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil, flowapproverlist=nil, agent=nil, flowoption=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
1157
1204
|
@ResourceId = resourceid
|
1158
1205
|
@ResourceType = resourcetype
|
@@ -1212,7 +1259,7 @@ module TencentCloud
|
|
1212
1259
|
# @type RequestId: String
|
1213
1260
|
|
1214
1261
|
attr_accessor :PrepareFlowUrl, :PreviewFlowUrl, :RequestId
|
1215
|
-
|
1262
|
+
|
1216
1263
|
def initialize(prepareflowurl=nil, previewflowurl=nil, requestid=nil)
|
1217
1264
|
@PrepareFlowUrl = prepareflowurl
|
1218
1265
|
@PreviewFlowUrl = previewflowurl
|
@@ -1244,7 +1291,12 @@ module TencentCloud
|
|
1244
1291
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1245
1292
|
|
1246
1293
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator
|
1247
|
-
|
1294
|
+
extend Gem::Deprecate
|
1295
|
+
deprecate :Organization, :none, 2023, 6
|
1296
|
+
deprecate :Organization=, :none, 2023, 6
|
1297
|
+
deprecate :Operator, :none, 2023, 6
|
1298
|
+
deprecate :Operator=, :none, 2023, 6
|
1299
|
+
|
1248
1300
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil)
|
1249
1301
|
@Agent = agent
|
1250
1302
|
@NeedRelievedFlowId = needrelievedflowid
|
@@ -1293,7 +1345,7 @@ module TencentCloud
|
|
1293
1345
|
# @type RequestId: String
|
1294
1346
|
|
1295
1347
|
attr_accessor :FlowId, :RequestId
|
1296
|
-
|
1348
|
+
|
1297
1349
|
def initialize(flowid=nil, requestid=nil)
|
1298
1350
|
@FlowId = flowid
|
1299
1351
|
@RequestId = requestid
|
@@ -1320,7 +1372,12 @@ module TencentCloud
|
|
1320
1372
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
1321
1373
|
|
1322
1374
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
1323
|
-
|
1375
|
+
extend Gem::Deprecate
|
1376
|
+
deprecate :Operator, :none, 2023, 6
|
1377
|
+
deprecate :Operator=, :none, 2023, 6
|
1378
|
+
deprecate :Organization, :none, 2023, 6
|
1379
|
+
deprecate :Organization=, :none, 2023, 6
|
1380
|
+
|
1324
1381
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
1325
1382
|
@Agent = agent
|
1326
1383
|
@SealId = sealid
|
@@ -1356,7 +1413,7 @@ module TencentCloud
|
|
1356
1413
|
# @type RequestId: String
|
1357
1414
|
|
1358
1415
|
attr_accessor :UserIds, :RequestId
|
1359
|
-
|
1416
|
+
|
1360
1417
|
def initialize(userids=nil, requestid=nil)
|
1361
1418
|
@UserIds = userids
|
1362
1419
|
@RequestId = requestid
|
@@ -1382,7 +1439,10 @@ module TencentCloud
|
|
1382
1439
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1383
1440
|
|
1384
1441
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
1385
|
-
|
1442
|
+
extend Gem::Deprecate
|
1443
|
+
deprecate :Operator, :none, 2023, 6
|
1444
|
+
deprecate :Operator=, :none, 2023, 6
|
1445
|
+
|
1386
1446
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
1387
1447
|
@Agent = agent
|
1388
1448
|
@RoleIds = roleids
|
@@ -1414,7 +1474,7 @@ module TencentCloud
|
|
1414
1474
|
# @type RequestId: String
|
1415
1475
|
|
1416
1476
|
attr_accessor :FailedCreateRoleData, :RequestId
|
1417
|
-
|
1477
|
+
|
1418
1478
|
def initialize(failedcreateroledata=nil, requestid=nil)
|
1419
1479
|
@FailedCreateRoleData = failedcreateroledata
|
1420
1480
|
@RequestId = requestid
|
@@ -1447,7 +1507,10 @@ module TencentCloud
|
|
1447
1507
|
# @type OpenIds: Array
|
1448
1508
|
|
1449
1509
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
1450
|
-
|
1510
|
+
extend Gem::Deprecate
|
1511
|
+
deprecate :Operator, :none, 2023, 6
|
1512
|
+
deprecate :Operator=, :none, 2023, 6
|
1513
|
+
|
1451
1514
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
1452
1515
|
@Agent = agent
|
1453
1516
|
@RoleId = roleid
|
@@ -1479,7 +1542,7 @@ module TencentCloud
|
|
1479
1542
|
# @type RequestId: String
|
1480
1543
|
|
1481
1544
|
attr_accessor :RoleId, :RequestId
|
1482
|
-
|
1545
|
+
|
1483
1546
|
def initialize(roleid=nil, requestid=nil)
|
1484
1547
|
@RoleId = roleid
|
1485
1548
|
@RequestId = requestid
|
@@ -1506,7 +1569,12 @@ module TencentCloud
|
|
1506
1569
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1507
1570
|
|
1508
1571
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
1509
|
-
|
1572
|
+
extend Gem::Deprecate
|
1573
|
+
deprecate :Organization, :none, 2023, 6
|
1574
|
+
deprecate :Organization=, :none, 2023, 6
|
1575
|
+
deprecate :Operator, :none, 2023, 6
|
1576
|
+
deprecate :Operator=, :none, 2023, 6
|
1577
|
+
|
1510
1578
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
1511
1579
|
@Agent = agent
|
1512
1580
|
@SealId = sealid
|
@@ -1539,7 +1607,7 @@ module TencentCloud
|
|
1539
1607
|
# @type RequestId: String
|
1540
1608
|
|
1541
1609
|
attr_accessor :RequestId
|
1542
|
-
|
1610
|
+
|
1543
1611
|
def initialize(requestid=nil)
|
1544
1612
|
@RequestId = requestid
|
1545
1613
|
end
|
@@ -1565,7 +1633,10 @@ module TencentCloud
|
|
1565
1633
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1566
1634
|
|
1567
1635
|
attr_accessor :Limit, :Agent, :Filters, :Offset, :Operator
|
1568
|
-
|
1636
|
+
extend Gem::Deprecate
|
1637
|
+
deprecate :Operator, :none, 2023, 6
|
1638
|
+
deprecate :Operator=, :none, 2023, 6
|
1639
|
+
|
1569
1640
|
def initialize(limit=nil, agent=nil, filters=nil, offset=nil, operator=nil)
|
1570
1641
|
@Limit = limit
|
1571
1642
|
@Agent = agent
|
@@ -1612,7 +1683,7 @@ module TencentCloud
|
|
1612
1683
|
# @type RequestId: String
|
1613
1684
|
|
1614
1685
|
attr_accessor :Employees, :Offset, :Limit, :TotalCount, :RequestId
|
1615
|
-
|
1686
|
+
|
1616
1687
|
def initialize(employees=nil, offset=nil, limit=nil, totalcount=nil, requestid=nil)
|
1617
1688
|
@Employees = employees
|
1618
1689
|
@Offset = offset
|
@@ -1659,7 +1730,7 @@ module TencentCloud
|
|
1659
1730
|
# @type SealTypes: Array
|
1660
1731
|
|
1661
1732
|
attr_accessor :Agent, :Limit, :Offset, :InfoType, :SealId, :SealTypes
|
1662
|
-
|
1733
|
+
|
1663
1734
|
def initialize(agent=nil, limit=nil, offset=nil, infotype=nil, sealid=nil, sealtypes=nil)
|
1664
1735
|
@Agent = agent
|
1665
1736
|
@Limit = limit
|
@@ -1692,7 +1763,7 @@ module TencentCloud
|
|
1692
1763
|
# @type RequestId: String
|
1693
1764
|
|
1694
1765
|
attr_accessor :TotalCount, :Seals, :RequestId
|
1695
|
-
|
1766
|
+
|
1696
1767
|
def initialize(totalcount=nil, seals=nil, requestid=nil)
|
1697
1768
|
@TotalCount = totalcount
|
1698
1769
|
@Seals = seals
|
@@ -1729,7 +1800,10 @@ module TencentCloud
|
|
1729
1800
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1730
1801
|
|
1731
1802
|
attr_accessor :Agent, :Offset, :Limit, :Filters, :Operator
|
1732
|
-
|
1803
|
+
extend Gem::Deprecate
|
1804
|
+
deprecate :Operator, :none, 2023, 6
|
1805
|
+
deprecate :Operator=, :none, 2023, 6
|
1806
|
+
|
1733
1807
|
def initialize(agent=nil, offset=nil, limit=nil, filters=nil, operator=nil)
|
1734
1808
|
@Agent = agent
|
1735
1809
|
@Offset = offset
|
@@ -1775,7 +1849,7 @@ module TencentCloud
|
|
1775
1849
|
# @type RequestId: String
|
1776
1850
|
|
1777
1851
|
attr_accessor :Offset, :Limit, :TotalCount, :ChannelRoles, :RequestId
|
1778
|
-
|
1852
|
+
|
1779
1853
|
def initialize(offset=nil, limit=nil, totalcount=nil, channelroles=nil, requestid=nil)
|
1780
1854
|
@Offset = offset
|
1781
1855
|
@Limit = limit
|
@@ -1812,7 +1886,12 @@ module TencentCloud
|
|
1812
1886
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
1813
1887
|
|
1814
1888
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
1815
|
-
|
1889
|
+
extend Gem::Deprecate
|
1890
|
+
deprecate :Operator, :none, 2023, 6
|
1891
|
+
deprecate :Operator=, :none, 2023, 6
|
1892
|
+
deprecate :Organization, :none, 2023, 6
|
1893
|
+
deprecate :Organization=, :none, 2023, 6
|
1894
|
+
|
1816
1895
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
1817
1896
|
@Agent = agent
|
1818
1897
|
@TaskId = taskid
|
@@ -1867,7 +1946,10 @@ module TencentCloud
|
|
1867
1946
|
# @type RequestId: String
|
1868
1947
|
|
1869
1948
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
1870
|
-
|
1949
|
+
extend Gem::Deprecate
|
1950
|
+
deprecate :PreviewUrl, :none, 2023, 6
|
1951
|
+
deprecate :PreviewUrl=, :none, 2023, 6
|
1952
|
+
|
1871
1953
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
1872
1954
|
@TaskId = taskid
|
1873
1955
|
@TaskStatus = taskstatus
|
@@ -1900,7 +1982,7 @@ module TencentCloud
|
|
1900
1982
|
# @type RoleStatus: Integer
|
1901
1983
|
|
1902
1984
|
attr_accessor :RoleId, :RoleName, :RoleStatus
|
1903
|
-
|
1985
|
+
|
1904
1986
|
def initialize(roleid=nil, rolename=nil, rolestatus=nil)
|
1905
1987
|
@RoleId = roleid
|
1906
1988
|
@RoleName = rolename
|
@@ -1928,7 +2010,10 @@ module TencentCloud
|
|
1928
2010
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1929
2011
|
|
1930
2012
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
1931
|
-
|
2013
|
+
extend Gem::Deprecate
|
2014
|
+
deprecate :Operator, :none, 2023, 6
|
2015
|
+
deprecate :Operator=, :none, 2023, 6
|
2016
|
+
|
1932
2017
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
1933
2018
|
@Agent = agent
|
1934
2019
|
@Status = status
|
@@ -1958,7 +2043,7 @@ module TencentCloud
|
|
1958
2043
|
# @type RequestId: String
|
1959
2044
|
|
1960
2045
|
attr_accessor :RequestId
|
1961
|
-
|
2046
|
+
|
1962
2047
|
def initialize(requestid=nil)
|
1963
2048
|
@RequestId = requestid
|
1964
2049
|
end
|
@@ -1978,7 +2063,10 @@ module TencentCloud
|
|
1978
2063
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1979
2064
|
|
1980
2065
|
attr_accessor :FlowId, :Agent, :Operator
|
1981
|
-
|
2066
|
+
extend Gem::Deprecate
|
2067
|
+
deprecate :Operator, :none, 2023, 6
|
2068
|
+
deprecate :Operator=, :none, 2023, 6
|
2069
|
+
|
1982
2070
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
1983
2071
|
@FlowId = flowid
|
1984
2072
|
@Agent = agent
|
@@ -2008,7 +2096,7 @@ module TencentCloud
|
|
2008
2096
|
# @type RequestId: String
|
2009
2097
|
|
2010
2098
|
attr_accessor :VerifyResult, :PdfVerifyResults, :RequestId
|
2011
|
-
|
2099
|
+
|
2012
2100
|
def initialize(verifyresult=nil, pdfverifyresults=nil, requestid=nil)
|
2013
2101
|
@VerifyResult = verifyresult
|
2014
2102
|
@PdfVerifyResults = pdfverifyresults
|
@@ -2035,7 +2123,7 @@ module TencentCloud
|
|
2035
2123
|
# @type CanEditApprover: Boolean
|
2036
2124
|
|
2037
2125
|
attr_accessor :CanEditApprover
|
2038
|
-
|
2126
|
+
|
2039
2127
|
def initialize(caneditapprover=nil)
|
2040
2128
|
@CanEditApprover = caneditapprover
|
2041
2129
|
end
|
@@ -2078,7 +2166,7 @@ module TencentCloud
|
|
2078
2166
|
# @type ApproverOption: :class:`Tencentcloud::Essbasic.v20210526.models.CommonApproverOption`
|
2079
2167
|
|
2080
2168
|
attr_accessor :NotChannelOrganization, :ApproverType, :OrganizationId, :OrganizationOpenId, :OrganizationName, :UserId, :OpenId, :ApproverName, :ApproverMobile, :RecipientId, :PreReadTime, :IsFullText, :NotifyType, :ApproverOption
|
2081
|
-
|
2169
|
+
|
2082
2170
|
def initialize(notchannelorganization=nil, approvertype=nil, organizationid=nil, organizationopenid=nil, organizationname=nil, userid=nil, openid=nil, approvername=nil, approvermobile=nil, recipientid=nil, prereadtime=nil, isfulltext=nil, notifytype=nil, approveroption=nil)
|
2083
2171
|
@NotChannelOrganization = notchannelorganization
|
2084
2172
|
@ApproverType = approvertype
|
@@ -2326,7 +2414,7 @@ module TencentCloud
|
|
2326
2414
|
# @type Placeholder: String
|
2327
2415
|
|
2328
2416
|
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :ChannelComponentId, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes, :Placeholder
|
2329
|
-
|
2417
|
+
|
2330
2418
|
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil, channelcomponentid=nil, keywordorder=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil, placeholder=nil)
|
2331
2419
|
@ComponentId = componentid
|
2332
2420
|
@ComponentType = componenttype
|
@@ -2394,7 +2482,10 @@ module TencentCloud
|
|
2394
2482
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2395
2483
|
|
2396
2484
|
attr_accessor :Agent, :FlowId, :Operator
|
2397
|
-
|
2485
|
+
extend Gem::Deprecate
|
2486
|
+
deprecate :Operator, :none, 2023, 6
|
2487
|
+
deprecate :Operator=, :none, 2023, 6
|
2488
|
+
|
2398
2489
|
def initialize(agent=nil, flowid=nil, operator=nil)
|
2399
2490
|
@Agent = agent
|
2400
2491
|
@FlowId = flowid
|
@@ -2430,7 +2521,7 @@ module TencentCloud
|
|
2430
2521
|
# @type RequestId: String
|
2431
2522
|
|
2432
2523
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
2433
|
-
|
2524
|
+
|
2434
2525
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
2435
2526
|
@ReportId = reportid
|
2436
2527
|
@Status = status
|
@@ -2473,7 +2564,10 @@ module TencentCloud
|
|
2473
2564
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2474
2565
|
|
2475
2566
|
attr_accessor :Agent, :ProxyOrganizationName, :ProxyOperatorName, :Module, :ModuleId, :UniformSocialCreditCode, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator
|
2476
|
-
|
2567
|
+
extend Gem::Deprecate
|
2568
|
+
deprecate :Operator, :none, 2023, 6
|
2569
|
+
deprecate :Operator=, :none, 2023, 6
|
2570
|
+
|
2477
2571
|
def initialize(agent=nil, proxyorganizationname=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, uniformsocialcreditcode=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil)
|
2478
2572
|
@Agent = agent
|
2479
2573
|
@ProxyOrganizationName = proxyorganizationname
|
@@ -2526,7 +2620,7 @@ module TencentCloud
|
|
2526
2620
|
# @type RequestId: String
|
2527
2621
|
|
2528
2622
|
attr_accessor :ConsoleUrl, :IsActivated, :ProxyOperatorIsVerified, :RequestId
|
2529
|
-
|
2623
|
+
|
2530
2624
|
def initialize(consoleurl=nil, isactivated=nil, proxyoperatorisverified=nil, requestid=nil)
|
2531
2625
|
@ConsoleUrl = consoleurl
|
2532
2626
|
@IsActivated = isactivated
|
@@ -2548,7 +2642,7 @@ module TencentCloud
|
|
2548
2642
|
# @type CanEditFlow: Boolean
|
2549
2643
|
|
2550
2644
|
attr_accessor :CanEditFlow
|
2551
|
-
|
2645
|
+
|
2552
2646
|
def initialize(caneditflow=nil)
|
2553
2647
|
@CanEditFlow = caneditflow
|
2554
2648
|
end
|
@@ -2574,7 +2668,10 @@ module TencentCloud
|
|
2574
2668
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2575
2669
|
|
2576
2670
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
2577
|
-
|
2671
|
+
extend Gem::Deprecate
|
2672
|
+
deprecate :Operator, :none, 2023, 6
|
2673
|
+
deprecate :Operator=, :none, 2023, 6
|
2674
|
+
|
2578
2675
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
2579
2676
|
@Agent = agent
|
2580
2677
|
@FlowInfos = flowinfos
|
@@ -2623,7 +2720,7 @@ module TencentCloud
|
|
2623
2720
|
# @type RequestId: String
|
2624
2721
|
|
2625
2722
|
attr_accessor :FlowIds, :CustomerData, :ErrorMessages, :PreviewUrls, :TaskInfos, :RequestId
|
2626
|
-
|
2723
|
+
|
2627
2724
|
def initialize(flowids=nil, customerdata=nil, errormessages=nil, previewurls=nil, taskinfos=nil, requestid=nil)
|
2628
2725
|
@FlowIds = flowids
|
2629
2726
|
@CustomerData = customerdata
|
@@ -2662,7 +2759,10 @@ module TencentCloud
|
|
2662
2759
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2663
2760
|
|
2664
2761
|
attr_accessor :Agent, :SealName, :SealImage, :Operator
|
2665
|
-
|
2762
|
+
extend Gem::Deprecate
|
2763
|
+
deprecate :Operator, :none, 2023, 6
|
2764
|
+
deprecate :Operator=, :none, 2023, 6
|
2765
|
+
|
2666
2766
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil)
|
2667
2767
|
@Agent = agent
|
2668
2768
|
@SealName = sealname
|
@@ -2692,7 +2792,7 @@ module TencentCloud
|
|
2692
2792
|
# @type RequestId: String
|
2693
2793
|
|
2694
2794
|
attr_accessor :SealId, :RequestId
|
2695
|
-
|
2795
|
+
|
2696
2796
|
def initialize(sealid=nil, requestid=nil)
|
2697
2797
|
@SealId = sealid
|
2698
2798
|
@RequestId = requestid
|
@@ -2740,7 +2840,10 @@ module TencentCloud
|
|
2740
2840
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2741
2841
|
|
2742
2842
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator
|
2743
|
-
|
2843
|
+
extend Gem::Deprecate
|
2844
|
+
deprecate :Operator, :none, 2023, 6
|
2845
|
+
deprecate :Operator=, :none, 2023, 6
|
2846
|
+
|
2744
2847
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil)
|
2745
2848
|
@Agent = agent
|
2746
2849
|
@FlowIds = flowids
|
@@ -2790,7 +2893,7 @@ module TencentCloud
|
|
2790
2893
|
# @type RequestId: String
|
2791
2894
|
|
2792
2895
|
attr_accessor :SignUrlInfos, :ErrorMessages, :RequestId
|
2793
|
-
|
2896
|
+
|
2794
2897
|
def initialize(signurlinfos=nil, errormessages=nil, requestid=nil)
|
2795
2898
|
@SignUrlInfos = signurlinfos
|
2796
2899
|
@ErrorMessages = errormessages
|
@@ -2821,7 +2924,7 @@ module TencentCloud
|
|
2821
2924
|
# @type DepartmentName: String
|
2822
2925
|
|
2823
2926
|
attr_accessor :DepartmentId, :DepartmentName
|
2824
|
-
|
2927
|
+
|
2825
2928
|
def initialize(departmentid=nil, departmentname=nil)
|
2826
2929
|
@DepartmentId = departmentid
|
2827
2930
|
@DepartmentName = departmentname
|
@@ -2843,7 +2946,10 @@ module TencentCloud
|
|
2843
2946
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2844
2947
|
|
2845
2948
|
attr_accessor :Agent, :ReportId, :Operator
|
2846
|
-
|
2949
|
+
extend Gem::Deprecate
|
2950
|
+
deprecate :Operator, :none, 2023, 6
|
2951
|
+
deprecate :Operator=, :none, 2023, 6
|
2952
|
+
|
2847
2953
|
def initialize(agent=nil, reportid=nil, operator=nil)
|
2848
2954
|
@Agent = agent
|
2849
2955
|
@ReportId = reportid
|
@@ -2876,7 +2982,7 @@ module TencentCloud
|
|
2876
2982
|
# @type RequestId: String
|
2877
2983
|
|
2878
2984
|
attr_accessor :ReportUrl, :Status, :RequestId
|
2879
|
-
|
2985
|
+
|
2880
2986
|
def initialize(reporturl=nil, status=nil, requestid=nil)
|
2881
2987
|
@ReportUrl = reporturl
|
2882
2988
|
@Status = status
|
@@ -2898,7 +3004,7 @@ module TencentCloud
|
|
2898
3004
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
2899
3005
|
|
2900
3006
|
attr_accessor :Agent
|
2901
|
-
|
3007
|
+
|
2902
3008
|
def initialize(agent=nil)
|
2903
3009
|
@Agent = agent
|
2904
3010
|
end
|
@@ -2920,7 +3026,7 @@ module TencentCloud
|
|
2920
3026
|
# @type RequestId: String
|
2921
3027
|
|
2922
3028
|
attr_accessor :AuthInfo, :RequestId
|
2923
|
-
|
3029
|
+
|
2924
3030
|
def initialize(authinfo=nil, requestid=nil)
|
2925
3031
|
@AuthInfo = authinfo
|
2926
3032
|
@RequestId = requestid
|
@@ -2952,7 +3058,10 @@ module TencentCloud
|
|
2952
3058
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2953
3059
|
|
2954
3060
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
2955
|
-
|
3061
|
+
extend Gem::Deprecate
|
3062
|
+
deprecate :Operator, :none, 2023, 6
|
3063
|
+
deprecate :Operator=, :none, 2023, 6
|
3064
|
+
|
2956
3065
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
2957
3066
|
@Agent = agent
|
2958
3067
|
@FlowIds = flowids
|
@@ -2993,7 +3102,7 @@ module TencentCloud
|
|
2993
3102
|
# @type RequestId: String
|
2994
3103
|
|
2995
3104
|
attr_accessor :ApplicationId, :ProxyOrganizationOpenId, :FlowInfo, :FlowGroupId, :FlowGroupName, :RequestId
|
2996
|
-
|
3105
|
+
|
2997
3106
|
def initialize(applicationid=nil, proxyorganizationopenid=nil, flowinfo=nil, flowgroupid=nil, flowgroupname=nil, requestid=nil)
|
2998
3107
|
@ApplicationId = applicationid
|
2999
3108
|
@ProxyOrganizationOpenId = proxyorganizationopenid
|
@@ -3031,7 +3140,10 @@ module TencentCloud
|
|
3031
3140
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
3032
3141
|
|
3033
3142
|
attr_accessor :Agent, :FlowIds, :Operator
|
3034
|
-
|
3143
|
+
extend Gem::Deprecate
|
3144
|
+
deprecate :Operator, :none, 2023, 6
|
3145
|
+
deprecate :Operator=, :none, 2023, 6
|
3146
|
+
|
3035
3147
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
3036
3148
|
@Agent = agent
|
3037
3149
|
@FlowIds = flowids
|
@@ -3062,7 +3174,7 @@ module TencentCloud
|
|
3062
3174
|
# @type RequestId: String
|
3063
3175
|
|
3064
3176
|
attr_accessor :FlowResourceUrlInfos, :ErrorMessages, :RequestId
|
3065
|
-
|
3177
|
+
|
3066
3178
|
def initialize(flowresourceurlinfos=nil, errormessages=nil, requestid=nil)
|
3067
3179
|
@FlowResourceUrlInfos = flowresourceurlinfos
|
3068
3180
|
@ErrorMessages = errormessages
|
@@ -3109,7 +3221,10 @@ module TencentCloud
|
|
3109
3221
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
3110
3222
|
|
3111
3223
|
attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :WithPreviewUrl, :WithPdfUrl, :ChannelTemplateId, :Operator
|
3112
|
-
|
3224
|
+
extend Gem::Deprecate
|
3225
|
+
deprecate :Operator, :none, 2023, 6
|
3226
|
+
deprecate :Operator=, :none, 2023, 6
|
3227
|
+
|
3113
3228
|
def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, withpreviewurl=nil, withpdfurl=nil, channeltemplateid=nil, operator=nil)
|
3114
3229
|
@Agent = agent
|
3115
3230
|
@TemplateId = templateid
|
@@ -3159,7 +3274,7 @@ module TencentCloud
|
|
3159
3274
|
# @type RequestId: String
|
3160
3275
|
|
3161
3276
|
attr_accessor :Templates, :TotalCount, :Limit, :Offset, :RequestId
|
3162
|
-
|
3277
|
+
|
3163
3278
|
def initialize(templates=nil, totalcount=nil, limit=nil, offset=nil, requestid=nil)
|
3164
3279
|
@Templates = templates
|
3165
3280
|
@TotalCount = totalcount
|
@@ -3205,7 +3320,10 @@ module TencentCloud
|
|
3205
3320
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
3206
3321
|
|
3207
3322
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
3208
|
-
|
3323
|
+
extend Gem::Deprecate
|
3324
|
+
deprecate :Operator, :none, 2023, 6
|
3325
|
+
deprecate :Operator=, :none, 2023, 6
|
3326
|
+
|
3209
3327
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
3210
3328
|
@Agent = agent
|
3211
3329
|
@StartDate = startdate
|
@@ -3244,7 +3362,7 @@ module TencentCloud
|
|
3244
3362
|
# @type RequestId: String
|
3245
3363
|
|
3246
3364
|
attr_accessor :Total, :Details, :RequestId
|
3247
|
-
|
3365
|
+
|
3248
3366
|
def initialize(total=nil, details=nil, requestid=nil)
|
3249
3367
|
@Total = total
|
3250
3368
|
@Details = details
|
@@ -3273,7 +3391,7 @@ module TencentCloud
|
|
3273
3391
|
# @type FlowIdList: Array
|
3274
3392
|
|
3275
3393
|
attr_accessor :FileName, :FlowIdList
|
3276
|
-
|
3394
|
+
|
3277
3395
|
def initialize(filename=nil, flowidlist=nil)
|
3278
3396
|
@FileName = filename
|
3279
3397
|
@FlowIdList = flowidlist
|
@@ -3308,7 +3426,7 @@ module TencentCloud
|
|
3308
3426
|
# @type OperateOn: Integer
|
3309
3427
|
|
3310
3428
|
attr_accessor :Type, :Name, :Status, :OperatorOpenId, :OperateOn
|
3311
|
-
|
3429
|
+
|
3312
3430
|
def initialize(type=nil, name=nil, status=nil, operatoropenid=nil, operateon=nil)
|
3313
3431
|
@Type = type
|
3314
3432
|
@Name = name
|
@@ -3336,7 +3454,7 @@ module TencentCloud
|
|
3336
3454
|
# @type RoleIds: Array
|
3337
3455
|
|
3338
3456
|
attr_accessor :UserId, :RoleIds
|
3339
|
-
|
3457
|
+
|
3340
3458
|
def initialize(userid=nil, roleids=nil)
|
3341
3459
|
@UserId = userid
|
3342
3460
|
@RoleIds = roleids
|
@@ -3356,7 +3474,7 @@ module TencentCloud
|
|
3356
3474
|
# @type Values: Array
|
3357
3475
|
|
3358
3476
|
attr_accessor :Key, :Values
|
3359
|
-
|
3477
|
+
|
3360
3478
|
def initialize(key=nil, values=nil)
|
3361
3479
|
@Key = key
|
3362
3480
|
@Values = values
|
@@ -3413,7 +3531,7 @@ module TencentCloud
|
|
3413
3531
|
# @type ApproveType: String
|
3414
3532
|
|
3415
3533
|
attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType
|
3416
|
-
|
3534
|
+
|
3417
3535
|
def initialize(receiptid=nil, proxyorganizationopenid=nil, proxyoperatoropenid=nil, proxyorganizationname=nil, mobile=nil, signorder=nil, approvename=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, approvetype=nil)
|
3418
3536
|
@ReceiptId = receiptid
|
3419
3537
|
@ProxyOrganizationOpenId = proxyorganizationopenid
|
@@ -3513,7 +3631,10 @@ module TencentCloud
|
|
3513
3631
|
# @type SignId: String
|
3514
3632
|
|
3515
3633
|
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId
|
3516
|
-
|
3634
|
+
extend Gem::Deprecate
|
3635
|
+
deprecate :CallbackUrl, :none, 2023, 6
|
3636
|
+
deprecate :CallbackUrl=, :none, 2023, 6
|
3637
|
+
|
3517
3638
|
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil)
|
3518
3639
|
@Name = name
|
3519
3640
|
@IdCardType = idcardtype
|
@@ -3575,7 +3696,7 @@ module TencentCloud
|
|
3575
3696
|
|
3576
3697
|
# 签署人签署链接信息
|
3577
3698
|
class FlowApproverUrlInfo < TencentCloud::Common::AbstractModel
|
3578
|
-
# @param SignUrl:
|
3699
|
+
# @param SignUrl: 签署短链接,不支持小程序嵌入,只支持移动端浏览器打开。注意该链接有效期为30分钟,同时需要注意保密,不要外泄给无关用户。
|
3579
3700
|
# @type SignUrl: String
|
3580
3701
|
# @param ApproverType: 签署人类型 PERSON-个人
|
3581
3702
|
# @type ApproverType: String
|
@@ -3583,12 +3704,12 @@ module TencentCloud
|
|
3583
3704
|
# @type Name: String
|
3584
3705
|
# @param Mobile: 签署人手机号
|
3585
3706
|
# @type Mobile: String
|
3586
|
-
# @param LongUrl:
|
3707
|
+
# @param LongUrl: 签署长链接,支持小程序嵌入。注意该链接有效期为30分钟,同时需要注意保密,不要外泄给无关用户。
|
3587
3708
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3588
3709
|
# @type LongUrl: String
|
3589
3710
|
|
3590
3711
|
attr_accessor :SignUrl, :ApproverType, :Name, :Mobile, :LongUrl
|
3591
|
-
|
3712
|
+
|
3592
3713
|
def initialize(signurl=nil, approvertype=nil, name=nil, mobile=nil, longurl=nil)
|
3593
3714
|
@SignUrl = signurl
|
3594
3715
|
@ApproverType = approvertype
|
@@ -3641,7 +3762,7 @@ module TencentCloud
|
|
3641
3762
|
# @type NeedCreateReview: Boolean
|
3642
3763
|
|
3643
3764
|
attr_accessor :FlowId, :FlowName, :FlowType, :FlowStatus, :FlowMessage, :CreateOn, :DeadLine, :CustomData, :FlowApproverInfos, :CcInfos, :NeedCreateReview
|
3644
|
-
|
3765
|
+
|
3645
3766
|
def initialize(flowid=nil, flowname=nil, flowtype=nil, flowstatus=nil, flowmessage=nil, createon=nil, deadline=nil, customdata=nil, flowapproverinfos=nil, ccinfos=nil, needcreatereview=nil)
|
3646
3767
|
@FlowId = flowid
|
3647
3768
|
@FlowName = flowname
|
@@ -3711,7 +3832,7 @@ module TencentCloud
|
|
3711
3832
|
# @type NeedSignReview: Boolean
|
3712
3833
|
|
3713
3834
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :CustomShowMap, :NeedSignReview
|
3714
|
-
|
3835
|
+
|
3715
3836
|
def initialize(fileids=nil, flowname=nil, flowapprovers=nil, deadline=nil, flowdescription=nil, flowtype=nil, callbackurl=nil, customerdata=nil, unordered=nil, customshowmap=nil, needsignreview=nil)
|
3716
3837
|
@FileIds = fileids
|
3717
3838
|
@FlowName = flowname
|
@@ -3896,7 +4017,7 @@ module TencentCloud
|
|
3896
4017
|
# @type AutoSignScene: String
|
3897
4018
|
|
3898
4019
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene
|
3899
|
-
|
4020
|
+
|
3900
4021
|
def initialize(flowname=nil, deadline=nil, templateid=nil, flowapprovers=nil, formfields=nil, callbackurl=nil, flowtype=nil, flowdescription=nil, customerdata=nil, customshowmap=nil, ccinfos=nil, needsignreview=nil, ccnotifytype=nil, autosignscene=nil)
|
3901
4022
|
@FlowName = flowname
|
3902
4023
|
@Deadline = deadline
|
@@ -3963,7 +4084,7 @@ module TencentCloud
|
|
3963
4084
|
# @type ResourceUrlInfos: Array
|
3964
4085
|
|
3965
4086
|
attr_accessor :FlowId, :ResourceUrlInfos
|
3966
|
-
|
4087
|
+
|
3967
4088
|
def initialize(flowid=nil, resourceurlinfos=nil)
|
3968
4089
|
@FlowId = flowid
|
3969
4090
|
@ResourceUrlInfos = resourceurlinfos
|
@@ -4001,7 +4122,7 @@ module TencentCloud
|
|
4001
4122
|
# @type ComponentName: String
|
4002
4123
|
|
4003
4124
|
attr_accessor :ComponentValue, :ComponentId, :ComponentName
|
4004
|
-
|
4125
|
+
|
4005
4126
|
def initialize(componentvalue=nil, componentid=nil, componentname=nil)
|
4006
4127
|
@ComponentValue = componentvalue
|
4007
4128
|
@ComponentId = componentid
|
@@ -4025,7 +4146,10 @@ module TencentCloud
|
|
4025
4146
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
4026
4147
|
|
4027
4148
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
4028
|
-
|
4149
|
+
extend Gem::Deprecate
|
4150
|
+
deprecate :Operator, :none, 2023, 6
|
4151
|
+
deprecate :Operator=, :none, 2023, 6
|
4152
|
+
|
4029
4153
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
4030
4154
|
@Agent = agent
|
4031
4155
|
@DownLoadFlows = downloadflows
|
@@ -4060,7 +4184,7 @@ module TencentCloud
|
|
4060
4184
|
# @type RequestId: String
|
4061
4185
|
|
4062
4186
|
attr_accessor :DownLoadUrl, :RequestId
|
4063
|
-
|
4187
|
+
|
4064
4188
|
def initialize(downloadurl=nil, requestid=nil)
|
4065
4189
|
@DownLoadUrl = downloadurl
|
4066
4190
|
@RequestId = requestid
|
@@ -4091,7 +4215,7 @@ module TencentCloud
|
|
4091
4215
|
# @type Operate: String
|
4092
4216
|
|
4093
4217
|
attr_accessor :Agent, :ServiceType, :Operate
|
4094
|
-
|
4218
|
+
|
4095
4219
|
def initialize(agent=nil, servicetype=nil, operate=nil)
|
4096
4220
|
@Agent = agent
|
4097
4221
|
@ServiceType = servicetype
|
@@ -4120,7 +4244,7 @@ module TencentCloud
|
|
4120
4244
|
# @type RequestId: String
|
4121
4245
|
|
4122
4246
|
attr_accessor :OperateUrl, :RequestId
|
4123
|
-
|
4247
|
+
|
4124
4248
|
def initialize(operateurl=nil, requestid=nil)
|
4125
4249
|
@OperateUrl = operateurl
|
4126
4250
|
@RequestId = requestid
|
@@ -4159,7 +4283,7 @@ module TencentCloud
|
|
4159
4283
|
# @type AuthorizedUsers: Array
|
4160
4284
|
|
4161
4285
|
attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers
|
4162
|
-
|
4286
|
+
|
4163
4287
|
def initialize(sealid=nil, sealname=nil, createon=nil, creator=nil, sealpolicyid=nil, sealstatus=nil, failreason=nil, url=nil, sealtype=nil, isalltime=nil, authorizedusers=nil)
|
4164
4288
|
@SealId = sealid
|
4165
4289
|
@SealName = sealname
|
@@ -4212,7 +4336,10 @@ module TencentCloud
|
|
4212
4336
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
4213
4337
|
|
4214
4338
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Operator
|
4215
|
-
|
4339
|
+
extend Gem::Deprecate
|
4340
|
+
deprecate :Operator, :none, 2023, 6
|
4341
|
+
deprecate :Operator=, :none, 2023, 6
|
4342
|
+
|
4216
4343
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, operator=nil)
|
4217
4344
|
@Agent = agent
|
4218
4345
|
@OperateType = operatetype
|
@@ -4262,7 +4389,7 @@ module TencentCloud
|
|
4262
4389
|
# @type RequestId: String
|
4263
4390
|
|
4264
4391
|
attr_accessor :AppId, :TemplateId, :OperateResult, :AuthTag, :ProxyOrganizationOpenIds, :FailMessageList, :RequestId
|
4265
|
-
|
4392
|
+
|
4266
4393
|
def initialize(appid=nil, templateid=nil, operateresult=nil, authtag=nil, proxyorganizationopenids=nil, failmessagelist=nil, requestid=nil)
|
4267
4394
|
@AppId = appid
|
4268
4395
|
@TemplateId = templateid
|
@@ -4305,7 +4432,12 @@ module TencentCloud
|
|
4305
4432
|
# @type ProxyIp: String
|
4306
4433
|
|
4307
4434
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
4308
|
-
|
4435
|
+
extend Gem::Deprecate
|
4436
|
+
deprecate :ClientIp, :none, 2023, 6
|
4437
|
+
deprecate :ClientIp=, :none, 2023, 6
|
4438
|
+
deprecate :ProxyIp, :none, 2023, 6
|
4439
|
+
deprecate :ProxyIp=, :none, 2023, 6
|
4440
|
+
|
4309
4441
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
4310
4442
|
@OrganizationOpenId = organizationopenid
|
4311
4443
|
@OrganizationId = organizationid
|
@@ -4355,7 +4487,7 @@ module TencentCloud
|
|
4355
4487
|
# @type ComponentPage: Integer
|
4356
4488
|
|
4357
4489
|
attr_accessor :VerifyResult, :SignPlatform, :SignerName, :SignTime, :SignAlgorithm, :CertSn, :CertNotBefore, :CertNotAfter, :SignType, :ComponentPosX, :ComponentPosY, :ComponentWidth, :ComponentHeight, :ComponentPage
|
4358
|
-
|
4490
|
+
|
4359
4491
|
def initialize(verifyresult=nil, signplatform=nil, signername=nil, signtime=nil, signalgorithm=nil, certsn=nil, certnotbefore=nil, certnotafter=nil, signtype=nil, componentposx=nil, componentposy=nil, componentwidth=nil, componentheight=nil, componentpage=nil)
|
4360
4492
|
@VerifyResult = verifyresult
|
4361
4493
|
@SignPlatform = signplatform
|
@@ -4403,7 +4535,10 @@ module TencentCloud
|
|
4403
4535
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
4404
4536
|
|
4405
4537
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
4406
|
-
|
4538
|
+
extend Gem::Deprecate
|
4539
|
+
deprecate :Operator, :none, 2023, 6
|
4540
|
+
deprecate :Operator=, :none, 2023, 6
|
4541
|
+
|
4407
4542
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
4408
4543
|
@Agent = agent
|
4409
4544
|
@FlowInfos = flowinfos
|
@@ -4440,7 +4575,7 @@ module TencentCloud
|
|
4440
4575
|
# @type RequestId: String
|
4441
4576
|
|
4442
4577
|
attr_accessor :ConfirmUrl, :RequestId
|
4443
|
-
|
4578
|
+
|
4444
4579
|
def initialize(confirmurl=nil, requestid=nil)
|
4445
4580
|
@ConfirmUrl = confirmurl
|
4446
4581
|
@RequestId = requestid
|
@@ -4474,7 +4609,7 @@ module TencentCloud
|
|
4474
4609
|
# @type DefaultRole: String
|
4475
4610
|
|
4476
4611
|
attr_accessor :Id, :Name, :IdCardType, :IdCardNumber, :Mobile, :DefaultRole
|
4477
|
-
|
4612
|
+
|
4478
4613
|
def initialize(id=nil, name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, defaultrole=nil)
|
4479
4614
|
@Id = id
|
4480
4615
|
@Name = name
|
@@ -4516,7 +4651,7 @@ module TencentCloud
|
|
4516
4651
|
# @type IsPromoter: Boolean
|
4517
4652
|
|
4518
4653
|
attr_accessor :RecipientId, :RecipientType, :Description, :RoleName, :RequireValidation, :RequireSign, :SignType, :RoutingOrder, :IsPromoter
|
4519
|
-
|
4654
|
+
|
4520
4655
|
def initialize(recipientid=nil, recipienttype=nil, description=nil, rolename=nil, requirevalidation=nil, requiresign=nil, signtype=nil, routingorder=nil, ispromoter=nil)
|
4521
4656
|
@RecipientId = recipientid
|
4522
4657
|
@RecipientType = recipienttype
|
@@ -4577,7 +4712,7 @@ module TencentCloud
|
|
4577
4712
|
# @type OpenId: String
|
4578
4713
|
|
4579
4714
|
attr_accessor :OrganizationName, :ApproverNumber, :ApproverType, :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationOpenId, :OpenId
|
4580
|
-
|
4715
|
+
|
4581
4716
|
def initialize(organizationname=nil, approvernumber=nil, approvertype=nil, name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationopenid=nil, openid=nil)
|
4582
4717
|
@OrganizationName = organizationname
|
4583
4718
|
@ApproverNumber = approvernumber
|
@@ -4617,7 +4752,7 @@ module TencentCloud
|
|
4617
4752
|
# @type OtherDeals: String
|
4618
4753
|
|
4619
4754
|
attr_accessor :Reason, :RemainInForceItem, :OriginalExpenseSettlement, :OriginalOtherSettlement, :OtherDeals
|
4620
|
-
|
4755
|
+
|
4621
4756
|
def initialize(reason=nil, remaininforceitem=nil, originalexpensesettlement=nil, originalothersettlement=nil, otherdeals=nil)
|
4622
4757
|
@Reason = reason
|
4623
4758
|
@RemainInForceItem = remaininforceitem
|
@@ -4645,7 +4780,7 @@ module TencentCloud
|
|
4645
4780
|
# @type RemindMessage: String
|
4646
4781
|
|
4647
4782
|
attr_accessor :CanRemind, :FlowId, :RemindMessage
|
4648
|
-
|
4783
|
+
|
4649
4784
|
def initialize(canremind=nil, flowid=nil, remindmessage=nil)
|
4650
4785
|
@CanRemind = canremind
|
4651
4786
|
@FlowId = flowid
|
@@ -4672,7 +4807,7 @@ module TencentCloud
|
|
4672
4807
|
# @type Type: String
|
4673
4808
|
|
4674
4809
|
attr_accessor :Url, :Name, :Type
|
4675
|
-
|
4810
|
+
|
4676
4811
|
def initialize(url=nil, name=nil, type=nil)
|
4677
4812
|
@Url = url
|
4678
4813
|
@Name = name
|
@@ -4696,7 +4831,7 @@ module TencentCloud
|
|
4696
4831
|
# @type ExpiredTime: Integer
|
4697
4832
|
|
4698
4833
|
attr_accessor :QrCodeId, :QrCodeUrl, :ExpiredTime
|
4699
|
-
|
4834
|
+
|
4700
4835
|
def initialize(qrcodeid=nil, qrcodeurl=nil, expiredtime=nil)
|
4701
4836
|
@QrCodeId = qrcodeid
|
4702
4837
|
@QrCodeUrl = qrcodeurl
|
@@ -4720,7 +4855,7 @@ module TencentCloud
|
|
4720
4855
|
# @type HttpSignUrl: String
|
4721
4856
|
|
4722
4857
|
attr_accessor :AppSignUrl, :EffectiveTime, :HttpSignUrl
|
4723
|
-
|
4858
|
+
|
4724
4859
|
def initialize(appsignurl=nil, effectivetime=nil, httpsignurl=nil)
|
4725
4860
|
@AppSignUrl = appsignurl
|
4726
4861
|
@EffectiveTime = effectivetime
|
@@ -4779,7 +4914,10 @@ module TencentCloud
|
|
4779
4914
|
# @type FlowGroupId: String
|
4780
4915
|
|
4781
4916
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId
|
4782
|
-
|
4917
|
+
extend Gem::Deprecate
|
4918
|
+
deprecate :CustomUserId, :none, 2023, 6
|
4919
|
+
deprecate :CustomUserId=, :none, 2023, 6
|
4920
|
+
|
4783
4921
|
def initialize(signurl=nil, deadline=nil, signorder=nil, signid=nil, customuserid=nil, name=nil, mobile=nil, organizationname=nil, approvertype=nil, idcardnumber=nil, flowid=nil, openid=nil, flowgroupid=nil)
|
4784
4922
|
@SignUrl = signurl
|
4785
4923
|
@Deadline = deadline
|
@@ -4843,7 +4981,7 @@ module TencentCloud
|
|
4843
4981
|
# @type QuiteJob: Integer
|
4844
4982
|
|
4845
4983
|
attr_accessor :UserId, :DisplayName, :Mobile, :Email, :OpenId, :Roles, :Department, :Verified, :CreatedOn, :VerifiedOn, :QuiteJob
|
4846
|
-
|
4984
|
+
|
4847
4985
|
def initialize(userid=nil, displayname=nil, mobile=nil, email=nil, openid=nil, roles=nil, department=nil, verified=nil, createdon=nil, verifiedon=nil, quitejob=nil)
|
4848
4986
|
@UserId = userid
|
4849
4987
|
@DisplayName = displayname
|
@@ -4893,7 +5031,7 @@ module TencentCloud
|
|
4893
5031
|
# @type RoleName: String
|
4894
5032
|
|
4895
5033
|
attr_accessor :RoleId, :RoleName
|
4896
|
-
|
5034
|
+
|
4897
5035
|
def initialize(roleid=nil, rolename=nil)
|
4898
5036
|
@RoleId = roleid
|
4899
5037
|
@RoleName = rolename
|
@@ -4915,7 +5053,7 @@ module TencentCloud
|
|
4915
5053
|
# @type Message: String
|
4916
5054
|
|
4917
5055
|
attr_accessor :Id, :Message
|
4918
|
-
|
5056
|
+
|
4919
5057
|
def initialize(id=nil, message=nil)
|
4920
5058
|
@Id = id
|
4921
5059
|
@Message = message
|
@@ -4939,7 +5077,10 @@ module TencentCloud
|
|
4939
5077
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
4940
5078
|
|
4941
5079
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
4942
|
-
|
5080
|
+
extend Gem::Deprecate
|
5081
|
+
deprecate :Operator, :none, 2023, 6
|
5082
|
+
deprecate :Operator=, :none, 2023, 6
|
5083
|
+
|
4943
5084
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
4944
5085
|
@Agent = agent
|
4945
5086
|
@OperatorType = operatortype
|
@@ -4982,7 +5123,7 @@ module TencentCloud
|
|
4982
5123
|
# @type RequestId: String
|
4983
5124
|
|
4984
5125
|
attr_accessor :Status, :FailedList, :RequestId
|
4985
|
-
|
5126
|
+
|
4986
5127
|
def initialize(status=nil, failedlist=nil, requestid=nil)
|
4987
5128
|
@Status = status
|
4988
5129
|
@FailedList = failedlist
|
@@ -5020,7 +5161,10 @@ module TencentCloud
|
|
5020
5161
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
5021
5162
|
|
5022
5163
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator
|
5023
|
-
|
5164
|
+
extend Gem::Deprecate
|
5165
|
+
deprecate :Operator, :none, 2023, 6
|
5166
|
+
deprecate :Operator=, :none, 2023, 6
|
5167
|
+
|
5024
5168
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil)
|
5025
5169
|
@Agent = agent
|
5026
5170
|
@ProxyOrganizationName = proxyorganizationname
|
@@ -5052,7 +5196,7 @@ module TencentCloud
|
|
5052
5196
|
# @type RequestId: String
|
5053
5197
|
|
5054
5198
|
attr_accessor :RequestId
|
5055
|
-
|
5199
|
+
|
5056
5200
|
def initialize(requestid=nil)
|
5057
5201
|
@RequestId = requestid
|
5058
5202
|
end
|
@@ -5072,7 +5216,7 @@ module TencentCloud
|
|
5072
5216
|
# @type TaskStatus: String
|
5073
5217
|
|
5074
5218
|
attr_accessor :TaskId, :TaskStatus
|
5075
|
-
|
5219
|
+
|
5076
5220
|
def initialize(taskid=nil, taskstatus=nil)
|
5077
5221
|
@TaskId = taskid
|
5078
5222
|
@TaskStatus = taskstatus
|
@@ -5128,7 +5272,10 @@ module TencentCloud
|
|
5128
5272
|
# @type Available: Integer
|
5129
5273
|
|
5130
5274
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
5131
|
-
|
5275
|
+
extend Gem::Deprecate
|
5276
|
+
deprecate :IsPromoter, :none, 2023, 6
|
5277
|
+
deprecate :IsPromoter=, :none, 2023, 6
|
5278
|
+
|
5132
5279
|
def initialize(templateid=nil, templatename=nil, description=nil, components=nil, recipients=nil, signcomponents=nil, templatetype=nil, ispromoter=nil, creator=nil, createdon=nil, previewurl=nil, pdfurl=nil, channeltemplateid=nil, channeltemplatename=nil, channelautosave=nil, templateversion=nil, available=nil)
|
5133
5280
|
@TemplateId = templateid
|
5134
5281
|
@TemplateName = templatename
|
@@ -5199,7 +5346,7 @@ module TencentCloud
|
|
5199
5346
|
# @type FileName: String
|
5200
5347
|
|
5201
5348
|
attr_accessor :FileBody, :FileName
|
5202
|
-
|
5349
|
+
|
5203
5350
|
def initialize(filebody=nil, filename=nil)
|
5204
5351
|
@FileBody = filebody
|
5205
5352
|
@FileName = filename
|
@@ -5225,7 +5372,10 @@ module TencentCloud
|
|
5225
5372
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
5226
5373
|
|
5227
5374
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
5228
|
-
|
5375
|
+
extend Gem::Deprecate
|
5376
|
+
deprecate :Operator, :none, 2023, 6
|
5377
|
+
deprecate :Operator=, :none, 2023, 6
|
5378
|
+
|
5229
5379
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
5230
5380
|
@Agent = agent
|
5231
5381
|
@BusinessType = businesstype
|
@@ -5266,7 +5416,7 @@ module TencentCloud
|
|
5266
5416
|
# @type RequestId: String
|
5267
5417
|
|
5268
5418
|
attr_accessor :FileIds, :TotalCount, :FileUrls, :RequestId
|
5269
|
-
|
5419
|
+
|
5270
5420
|
def initialize(fileids=nil, totalcount=nil, fileurls=nil, requestid=nil)
|
5271
5421
|
@FileIds = fileids
|
5272
5422
|
@TotalCount = totalcount
|
@@ -5302,7 +5452,7 @@ module TencentCloud
|
|
5302
5452
|
# @type FlowChannel: String
|
5303
5453
|
|
5304
5454
|
attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage, :Cancel, :FlowChannel
|
5305
|
-
|
5455
|
+
|
5306
5456
|
def initialize(proxyorganizationopenid=nil, proxyorganizationname=nil, date=nil, usage=nil, cancel=nil, flowchannel=nil)
|
5307
5457
|
@ProxyOrganizationOpenId = proxyorganizationopenid
|
5308
5458
|
@ProxyOrganizationName = proxyorganizationname
|
@@ -5336,7 +5486,16 @@ module TencentCloud
|
|
5336
5486
|
# @type ProxyIp: String
|
5337
5487
|
|
5338
5488
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
5339
|
-
|
5489
|
+
extend Gem::Deprecate
|
5490
|
+
deprecate :Channel, :none, 2023, 6
|
5491
|
+
deprecate :Channel=, :none, 2023, 6
|
5492
|
+
deprecate :CustomUserId, :none, 2023, 6
|
5493
|
+
deprecate :CustomUserId=, :none, 2023, 6
|
5494
|
+
deprecate :ClientIp, :none, 2023, 6
|
5495
|
+
deprecate :ClientIp=, :none, 2023, 6
|
5496
|
+
deprecate :ProxyIp, :none, 2023, 6
|
5497
|
+
deprecate :ProxyIp=, :none, 2023, 6
|
5498
|
+
|
5340
5499
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
5341
5500
|
@OpenId = openid
|
5342
5501
|
@Channel = channel
|