tencentcloud-sdk-ess 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +231 -153
  4. metadata +2 -2
@@ -27,7 +27,7 @@ module TencentCloud
27
27
  # @type Mobile: String
28
28
 
29
29
  attr_accessor :Name, :Mobile
30
-
30
+
31
31
  def initialize(name=nil, mobile=nil)
32
32
  @Name = name
33
33
  @Mobile = mobile
@@ -51,7 +51,14 @@ module TencentCloud
51
51
  # @type ProxyOperator: String
52
52
 
53
53
  attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
54
-
54
+ extend Gem::Deprecate
55
+ deprecate :AppId, :none, 2023, 6
56
+ deprecate :AppId=, :none, 2023, 6
57
+ deprecate :ProxyAppId, :none, 2023, 6
58
+ deprecate :ProxyAppId=, :none, 2023, 6
59
+ deprecate :ProxyOperator, :none, 2023, 6
60
+ deprecate :ProxyOperator=, :none, 2023, 6
61
+
55
62
  def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
56
63
  @AppId = appid
57
64
  @ProxyAppId = proxyappid
@@ -116,7 +123,7 @@ module TencentCloud
116
123
  # @type ApproverSignTypes: Array
117
124
 
118
125
  attr_accessor :ApproverType, :ApproverName, :ApproverMobile, :SignComponents, :OrganizationName, :ApproverIdCardNumber, :ApproverIdCardType, :NotifyType, :ApproverRole, :VerifyChannel, :PreReadTime, :UserId, :ApproverSource, :CustomApproverTag, :ApproverOption, :ApproverVerifyTypes, :ApproverSignTypes
119
-
126
+
120
127
  def initialize(approvertype=nil, approvername=nil, approvermobile=nil, signcomponents=nil, organizationname=nil, approveridcardnumber=nil, approveridcardtype=nil, notifytype=nil, approverrole=nil, verifychannel=nil, prereadtime=nil, userid=nil, approversource=nil, customapprovertag=nil, approveroption=nil, approververifytypes=nil, approversigntypes=nil)
121
128
  @ApproverType = approvertype
122
129
  @ApproverName = approvername
@@ -176,7 +183,7 @@ module TencentCloud
176
183
  # @type NoTransfer: Boolean
177
184
 
178
185
  attr_accessor :NoRefuse, :NoTransfer
179
-
186
+
180
187
  def initialize(norefuse=nil, notransfer=nil)
181
188
  @NoRefuse = norefuse
182
189
  @NoTransfer = notransfer
@@ -200,7 +207,7 @@ module TencentCloud
200
207
  # @type IdCardNumber: String
201
208
 
202
209
  attr_accessor :Name, :Mobile, :IdCardType, :IdCardNumber
203
-
210
+
204
211
  def initialize(name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil)
205
212
  @Name = name
206
213
  @Mobile = mobile
@@ -222,7 +229,7 @@ module TencentCloud
222
229
  # @type UserId: String
223
230
 
224
231
  attr_accessor :UserId
225
-
232
+
226
233
  def initialize(userid=nil)
227
234
  @UserId = userid
228
235
  end
@@ -248,7 +255,7 @@ module TencentCloud
248
255
  # @type VerifyChannels: Array
249
256
 
250
257
  attr_accessor :UserInfo, :CallbackUrl, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :VerifyChannels
251
-
258
+
252
259
  def initialize(userinfo=nil, callbackurl=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, verifychannels=nil)
253
260
  @UserInfo = userinfo
254
261
  @CallbackUrl = callbackurl
@@ -281,7 +288,7 @@ module TencentCloud
281
288
  # @type OpenId: String
282
289
 
283
290
  attr_accessor :Operator, :UserId, :OpenId
284
-
291
+
285
292
  def initialize(operator=nil, userid=nil, openid=nil)
286
293
  @Operator = operator
287
294
  @UserId = userid
@@ -306,7 +313,7 @@ module TencentCloud
306
313
  # @type RequestId: String
307
314
 
308
315
  attr_accessor :Status, :RequestId
309
-
316
+
310
317
  def initialize(status=nil, requestid=nil)
311
318
  @Status = status
312
319
  @RequestId = requestid
@@ -330,7 +337,10 @@ module TencentCloud
330
337
  # @type CallbackToken: String
331
338
 
332
339
  attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
333
-
340
+ extend Gem::Deprecate
341
+ deprecate :Token, :none, 2023, 6
342
+ deprecate :Token=, :none, 2023, 6
343
+
334
344
  def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
335
345
  @CallbackUrl = callbackurl
336
346
  @Token = token
@@ -358,7 +368,14 @@ module TencentCloud
358
368
  # @type SubOrganizationId: String
359
369
 
360
370
  attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
361
-
371
+ extend Gem::Deprecate
372
+ deprecate :ApplicationId, :none, 2023, 6
373
+ deprecate :ApplicationId=, :none, 2023, 6
374
+ deprecate :OrganizationId, :none, 2023, 6
375
+ deprecate :OrganizationId=, :none, 2023, 6
376
+ deprecate :SubOrganizationId, :none, 2023, 6
377
+ deprecate :SubOrganizationId=, :none, 2023, 6
378
+
362
379
  def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
363
380
  @ApplicationId = applicationid
364
381
  @OrganizationId = organizationid
@@ -386,7 +403,7 @@ module TencentCloud
386
403
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
387
404
 
388
405
  attr_accessor :Operator, :FlowId, :CancelMessage, :Agent
389
-
406
+
390
407
  def initialize(operator=nil, flowid=nil, cancelmessage=nil, agent=nil)
391
408
  @Operator = operator
392
409
  @FlowId = flowid
@@ -414,7 +431,7 @@ module TencentCloud
414
431
  # @type RequestId: String
415
432
 
416
433
  attr_accessor :RequestId
417
-
434
+
418
435
  def initialize(requestid=nil)
419
436
  @RequestId = requestid
420
437
  end
@@ -434,7 +451,7 @@ module TencentCloud
434
451
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
435
452
 
436
453
  attr_accessor :Operator, :QrCodeId, :Agent
437
-
454
+
438
455
  def initialize(operator=nil, qrcodeid=nil, agent=nil)
439
456
  @Operator = operator
440
457
  @QrCodeId = qrcodeid
@@ -460,7 +477,7 @@ module TencentCloud
460
477
  # @type RequestId: String
461
478
 
462
479
  attr_accessor :RequestId
463
-
480
+
464
481
  def initialize(requestid=nil)
465
482
  @RequestId = requestid
466
483
  end
@@ -480,7 +497,7 @@ module TencentCloud
480
497
  # @type UserInfo: :class:`Tencentcloud::Ess.v20201111.models.UserThreeFactor`
481
498
 
482
499
  attr_accessor :Operator, :SceneKey, :UserInfo
483
-
500
+
484
501
  def initialize(operator=nil, scenekey=nil, userinfo=nil)
485
502
  @Operator = operator
486
503
  @SceneKey = scenekey
@@ -506,7 +523,7 @@ module TencentCloud
506
523
  # @type RequestId: String
507
524
 
508
525
  attr_accessor :RequestId
509
-
526
+
510
527
  def initialize(requestid=nil)
511
528
  @RequestId = requestid
512
529
  end
@@ -532,7 +549,7 @@ module TencentCloud
532
549
  # @type CcPermission: Integer
533
550
 
534
551
  attr_accessor :Mobile, :Name, :CcType, :CcPermission
535
-
552
+
536
553
  def initialize(mobile=nil, name=nil, cctype=nil, ccpermission=nil)
537
554
  @Mobile = mobile
538
555
  @Name = name
@@ -723,7 +740,7 @@ module TencentCloud
723
740
  # @type KeywordIndexes: Array
724
741
 
725
742
  attr_accessor :ComponentType, :FileIndex, :ComponentHeight, :ComponentWidth, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentId, :ComponentName, :ComponentRequired, :ComponentRecipientId, :ComponentExtra, :IsFormType, :ComponentValue, :GenerateMode, :ComponentDateFontSize, :ChannelComponentId, :OffsetX, :OffsetY, :ChannelComponentSource, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes
726
-
743
+
727
744
  def initialize(componenttype=nil, fileindex=nil, componentheight=nil, componentwidth=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentid=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, componentextra=nil, isformtype=nil, componentvalue=nil, generatemode=nil, componentdatefontsize=nil, channelcomponentid=nil, offsetx=nil, offsety=nil, channelcomponentsource=nil, keywordorder=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
728
745
  @ComponentType = componenttype
729
746
  @FileIndex = fileindex
@@ -787,7 +804,7 @@ module TencentCloud
787
804
  # @type FlowIds: Array
788
805
 
789
806
  attr_accessor :Operator, :FlowIds
790
-
807
+
791
808
  def initialize(operator=nil, flowids=nil)
792
809
  @Operator = operator
793
810
  @FlowIds = flowids
@@ -814,7 +831,7 @@ module TencentCloud
814
831
  # @type RequestId: String
815
832
 
816
833
  attr_accessor :BatchCancelFlowUrl, :FailMessages, :UrlExpireOn, :RequestId
817
-
834
+
818
835
  def initialize(batchcancelflowurl=nil, failmessages=nil, urlexpireon=nil, requestid=nil)
819
836
  @BatchCancelFlowUrl = batchcancelflowurl
820
837
  @FailMessages = failmessages
@@ -838,7 +855,7 @@ module TencentCloud
838
855
  # @type ApplicationId: String
839
856
 
840
857
  attr_accessor :Operator, :ApplicationId
841
-
858
+
842
859
  def initialize(operator=nil, applicationid=nil)
843
860
  @Operator = operator
844
861
  @ApplicationId = applicationid
@@ -863,7 +880,7 @@ module TencentCloud
863
880
  # @type RequestId: String
864
881
 
865
882
  attr_accessor :QrCodeUrl, :ExpiredTime, :RequestId
866
-
883
+
867
884
  def initialize(qrcodeurl=nil, expiredtime=nil, requestid=nil)
868
885
  @QrCodeUrl = qrcodeurl
869
886
  @ExpiredTime = expiredtime
@@ -893,7 +910,12 @@ module TencentCloud
893
910
  # @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
894
911
 
895
912
  attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
896
-
913
+ extend Gem::Deprecate
914
+ deprecate :Agent, :none, 2023, 6
915
+ deprecate :Agent=, :none, 2023, 6
916
+ deprecate :Organization, :none, 2023, 6
917
+ deprecate :Organization=, :none, 2023, 6
918
+
897
919
  def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
898
920
  @ResourceType = resourcetype
899
921
  @ResourceName = resourcename
@@ -930,7 +952,7 @@ module TencentCloud
930
952
  # @type RequestId: String
931
953
 
932
954
  attr_accessor :TaskId, :RequestId
933
-
955
+
934
956
  def initialize(taskid=nil, requestid=nil)
935
957
  @TaskId = taskid
936
958
  @RequestId = requestid
@@ -965,7 +987,7 @@ module TencentCloud
965
987
  # @type ClientToken: String
966
988
 
967
989
  attr_accessor :Operator, :FlowId, :TemplateId, :FileNames, :FormFields, :NeedPreview, :PreviewType, :Agent, :ClientToken
968
-
990
+
969
991
  def initialize(operator=nil, flowid=nil, templateid=nil, filenames=nil, formfields=nil, needpreview=nil, previewtype=nil, agent=nil, clienttoken=nil)
970
992
  @Operator = operator
971
993
  @FlowId = flowid
@@ -1015,7 +1037,7 @@ module TencentCloud
1015
1037
  # @type RequestId: String
1016
1038
 
1017
1039
  attr_accessor :DocumentId, :PreviewFileUrl, :RequestId
1018
-
1040
+
1019
1041
  def initialize(documentid=nil, previewfileurl=nil, requestid=nil)
1020
1042
  @DocumentId = documentid
1021
1043
  @PreviewFileUrl = previewfileurl
@@ -1041,7 +1063,7 @@ module TencentCloud
1041
1063
  # @type Initiator: String
1042
1064
 
1043
1065
  attr_accessor :Operator, :FlowId, :Approvers, :Initiator
1044
-
1066
+
1045
1067
  def initialize(operator=nil, flowid=nil, approvers=nil, initiator=nil)
1046
1068
  @Operator = operator
1047
1069
  @FlowId = flowid
@@ -1073,7 +1095,7 @@ module TencentCloud
1073
1095
  # @type RequestId: String
1074
1096
 
1075
1097
  attr_accessor :RequestId
1076
-
1098
+
1077
1099
  def initialize(requestid=nil)
1078
1100
  @RequestId = requestid
1079
1101
  end
@@ -1141,7 +1163,7 @@ module TencentCloud
1141
1163
  # @type AutoSignScene: String
1142
1164
 
1143
1165
  attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :ApproverVerifyType, :FlowDescription, :SignBeanTag, :Agent, :CcNotifyType, :AutoSignScene
1144
-
1166
+
1145
1167
  def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil, agent=nil, ccnotifytype=nil, autosignscene=nil)
1146
1168
  @Operator = operator
1147
1169
  @FlowName = flowname
@@ -1231,7 +1253,7 @@ module TencentCloud
1231
1253
  # @type RequestId: String
1232
1254
 
1233
1255
  attr_accessor :FlowId, :PreviewUrl, :RequestId
1234
-
1256
+
1235
1257
  def initialize(flowid=nil, previewurl=nil, requestid=nil)
1236
1258
  @FlowId = flowid
1237
1259
  @PreviewUrl = previewurl
@@ -1253,7 +1275,7 @@ module TencentCloud
1253
1275
  # @type FlowId: String
1254
1276
 
1255
1277
  attr_accessor :Operator, :FlowId
1256
-
1278
+
1257
1279
  def initialize(operator=nil, flowid=nil)
1258
1280
  @Operator = operator
1259
1281
  @FlowId = flowid
@@ -1284,7 +1306,7 @@ module TencentCloud
1284
1306
  # @type RequestId: String
1285
1307
 
1286
1308
  attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
1287
-
1309
+
1288
1310
  def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
1289
1311
  @ReportId = reportid
1290
1312
  @Status = status
@@ -1308,7 +1330,7 @@ module TencentCloud
1308
1330
  # @type FlowIds: Array
1309
1331
 
1310
1332
  attr_accessor :Operator, :FlowIds
1311
-
1333
+
1312
1334
  def initialize(operator=nil, flowids=nil)
1313
1335
  @Operator = operator
1314
1336
  @FlowIds = flowids
@@ -1331,7 +1353,7 @@ module TencentCloud
1331
1353
  # @type RequestId: String
1332
1354
 
1333
1355
  attr_accessor :RemindFlowRecords, :RequestId
1334
-
1356
+
1335
1357
  def initialize(remindflowrecords=nil, requestid=nil)
1336
1358
  @RemindFlowRecords = remindflowrecords
1337
1359
  @RequestId = requestid
@@ -1394,7 +1416,12 @@ module TencentCloud
1394
1416
  # @type AutoSignScene: String
1395
1417
 
1396
1418
  attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :RelatedFlowId, :DeadLine, :UserData, :FlowDescription, :Unordered, :CustomShowMap, :NeedSignReview, :CallbackUrl, :Agent, :CcInfos, :AutoSignScene
1397
-
1419
+ extend Gem::Deprecate
1420
+ deprecate :RelatedFlowId, :none, 2023, 6
1421
+ deprecate :RelatedFlowId=, :none, 2023, 6
1422
+ deprecate :CallbackUrl, :none, 2023, 6
1423
+ deprecate :CallbackUrl=, :none, 2023, 6
1424
+
1398
1425
  def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil, relatedflowid=nil, deadline=nil, userdata=nil, flowdescription=nil, unordered=nil, customshowmap=nil, needsignreview=nil, callbackurl=nil, agent=nil, ccinfos=nil, autosignscene=nil)
1399
1426
  @Operator = operator
1400
1427
  @FlowName = flowname
@@ -1462,7 +1489,7 @@ module TencentCloud
1462
1489
  # @type RequestId: String
1463
1490
 
1464
1491
  attr_accessor :FlowId, :RequestId
1465
-
1492
+
1466
1493
  def initialize(flowid=nil, requestid=nil)
1467
1494
  @FlowId = flowid
1468
1495
  @RequestId = requestid
@@ -1491,7 +1518,7 @@ module TencentCloud
1491
1518
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1492
1519
 
1493
1520
  attr_accessor :Operator, :FlowId, :ReviewType, :ReviewMessage, :Agent
1494
-
1521
+
1495
1522
  def initialize(operator=nil, flowid=nil, reviewtype=nil, reviewmessage=nil, agent=nil)
1496
1523
  @Operator = operator
1497
1524
  @FlowId = flowid
@@ -1521,7 +1548,7 @@ module TencentCloud
1521
1548
  # @type RequestId: String
1522
1549
 
1523
1550
  attr_accessor :RequestId
1524
-
1551
+
1525
1552
  def initialize(requestid=nil)
1526
1553
  @RequestId = requestid
1527
1554
  end
@@ -1545,7 +1572,10 @@ module TencentCloud
1545
1572
  # @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
1546
1573
 
1547
1574
  attr_accessor :FlowId, :FlowApproverInfos, :Operator, :Agent, :Organization
1548
-
1575
+ extend Gem::Deprecate
1576
+ deprecate :Organization, :none, 2023, 6
1577
+ deprecate :Organization=, :none, 2023, 6
1578
+
1549
1579
  def initialize(flowid=nil, flowapproverinfos=nil, operator=nil, agent=nil, organization=nil)
1550
1580
  @FlowId = flowid
1551
1581
  @FlowApproverInfos = flowapproverinfos
@@ -1587,7 +1617,7 @@ module TencentCloud
1587
1617
  # @type RequestId: String
1588
1618
 
1589
1619
  attr_accessor :FlowApproverUrlInfos, :RequestId
1590
-
1620
+
1591
1621
  def initialize(flowapproverurlinfos=nil, requestid=nil)
1592
1622
  @FlowApproverUrlInfos = flowapproverurlinfos
1593
1623
  @RequestId = requestid
@@ -1622,7 +1652,7 @@ module TencentCloud
1622
1652
  # @type OrderNo: Integer
1623
1653
 
1624
1654
  attr_accessor :Operator, :DeptName, :ParentDeptId, :ParentDeptOpenId, :DeptOpenId, :OrderNo
1625
-
1655
+
1626
1656
  def initialize(operator=nil, deptname=nil, parentdeptid=nil, parentdeptopenid=nil, deptopenid=nil, orderno=nil)
1627
1657
  @Operator = operator
1628
1658
  @DeptName = deptname
@@ -1653,7 +1683,7 @@ module TencentCloud
1653
1683
  # @type RequestId: String
1654
1684
 
1655
1685
  attr_accessor :DeptId, :RequestId
1656
-
1686
+
1657
1687
  def initialize(deptid=nil, requestid=nil)
1658
1688
  @DeptId = deptid
1659
1689
  @RequestId = requestid
@@ -1675,7 +1705,7 @@ module TencentCloud
1675
1705
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1676
1706
 
1677
1707
  attr_accessor :Operator, :Employees, :Agent
1678
-
1708
+
1679
1709
  def initialize(operator=nil, employees=nil, agent=nil)
1680
1710
  @Operator = operator
1681
1711
  @Employees = employees
@@ -1710,7 +1740,7 @@ module TencentCloud
1710
1740
  # @type RequestId: String
1711
1741
 
1712
1742
  attr_accessor :CreateEmployeeResult, :RequestId
1713
-
1743
+
1714
1744
  def initialize(createemployeeresult=nil, requestid=nil)
1715
1745
  @CreateEmployeeResult = createemployeeresult
1716
1746
  @RequestId = requestid
@@ -1737,7 +1767,7 @@ module TencentCloud
1737
1767
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1738
1768
 
1739
1769
  attr_accessor :Operator, :UserIds, :RoleIds, :Agent
1740
-
1770
+
1741
1771
  def initialize(operator=nil, userids=nil, roleids=nil, agent=nil)
1742
1772
  @Operator = operator
1743
1773
  @UserIds = userids
@@ -1767,7 +1797,7 @@ module TencentCloud
1767
1797
  # @type RequestId: String
1768
1798
 
1769
1799
  attr_accessor :FailedCreateRoleData, :RequestId
1770
-
1800
+
1771
1801
  def initialize(failedcreateroledata=nil, requestid=nil)
1772
1802
  @FailedCreateRoleData = failedcreateroledata
1773
1803
  @RequestId = requestid
@@ -1815,7 +1845,12 @@ module TencentCloud
1815
1845
  # @type ApproverRestrictions: :class:`Tencentcloud::Ess.v20201111.models.ApproverRestriction`
1816
1846
 
1817
1847
  attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions
1818
-
1848
+ extend Gem::Deprecate
1849
+ deprecate :Agent, :none, 2023, 6
1850
+ deprecate :Agent=, :none, 2023, 6
1851
+ deprecate :ApproverRestrictions, :none, 2023, 6
1852
+ deprecate :ApproverRestrictions=, :none, 2023, 6
1853
+
1819
1854
  def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil)
1820
1855
  @Operator = operator
1821
1856
  @TemplateId = templateid
@@ -1871,7 +1906,7 @@ module TencentCloud
1871
1906
  # @type RequestId: String
1872
1907
 
1873
1908
  attr_accessor :QrCode, :SignUrls, :RequestId
1874
-
1909
+
1875
1910
  def initialize(qrcode=nil, signurls=nil, requestid=nil)
1876
1911
  @QrCode = qrcode
1877
1912
  @SignUrls = signurls
@@ -1912,7 +1947,7 @@ module TencentCloud
1912
1947
  # @type IntelligentStatus: String
1913
1948
 
1914
1949
  attr_accessor :Operator, :ResourceId, :FlowName, :Unordered, :Deadline, :UserFlowTypeId, :Approvers, :IntelligentStatus
1915
-
1950
+
1916
1951
  def initialize(operator=nil, resourceid=nil, flowname=nil, unordered=nil, deadline=nil, userflowtypeid=nil, approvers=nil, intelligentstatus=nil)
1917
1952
  @Operator = operator
1918
1953
  @ResourceId = resourceid
@@ -1954,7 +1989,7 @@ module TencentCloud
1954
1989
  # @type RequestId: String
1955
1990
 
1956
1991
  attr_accessor :Url, :RequestId
1957
-
1992
+
1958
1993
  def initialize(url=nil, requestid=nil)
1959
1994
  @Url = url
1960
1995
  @RequestId = requestid
@@ -2011,7 +2046,7 @@ module TencentCloud
2011
2046
  # @type FileId: String
2012
2047
 
2013
2048
  attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId
2014
-
2049
+
2015
2050
  def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil)
2016
2051
  @UserName = username
2017
2052
  @IdCardNumber = idcardnumber
@@ -2054,7 +2089,7 @@ module TencentCloud
2054
2089
  # @type RequestId: String
2055
2090
 
2056
2091
  attr_accessor :SealId, :RequestId
2057
-
2092
+
2058
2093
  def initialize(sealid=nil, requestid=nil)
2059
2094
  @SealId = sealid
2060
2095
  @RequestId = requestid
@@ -2080,7 +2115,7 @@ module TencentCloud
2080
2115
  # @type ReleasedApprovers: Array
2081
2116
 
2082
2117
  attr_accessor :Operator, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers
2083
-
2118
+
2084
2119
  def initialize(operator=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil)
2085
2120
  @Operator = operator
2086
2121
  @NeedRelievedFlowId = needrelievedflowid
@@ -2117,7 +2152,7 @@ module TencentCloud
2117
2152
  # @type RequestId: String
2118
2153
 
2119
2154
  attr_accessor :FlowId, :RequestId
2120
-
2155
+
2121
2156
  def initialize(flowid=nil, requestid=nil)
2122
2157
  @FlowId = flowid
2123
2158
  @RequestId = requestid
@@ -2154,7 +2189,7 @@ module TencentCloud
2154
2189
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2155
2190
 
2156
2191
  attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :PathType, :AutoJumpBack, :Agent
2157
-
2192
+
2158
2193
  def initialize(operator=nil, organizationname=nil, name=nil, mobile=nil, endpoint=nil, flowid=nil, pathtype=nil, autojumpback=nil, agent=nil)
2159
2194
  @Operator = operator
2160
2195
  @OrganizationName = organizationname
@@ -2194,7 +2229,7 @@ module TencentCloud
2194
2229
  # @type RequestId: String
2195
2230
 
2196
2231
  attr_accessor :SchemeUrl, :RequestId
2197
-
2232
+
2198
2233
  def initialize(schemeurl=nil, requestid=nil)
2199
2234
  @SchemeUrl = schemeurl
2200
2235
  @RequestId = requestid
@@ -2224,7 +2259,7 @@ module TencentCloud
2224
2259
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2225
2260
 
2226
2261
  attr_accessor :Operator, :Users, :SealId, :Expired, :UserIds, :Policy, :Agent
2227
-
2262
+
2228
2263
  def initialize(operator=nil, users=nil, sealid=nil, expired=nil, userids=nil, policy=nil, agent=nil)
2229
2264
  @Operator = operator
2230
2265
  @Users = users
@@ -2267,7 +2302,7 @@ module TencentCloud
2267
2302
  # @type RequestId: String
2268
2303
 
2269
2304
  attr_accessor :UserIds, :RequestId
2270
-
2305
+
2271
2306
  def initialize(userids=nil, requestid=nil)
2272
2307
  @UserIds = userids
2273
2308
  @RequestId = requestid
@@ -2289,7 +2324,7 @@ module TencentCloud
2289
2324
  # @type FailedEmployeeData: Array
2290
2325
 
2291
2326
  attr_accessor :SuccessEmployeeData, :FailedEmployeeData
2292
-
2327
+
2293
2328
  def initialize(successemployeedata=nil, failedemployeedata=nil)
2294
2329
  @SuccessEmployeeData = successemployeedata
2295
2330
  @FailedEmployeeData = failedemployeedata
@@ -2334,7 +2369,7 @@ module TencentCloud
2334
2369
  # @type ExpiredTime: Integer
2335
2370
 
2336
2371
  attr_accessor :Operator, :SceneKey, :AutoSignConfig, :UrlType, :NotifyType, :NotifyAddress, :ExpiredTime
2337
-
2372
+
2338
2373
  def initialize(operator=nil, scenekey=nil, autosignconfig=nil, urltype=nil, notifytype=nil, notifyaddress=nil, expiredtime=nil)
2339
2374
  @Operator = operator
2340
2375
  @SceneKey = scenekey
@@ -2380,7 +2415,7 @@ module TencentCloud
2380
2415
  # @type RequestId: String
2381
2416
 
2382
2417
  attr_accessor :Url, :AppId, :AppOriginalId, :Path, :QrCode, :UrlType, :RequestId
2383
-
2418
+
2384
2419
  def initialize(url=nil, appid=nil, apporiginalid=nil, path=nil, qrcode=nil, urltype=nil, requestid=nil)
2385
2420
  @Url = url
2386
2421
  @AppId = appid
@@ -2412,7 +2447,7 @@ module TencentCloud
2412
2447
  # @type ReceiveDeptId: String
2413
2448
 
2414
2449
  attr_accessor :Operator, :DeptId, :ReceiveDeptId
2415
-
2450
+
2416
2451
  def initialize(operator=nil, deptid=nil, receivedeptid=nil)
2417
2452
  @Operator = operator
2418
2453
  @DeptId = deptid
@@ -2435,7 +2470,7 @@ module TencentCloud
2435
2470
  # @type RequestId: String
2436
2471
 
2437
2472
  attr_accessor :RequestId
2438
-
2473
+
2439
2474
  def initialize(requestid=nil)
2440
2475
  @RequestId = requestid
2441
2476
  end
@@ -2455,7 +2490,7 @@ module TencentCloud
2455
2490
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2456
2491
 
2457
2492
  attr_accessor :Operator, :Employees, :Agent
2458
-
2493
+
2459
2494
  def initialize(operator=nil, employees=nil, agent=nil)
2460
2495
  @Operator = operator
2461
2496
  @Employees = employees
@@ -2490,7 +2525,7 @@ module TencentCloud
2490
2525
  # @type RequestId: String
2491
2526
 
2492
2527
  attr_accessor :DeleteEmployeeResult, :RequestId
2493
-
2528
+
2494
2529
  def initialize(deleteemployeeresult=nil, requestid=nil)
2495
2530
  @DeleteEmployeeResult = deleteemployeeresult
2496
2531
  @RequestId = requestid
@@ -2517,7 +2552,7 @@ module TencentCloud
2517
2552
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2518
2553
 
2519
2554
  attr_accessor :Operator, :RoleId, :Users, :Agent
2520
-
2555
+
2521
2556
  def initialize(operator=nil, roleid=nil, users=nil, agent=nil)
2522
2557
  @Operator = operator
2523
2558
  @RoleId = roleid
@@ -2554,7 +2589,7 @@ module TencentCloud
2554
2589
  # @type RequestId: String
2555
2590
 
2556
2591
  attr_accessor :RoleId, :RequestId
2557
-
2592
+
2558
2593
  def initialize(roleid=nil, requestid=nil)
2559
2594
  @RoleId = roleid
2560
2595
  @RequestId = requestid
@@ -2580,7 +2615,7 @@ module TencentCloud
2580
2615
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2581
2616
 
2582
2617
  attr_accessor :Operator, :PolicyIds, :SealId, :UserIds, :Agent
2583
-
2618
+
2584
2619
  def initialize(operator=nil, policyids=nil, sealid=nil, userids=nil, agent=nil)
2585
2620
  @Operator = operator
2586
2621
  @PolicyIds = policyids
@@ -2610,7 +2645,7 @@ module TencentCloud
2610
2645
  # @type RequestId: String
2611
2646
 
2612
2647
  attr_accessor :RequestId
2613
-
2648
+
2614
2649
  def initialize(requestid=nil)
2615
2650
  @RequestId = requestid
2616
2651
  end
@@ -2630,7 +2665,7 @@ module TencentCloud
2630
2665
  # @type FailedEmployeeData: Array
2631
2666
 
2632
2667
  attr_accessor :SuccessEmployeeData, :FailedEmployeeData
2633
-
2668
+
2634
2669
  def initialize(successemployeedata=nil, failedemployeedata=nil)
2635
2670
  @SuccessEmployeeData = successemployeedata
2636
2671
  @FailedEmployeeData = failedemployeedata
@@ -2664,7 +2699,7 @@ module TencentCloud
2664
2699
  # @type DepartmentName: String
2665
2700
 
2666
2701
  attr_accessor :DepartmentId, :DepartmentName
2667
-
2702
+
2668
2703
  def initialize(departmentid=nil, departmentname=nil)
2669
2704
  @DepartmentId = departmentid
2670
2705
  @DepartmentName = departmentname
@@ -2707,7 +2742,14 @@ module TencentCloud
2707
2742
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2708
2743
 
2709
2744
  attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
2710
-
2745
+ extend Gem::Deprecate
2746
+ deprecate :CcToken, :none, 2023, 6
2747
+ deprecate :CcToken=, :none, 2023, 6
2748
+ deprecate :Scene, :none, 2023, 6
2749
+ deprecate :Scene=, :none, 2023, 6
2750
+ deprecate :Agent, :none, 2023, 6
2751
+ deprecate :Agent=, :none, 2023, 6
2752
+
2711
2753
  def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
2712
2754
  @Operator = operator
2713
2755
  @BusinessType = businesstype
@@ -2754,7 +2796,7 @@ module TencentCloud
2754
2796
  # @type RequestId: String
2755
2797
 
2756
2798
  attr_accessor :FileUrls, :TotalCount, :RequestId
2757
-
2799
+
2758
2800
  def initialize(fileurls=nil, totalcount=nil, requestid=nil)
2759
2801
  @FileUrls = fileurls
2760
2802
  @TotalCount = totalcount
@@ -2785,7 +2827,7 @@ module TencentCloud
2785
2827
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2786
2828
 
2787
2829
  attr_accessor :Operator, :FlowIds, :Agent
2788
-
2830
+
2789
2831
  def initialize(operator=nil, flowids=nil, agent=nil)
2790
2832
  @Operator = operator
2791
2833
  @FlowIds = flowids
@@ -2813,7 +2855,7 @@ module TencentCloud
2813
2855
  # @type RequestId: String
2814
2856
 
2815
2857
  attr_accessor :FlowBriefs, :RequestId
2816
-
2858
+
2817
2859
  def initialize(flowbriefs=nil, requestid=nil)
2818
2860
  @FlowBriefs = flowbriefs
2819
2861
  @RequestId = requestid
@@ -2840,7 +2882,7 @@ module TencentCloud
2840
2882
  # @type ReportId: String
2841
2883
 
2842
2884
  attr_accessor :Operator, :ReportId
2843
-
2885
+
2844
2886
  def initialize(operator=nil, reportid=nil)
2845
2887
  @Operator = operator
2846
2888
  @ReportId = reportid
@@ -2868,7 +2910,7 @@ module TencentCloud
2868
2910
  # @type RequestId: String
2869
2911
 
2870
2912
  attr_accessor :ReportUrl, :Status, :RequestId
2871
-
2913
+
2872
2914
  def initialize(reporturl=nil, status=nil, requestid=nil)
2873
2915
  @ReportUrl = reporturl
2874
2916
  @Status = status
@@ -2892,7 +2934,7 @@ module TencentCloud
2892
2934
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2893
2935
 
2894
2936
  attr_accessor :FlowIds, :Operator, :Agent
2895
-
2937
+
2896
2938
  def initialize(flowids=nil, operator=nil, agent=nil)
2897
2939
  @FlowIds = flowids
2898
2940
  @Operator = operator
@@ -2920,7 +2962,7 @@ module TencentCloud
2920
2962
  # @type RequestId: String
2921
2963
 
2922
2964
  attr_accessor :FlowDetailInfos, :RequestId
2923
-
2965
+
2924
2966
  def initialize(flowdetailinfos=nil, requestid=nil)
2925
2967
  @FlowDetailInfos = flowdetailinfos
2926
2968
  @RequestId = requestid
@@ -2967,7 +3009,12 @@ module TencentCloud
2967
3009
  # @type GenerateSource: Integer
2968
3010
 
2969
3011
  attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource
2970
-
3012
+ extend Gem::Deprecate
3013
+ deprecate :Organization, :none, 2023, 6
3014
+ deprecate :Organization=, :none, 2023, 6
3015
+ deprecate :GenerateSource, :none, 2023, 6
3016
+ deprecate :GenerateSource=, :none, 2023, 6
3017
+
2971
3018
  def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil)
2972
3019
  @Operator = operator
2973
3020
  @Agent = agent
@@ -3021,7 +3068,7 @@ module TencentCloud
3021
3068
  # @type RequestId: String
3022
3069
 
3023
3070
  attr_accessor :Templates, :TotalCount, :RequestId
3024
-
3071
+
3025
3072
  def initialize(templates=nil, totalcount=nil, requestid=nil)
3026
3073
  @Templates = templates
3027
3074
  @TotalCount = totalcount
@@ -3054,7 +3101,7 @@ module TencentCloud
3054
3101
  # @type DeptOpenId: String
3055
3102
 
3056
3103
  attr_accessor :Operator, :QueryType, :DeptId, :DeptOpenId
3057
-
3104
+
3058
3105
  def initialize(operator=nil, querytype=nil, deptid=nil, deptopenid=nil)
3059
3106
  @Operator = operator
3060
3107
  @QueryType = querytype
@@ -3081,7 +3128,7 @@ module TencentCloud
3081
3128
  # @type RequestId: String
3082
3129
 
3083
3130
  attr_accessor :Departments, :RequestId
3084
-
3131
+
3085
3132
  def initialize(departments=nil, requestid=nil)
3086
3133
  @Departments = departments
3087
3134
  @RequestId = requestid
@@ -3115,7 +3162,7 @@ module TencentCloud
3115
3162
  # @type Offset: Integer
3116
3163
 
3117
3164
  attr_accessor :Operator, :Limit, :Agent, :Filters, :Offset
3118
-
3165
+
3119
3166
  def initialize(operator=nil, limit=nil, agent=nil, filters=nil, offset=nil)
3120
3167
  @Operator = operator
3121
3168
  @Limit = limit
@@ -3162,7 +3209,7 @@ module TencentCloud
3162
3209
  # @type RequestId: String
3163
3210
 
3164
3211
  attr_accessor :Employees, :Offset, :Limit, :TotalCount, :RequestId
3165
-
3212
+
3166
3213
  def initialize(employees=nil, offset=nil, limit=nil, totalcount=nil, requestid=nil)
3167
3214
  @Employees = employees
3168
3215
  @Offset = offset
@@ -3193,7 +3240,7 @@ module TencentCloud
3193
3240
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
3194
3241
 
3195
3242
  attr_accessor :Operator
3196
-
3243
+
3197
3244
  def initialize(operator=nil)
3198
3245
  @Operator = operator
3199
3246
  end
@@ -3215,7 +3262,7 @@ module TencentCloud
3215
3262
  # @type RequestId: String
3216
3263
 
3217
3264
  attr_accessor :IntegrationMainOrganizationUser, :RequestId
3218
-
3265
+
3219
3266
  def initialize(integrationmainorganizationuser=nil, requestid=nil)
3220
3267
  @IntegrationMainOrganizationUser = integrationmainorganizationuser
3221
3268
  @RequestId = requestid
@@ -3247,7 +3294,7 @@ module TencentCloud
3247
3294
  # @type Offset: Integer
3248
3295
 
3249
3296
  attr_accessor :Operator, :Limit, :Agent, :Filters, :Offset
3250
-
3297
+
3251
3298
  def initialize(operator=nil, limit=nil, agent=nil, filters=nil, offset=nil)
3252
3299
  @Operator = operator
3253
3300
  @Limit = limit
@@ -3292,7 +3339,7 @@ module TencentCloud
3292
3339
  # @type RequestId: String
3293
3340
 
3294
3341
  attr_accessor :Offset, :Limit, :TotalCount, :IntegrateRoles, :RequestId
3295
-
3342
+
3296
3343
  def initialize(offset=nil, limit=nil, totalcount=nil, integrateroles=nil, requestid=nil)
3297
3344
  @Offset = offset
3298
3345
  @Limit = limit
@@ -3335,7 +3382,7 @@ module TencentCloud
3335
3382
  # @type Id: String
3336
3383
 
3337
3384
  attr_accessor :Operator, :Limit, :Offset, :Name, :Status, :Export, :Id
3338
-
3385
+
3339
3386
  def initialize(operator=nil, limit=nil, offset=nil, name=nil, status=nil, export=nil, id=nil)
3340
3387
  @Operator = operator
3341
3388
  @Limit = limit
@@ -3381,7 +3428,7 @@ module TencentCloud
3381
3428
  # @type RequestId: String
3382
3429
 
3383
3430
  attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :RequestId
3384
-
3431
+
3385
3432
  def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, requestid=nil)
3386
3433
  @Total = total
3387
3434
  @JoinedTotal = joinedtotal
@@ -3432,7 +3479,7 @@ module TencentCloud
3432
3479
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
3433
3480
 
3434
3481
  attr_accessor :Operator, :Limit, :Offset, :InfoType, :SealId, :SealTypes, :Agent
3435
-
3482
+
3436
3483
  def initialize(operator=nil, limit=nil, offset=nil, infotype=nil, sealid=nil, sealtypes=nil, agent=nil)
3437
3484
  @Operator = operator
3438
3485
  @Limit = limit
@@ -3470,7 +3517,7 @@ module TencentCloud
3470
3517
  # @type RequestId: String
3471
3518
 
3472
3519
  attr_accessor :TotalCount, :Seals, :RequestId
3473
-
3520
+
3474
3521
  def initialize(totalcount=nil, seals=nil, requestid=nil)
3475
3522
  @TotalCount = totalcount
3476
3523
  @Seals = seals
@@ -3497,7 +3544,7 @@ module TencentCloud
3497
3544
  # @type AuthCode: String
3498
3545
 
3499
3546
  attr_accessor :AuthCode
3500
-
3547
+
3501
3548
  def initialize(authcode=nil)
3502
3549
  @AuthCode = authcode
3503
3550
  end
@@ -3515,7 +3562,7 @@ module TencentCloud
3515
3562
  # @type RequestId: String
3516
3563
 
3517
3564
  attr_accessor :VerifyStatus, :RequestId
3518
-
3565
+
3519
3566
  def initialize(verifystatus=nil, requestid=nil)
3520
3567
  @VerifyStatus = verifystatus
3521
3568
  @RequestId = requestid
@@ -3538,7 +3585,7 @@ module TencentCloud
3538
3585
  # @type UserInfo: :class:`Tencentcloud::Ess.v20201111.models.UserThreeFactor`
3539
3586
 
3540
3587
  attr_accessor :Operator, :SceneKey, :UserInfo
3541
-
3588
+
3542
3589
  def initialize(operator=nil, scenekey=nil, userinfo=nil)
3543
3590
  @Operator = operator
3544
3591
  @SceneKey = scenekey
@@ -3570,7 +3617,7 @@ module TencentCloud
3570
3617
  # @type RequestId: String
3571
3618
 
3572
3619
  attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :RequestId
3573
-
3620
+
3574
3621
  def initialize(isopen=nil, licensefrom=nil, licenseto=nil, requestid=nil)
3575
3622
  @IsOpen = isopen
3576
3623
  @LicenseFrom = licensefrom
@@ -3597,7 +3644,7 @@ module TencentCloud
3597
3644
  # @type UserInfo: :class:`Tencentcloud::Ess.v20201111.models.UserThreeFactor`
3598
3645
 
3599
3646
  attr_accessor :Operator, :SceneKey, :UserInfo
3600
-
3647
+
3601
3648
  def initialize(operator=nil, scenekey=nil, userinfo=nil)
3602
3649
  @Operator = operator
3603
3650
  @SceneKey = scenekey
@@ -3623,7 +3670,7 @@ module TencentCloud
3623
3670
  # @type RequestId: String
3624
3671
 
3625
3672
  attr_accessor :RequestId
3626
-
3673
+
3627
3674
  def initialize(requestid=nil)
3628
3675
  @RequestId = requestid
3629
3676
  end
@@ -3643,7 +3690,7 @@ module TencentCloud
3643
3690
  # @type RoleIds: Array
3644
3691
 
3645
3692
  attr_accessor :UserId, :RoleIds
3646
-
3693
+
3647
3694
  def initialize(userid=nil, roleids=nil)
3648
3695
  @UserId = userid
3649
3696
  @RoleIds = roleids
@@ -3665,7 +3712,7 @@ module TencentCloud
3665
3712
  # @type Reason: String
3666
3713
 
3667
3714
  attr_accessor :DisplayName, :Mobile, :Reason
3668
-
3715
+
3669
3716
  def initialize(displayname=nil, mobile=nil, reason=nil)
3670
3717
  @DisplayName = displayname
3671
3718
  @Mobile = mobile
@@ -3691,7 +3738,7 @@ module TencentCloud
3691
3738
  # @type Reason: String
3692
3739
 
3693
3740
  attr_accessor :UserId, :OpenId, :Reason
3694
-
3741
+
3695
3742
  def initialize(userid=nil, openid=nil, reason=nil)
3696
3743
  @UserId = userid
3697
3744
  @OpenId = openid
@@ -3719,7 +3766,7 @@ module TencentCloud
3719
3766
  # @type OpenId: String
3720
3767
 
3721
3768
  attr_accessor :DisplayName, :Mobile, :Reason, :UserId, :OpenId
3722
-
3769
+
3723
3770
  def initialize(displayname=nil, mobile=nil, reason=nil, userid=nil, openid=nil)
3724
3771
  @DisplayName = displayname
3725
3772
  @Mobile = mobile
@@ -3749,7 +3796,7 @@ module TencentCloud
3749
3796
  # @type CreatedOn: Integer
3750
3797
 
3751
3798
  attr_accessor :FileId, :FileName, :FileSize, :CreatedOn
3752
-
3799
+
3753
3800
  def initialize(fileid=nil, filename=nil, filesize=nil, createdon=nil)
3754
3801
  @FileId = fileid
3755
3802
  @FileName = filename
@@ -3774,7 +3821,7 @@ module TencentCloud
3774
3821
  # @type Option: String
3775
3822
 
3776
3823
  attr_accessor :Url, :Option
3777
-
3824
+
3778
3825
  def initialize(url=nil, option=nil)
3779
3826
  @Url = url
3780
3827
  @Option = option
@@ -3798,7 +3845,7 @@ module TencentCloud
3798
3845
  # @type CustomUserId: String
3799
3846
 
3800
3847
  attr_accessor :RecipientId, :ApproverSource, :CustomUserId
3801
-
3848
+
3802
3849
  def initialize(recipientid=nil, approversource=nil, customuserid=nil)
3803
3850
  @RecipientId = recipientid
3804
3851
  @ApproverSource = approversource
@@ -3820,7 +3867,7 @@ module TencentCloud
3820
3867
  # @type Values: Array
3821
3868
 
3822
3869
  attr_accessor :Key, :Values
3823
-
3870
+
3824
3871
  def initialize(key=nil, values=nil)
3825
3872
  @Key = key
3826
3873
  @Values = values
@@ -3882,7 +3929,7 @@ module TencentCloud
3882
3929
  # @type OrganizationName: String
3883
3930
 
3884
3931
  attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName
3885
-
3932
+
3886
3933
  def initialize(approvemessage=nil, approvename=nil, approvestatus=nil, receiptid=nil, customuserid=nil, mobile=nil, signorder=nil, approvetime=nil, approvetype=nil, approversource=nil, customapprovertag=nil, organizationid=nil, organizationname=nil)
3887
3934
  @ApproveMessage = approvemessage
3888
3935
  @ApproveName = approvename
@@ -3935,7 +3982,7 @@ module TencentCloud
3935
3982
  # @type LongUrl: String
3936
3983
 
3937
3984
  attr_accessor :SignUrl, :ApproverType, :ApproverName, :ApproverMobile, :LongUrl
3938
-
3985
+
3939
3986
  def initialize(signurl=nil, approvertype=nil, approvername=nil, approvermobile=nil, longurl=nil)
3940
3987
  @SignUrl = signurl
3941
3988
  @ApproverType = approvertype
@@ -3993,7 +4040,7 @@ module TencentCloud
3993
4040
  # @type Deadline: Integer
3994
4041
 
3995
4042
  attr_accessor :FlowId, :FlowName, :FlowDescription, :FlowType, :FlowStatus, :CreatedOn, :FlowMessage, :Creator, :Deadline
3996
-
4043
+
3997
4044
  def initialize(flowid=nil, flowname=nil, flowdescription=nil, flowtype=nil, flowstatus=nil, createdon=nil, flowmessage=nil, creator=nil, deadline=nil)
3998
4045
  @FlowId = flowid
3999
4046
  @FlowName = flowname
@@ -4069,7 +4116,10 @@ module TencentCloud
4069
4116
  # @type SignId: String
4070
4117
 
4071
4118
  attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId
4072
-
4119
+ extend Gem::Deprecate
4120
+ deprecate :JumpUrl, :none, 2023, 6
4121
+ deprecate :JumpUrl=, :none, 2023, 6
4122
+
4073
4123
  def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil, signid=nil)
4074
4124
  @ApproverType = approvertype
4075
4125
  @OrganizationName = organizationname
@@ -4161,7 +4211,7 @@ module TencentCloud
4161
4211
  # @type Creator: String
4162
4212
 
4163
4213
  attr_accessor :FlowId, :FlowName, :FlowType, :FlowStatus, :FlowMessage, :FlowDescription, :CreatedOn, :FlowApproverInfos, :CcInfos, :Creator
4164
-
4214
+
4165
4215
  def initialize(flowid=nil, flowname=nil, flowtype=nil, flowstatus=nil, flowmessage=nil, flowdescription=nil, createdon=nil, flowapproverinfos=nil, ccinfos=nil, creator=nil)
4166
4216
  @FlowId = flowid
4167
4217
  @FlowName = flowname
@@ -4329,7 +4379,7 @@ module TencentCloud
4329
4379
  # @type ComponentName: String
4330
4380
 
4331
4381
  attr_accessor :ComponentValue, :ComponentId, :ComponentName
4332
-
4382
+
4333
4383
  def initialize(componentvalue=nil, componentid=nil, componentname=nil)
4334
4384
  @ComponentValue = componentvalue
4335
4385
  @ComponentId = componentid
@@ -4355,7 +4405,12 @@ module TencentCloud
4355
4405
  # @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
4356
4406
 
4357
4407
  attr_accessor :TaskId, :Operator, :Agent, :Organization
4358
-
4408
+ extend Gem::Deprecate
4409
+ deprecate :Agent, :none, 2023, 6
4410
+ deprecate :Agent=, :none, 2023, 6
4411
+ deprecate :Organization, :none, 2023, 6
4412
+ deprecate :Organization=, :none, 2023, 6
4413
+
4359
4414
  def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
4360
4415
  @TaskId = taskid
4361
4416
  @Operator = operator
@@ -4406,7 +4461,7 @@ module TencentCloud
4406
4461
  # @type RequestId: String
4407
4462
 
4408
4463
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :RequestId
4409
-
4464
+
4410
4465
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, requestid=nil)
4411
4466
  @TaskId = taskid
4412
4467
  @TaskStatus = taskstatus
@@ -4464,7 +4519,7 @@ module TencentCloud
4464
4519
  # @type FlowEngineEnable: Boolean
4465
4520
 
4466
4521
  attr_accessor :Name, :Alias, :OrganizationId, :UpdateTime, :Status, :IsMainOrganization, :IdCardNumber, :AdminInfo, :License, :LicenseExpireTime, :JoinTime, :FlowEngineEnable
4467
-
4522
+
4468
4523
  def initialize(name=nil, _alias=nil, organizationid=nil, updatetime=nil, status=nil, ismainorganization=nil, idcardnumber=nil, admininfo=nil, license=nil, licenseexpiretime=nil, jointime=nil, flowengineenable=nil)
4469
4524
  @Name = name
4470
4525
  @Alias = _alias
@@ -4518,7 +4573,7 @@ module TencentCloud
4518
4573
  # @type SubOrgIdList: Array
4519
4574
 
4520
4575
  attr_accessor :RoleId, :RoleName, :RoleStatus, :IsGroupRole, :SubOrgIdList
4521
-
4576
+
4522
4577
  def initialize(roleid=nil, rolename=nil, rolestatus=nil, isgrouprole=nil, suborgidlist=nil)
4523
4578
  @RoleId = roleid
4524
4579
  @RoleName = rolename
@@ -4555,7 +4610,7 @@ module TencentCloud
4555
4610
  # @type OrderNo: Integer
4556
4611
 
4557
4612
  attr_accessor :DeptId, :DeptName, :ParentDeptId, :DeptOpenId, :OrderNo
4558
-
4613
+
4559
4614
  def initialize(deptid=nil, deptname=nil, parentdeptid=nil, deptopenid=nil, orderno=nil)
4560
4615
  @DeptId = deptid
4561
4616
  @DeptName = deptname
@@ -4586,7 +4641,7 @@ module TencentCloud
4586
4641
  # @type UserName: String
4587
4642
 
4588
4643
  attr_accessor :MainOrganizationId, :MainUserId, :UserName
4589
-
4644
+
4590
4645
  def initialize(mainorganizationid=nil, mainuserid=nil, username=nil)
4591
4646
  @MainOrganizationId = mainorganizationid
4592
4647
  @MainUserId = mainuserid
@@ -4610,7 +4665,7 @@ module TencentCloud
4610
4665
  # @type CallbackInfo: :class:`Tencentcloud::Ess.v20201111.models.CallbackInfo`
4611
4666
 
4612
4667
  attr_accessor :Operator, :OperateType, :CallbackInfo
4613
-
4668
+
4614
4669
  def initialize(operator=nil, operatetype=nil, callbackinfo=nil)
4615
4670
  @Operator = operator
4616
4671
  @OperateType = operatetype
@@ -4636,7 +4691,7 @@ module TencentCloud
4636
4691
  # @type RequestId: String
4637
4692
 
4638
4693
  attr_accessor :RequestId
4639
-
4694
+
4640
4695
  def initialize(requestid=nil)
4641
4696
  @RequestId = requestid
4642
4697
  end
@@ -4662,7 +4717,7 @@ module TencentCloud
4662
4717
  # @type OrderNo: Integer
4663
4718
 
4664
4719
  attr_accessor :Operator, :DeptId, :ParentDeptId, :DeptName, :DeptOpenId, :OrderNo
4665
-
4720
+
4666
4721
  def initialize(operator=nil, deptid=nil, parentdeptid=nil, deptname=nil, deptopenid=nil, orderno=nil)
4667
4722
  @Operator = operator
4668
4723
  @DeptId = deptid
@@ -4691,7 +4746,7 @@ module TencentCloud
4691
4746
  # @type RequestId: String
4692
4747
 
4693
4748
  attr_accessor :RequestId
4694
-
4749
+
4695
4750
  def initialize(requestid=nil)
4696
4751
  @RequestId = requestid
4697
4752
  end
@@ -4729,7 +4784,7 @@ module TencentCloud
4729
4784
  # @type AuthorizedUsers: Array
4730
4785
 
4731
4786
  attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers
4732
-
4787
+
4733
4788
  def initialize(sealid=nil, sealname=nil, createon=nil, creator=nil, sealpolicyid=nil, sealstatus=nil, failreason=nil, url=nil, sealtype=nil, isalltime=nil, authorizedusers=nil)
4734
4789
  @SealId = sealid
4735
4790
  @SealName = sealname
@@ -4780,7 +4835,18 @@ module TencentCloud
4780
4835
  # @type ProxyIp: String
4781
4836
 
4782
4837
  attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
4783
-
4838
+ extend Gem::Deprecate
4839
+ deprecate :OrganizationId, :none, 2023, 6
4840
+ deprecate :OrganizationId=, :none, 2023, 6
4841
+ deprecate :Channel, :none, 2023, 6
4842
+ deprecate :Channel=, :none, 2023, 6
4843
+ deprecate :OrganizationOpenId, :none, 2023, 6
4844
+ deprecate :OrganizationOpenId=, :none, 2023, 6
4845
+ deprecate :ClientIp, :none, 2023, 6
4846
+ deprecate :ClientIp=, :none, 2023, 6
4847
+ deprecate :ProxyIp, :none, 2023, 6
4848
+ deprecate :ProxyIp=, :none, 2023, 6
4849
+
4784
4850
  def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
4785
4851
  @OrganizationId = organizationid
4786
4852
  @Channel = channel
@@ -4828,7 +4894,7 @@ module TencentCloud
4828
4894
  # @type ComponentPage: Integer
4829
4895
 
4830
4896
  attr_accessor :VerifyResult, :SignPlatform, :SignerName, :SignTime, :SignAlgorithm, :CertSn, :CertNotBefore, :CertNotAfter, :ComponentPosX, :ComponentPosY, :ComponentWidth, :ComponentHeight, :ComponentPage
4831
-
4897
+
4832
4898
  def initialize(verifyresult=nil, signplatform=nil, signername=nil, signtime=nil, signalgorithm=nil, certsn=nil, certnotbefore=nil, certnotafter=nil, componentposx=nil, componentposy=nil, componentwidth=nil, componentheight=nil, componentpage=nil)
4833
4899
  @VerifyResult = verifyresult
4834
4900
  @SignPlatform = signplatform
@@ -4892,7 +4958,7 @@ module TencentCloud
4892
4958
  # @type RecipientExtra: String
4893
4959
 
4894
4960
  attr_accessor :RecipientId, :RecipientType, :Description, :RoleName, :RequireValidation, :RequireSign, :RoutingOrder, :RequireDelivery, :Email, :Mobile, :UserId, :DeliveryMethod, :RecipientExtra
4895
-
4961
+
4896
4962
  def initialize(recipientid=nil, recipienttype=nil, description=nil, rolename=nil, requirevalidation=nil, requiresign=nil, routingorder=nil, requiredelivery=nil, email=nil, mobile=nil, userid=nil, deliverymethod=nil, recipientextra=nil)
4897
4963
  @RecipientId = recipientid
4898
4964
  @RecipientType = recipienttype
@@ -4934,7 +5000,7 @@ module TencentCloud
4934
5000
  # @type Uscc: String
4935
5001
 
4936
5002
  attr_accessor :LegalName, :Uscc
4937
-
5003
+
4938
5004
  def initialize(legalname=nil, uscc=nil)
4939
5005
  @LegalName = legalname
4940
5006
  @Uscc = uscc
@@ -4961,7 +5027,7 @@ module TencentCloud
4961
5027
  # @type ApproverType: String
4962
5028
 
4963
5029
  attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType
4964
-
5030
+
4965
5031
  def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil)
4966
5032
  @Name = name
4967
5033
  @Mobile = mobile
@@ -4991,7 +5057,7 @@ module TencentCloud
4991
5057
  # @type OtherDeals: String
4992
5058
 
4993
5059
  attr_accessor :Reason, :RemainInForceItem, :OriginalExpenseSettlement, :OriginalOtherSettlement, :OtherDeals
4994
-
5060
+
4995
5061
  def initialize(reason=nil, remaininforceitem=nil, originalexpensesettlement=nil, originalothersettlement=nil, otherdeals=nil)
4996
5062
  @Reason = reason
4997
5063
  @RemainInForceItem = remaininforceitem
@@ -5019,7 +5085,7 @@ module TencentCloud
5019
5085
  # @type RemindMessage: String
5020
5086
 
5021
5087
  attr_accessor :CanRemind, :FlowId, :RemindMessage
5022
-
5088
+
5023
5089
  def initialize(canremind=nil, flowid=nil, remindmessage=nil)
5024
5090
  @CanRemind = canremind
5025
5091
  @FlowId = flowid
@@ -5043,7 +5109,7 @@ module TencentCloud
5043
5109
  # @type ExpiredTime: Integer
5044
5110
 
5045
5111
  attr_accessor :QrCodeId, :QrCodeUrl, :ExpiredTime
5046
-
5112
+
5047
5113
  def initialize(qrcodeid=nil, qrcodeurl=nil, expiredtime=nil)
5048
5114
  @QrCodeId = qrcodeid
5049
5115
  @QrCodeUrl = qrcodeurl
@@ -5067,7 +5133,7 @@ module TencentCloud
5067
5133
  # @type HttpSignUrl: String
5068
5134
 
5069
5135
  attr_accessor :AppSignUrl, :EffectiveTime, :HttpSignUrl
5070
-
5136
+
5071
5137
  def initialize(appsignurl=nil, effectivetime=nil, httpsignurl=nil)
5072
5138
  @AppSignUrl = appsignurl
5073
5139
  @EffectiveTime = effectivetime
@@ -5117,7 +5183,7 @@ module TencentCloud
5117
5183
  # @type ReceiveOpenId: String
5118
5184
 
5119
5185
  attr_accessor :UserId, :DisplayName, :Mobile, :Email, :OpenId, :Roles, :Department, :Verified, :CreatedOn, :VerifiedOn, :QuiteJob, :ReceiveUserId, :ReceiveOpenId
5120
-
5186
+
5121
5187
  def initialize(userid=nil, displayname=nil, mobile=nil, email=nil, openid=nil, roles=nil, department=nil, verified=nil, createdon=nil, verifiedon=nil, quitejob=nil, receiveuserid=nil, receiveopenid=nil)
5122
5188
  @UserId = userid
5123
5189
  @DisplayName = displayname
@@ -5171,7 +5237,7 @@ module TencentCloud
5171
5237
  # @type RoleName: String
5172
5238
 
5173
5239
  attr_accessor :RoleId, :RoleName
5174
-
5240
+
5175
5241
  def initialize(roleid=nil, rolename=nil)
5176
5242
  @RoleId = roleid
5177
5243
  @RoleName = rolename
@@ -5197,7 +5263,7 @@ module TencentCloud
5197
5263
  # @type CcNotifyType: Integer
5198
5264
 
5199
5265
  attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
5200
-
5266
+
5201
5267
  def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
5202
5268
  @Operator = operator
5203
5269
  @FlowId = flowid
@@ -5229,7 +5295,7 @@ module TencentCloud
5229
5295
  # @type RequestId: String
5230
5296
 
5231
5297
  attr_accessor :Status, :RequestId
5232
-
5298
+
5233
5299
  def initialize(status=nil, requestid=nil)
5234
5300
  @Status = status
5235
5301
  @RequestId = requestid
@@ -5254,7 +5320,7 @@ module TencentCloud
5254
5320
  # @type Note: String
5255
5321
 
5256
5322
  attr_accessor :DisplayName, :Mobile, :UserId, :Note
5257
-
5323
+
5258
5324
  def initialize(displayname=nil, mobile=nil, userid=nil, note=nil)
5259
5325
  @DisplayName = displayname
5260
5326
  @Mobile = mobile
@@ -5280,7 +5346,7 @@ module TencentCloud
5280
5346
  # @type UserId: String
5281
5347
 
5282
5348
  attr_accessor :DisplayName, :Mobile, :UserId
5283
-
5349
+
5284
5350
  def initialize(displayname=nil, mobile=nil, userid=nil)
5285
5351
  @DisplayName = displayname
5286
5352
  @Mobile = mobile
@@ -5304,7 +5370,7 @@ module TencentCloud
5304
5370
  # @type UserId: String
5305
5371
 
5306
5372
  attr_accessor :DisplayName, :Mobile, :UserId
5307
-
5373
+
5308
5374
  def initialize(displayname=nil, mobile=nil, userid=nil)
5309
5375
  @DisplayName = displayname
5310
5376
  @Mobile = mobile
@@ -5368,7 +5434,7 @@ module TencentCloud
5368
5434
  # @type Published: Boolean
5369
5435
 
5370
5436
  attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published
5371
-
5437
+
5372
5438
  def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil)
5373
5439
  @TemplateId = templateid
5374
5440
  @TemplateName = templatename
@@ -5457,7 +5523,7 @@ module TencentCloud
5457
5523
  # @type OpenId: String
5458
5524
 
5459
5525
  attr_accessor :Operator, :UserId, :OpenId
5460
-
5526
+
5461
5527
  def initialize(operator=nil, userid=nil, openid=nil)
5462
5528
  @Operator = operator
5463
5529
  @UserId = userid
@@ -5482,7 +5548,7 @@ module TencentCloud
5482
5548
  # @type RequestId: String
5483
5549
 
5484
5550
  attr_accessor :Status, :RequestId
5485
-
5551
+
5486
5552
  def initialize(status=nil, requestid=nil)
5487
5553
  @Status = status
5488
5554
  @RequestId = requestid
@@ -5504,7 +5570,7 @@ module TencentCloud
5504
5570
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
5505
5571
 
5506
5572
  attr_accessor :Operator, :Employees, :Agent
5507
-
5573
+
5508
5574
  def initialize(operator=nil, employees=nil, agent=nil)
5509
5575
  @Operator = operator
5510
5576
  @Employees = employees
@@ -5541,7 +5607,7 @@ module TencentCloud
5541
5607
  # @type RequestId: String
5542
5608
 
5543
5609
  attr_accessor :SuccessEmployeeData, :FailedEmployeeData, :RequestId
5544
-
5610
+
5545
5611
  def initialize(successemployeedata=nil, failedemployeedata=nil, requestid=nil)
5546
5612
  @SuccessEmployeeData = successemployeedata
5547
5613
  @FailedEmployeeData = failedemployeedata
@@ -5577,7 +5643,7 @@ module TencentCloud
5577
5643
  # @type FileName: String
5578
5644
 
5579
5645
  attr_accessor :FileBody, :FileName
5580
-
5646
+
5581
5647
  def initialize(filebody=nil, filename=nil)
5582
5648
  @FileBody = filebody
5583
5649
  @FileName = filename
@@ -5613,7 +5679,10 @@ module TencentCloud
5613
5679
  # @type FileUrls: String
5614
5680
 
5615
5681
  attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls
5616
-
5682
+ extend Gem::Deprecate
5683
+ deprecate :FileUrls, :none, 2023, 6
5684
+ deprecate :FileUrls=, :none, 2023, 6
5685
+
5617
5686
  def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil)
5618
5687
  @BusinessType = businesstype
5619
5688
  @Caller = caller
@@ -5655,7 +5724,7 @@ module TencentCloud
5655
5724
  # @type RequestId: String
5656
5725
 
5657
5726
  attr_accessor :FileIds, :TotalCount, :RequestId
5658
-
5727
+
5659
5728
  def initialize(fileids=nil, totalcount=nil, requestid=nil)
5660
5729
  @FileIds = fileids
5661
5730
  @TotalCount = totalcount
@@ -5683,7 +5752,16 @@ module TencentCloud
5683
5752
  # @type ProxyIp: String
5684
5753
 
5685
5754
  attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
5686
-
5755
+ extend Gem::Deprecate
5756
+ deprecate :Channel, :none, 2023, 6
5757
+ deprecate :Channel=, :none, 2023, 6
5758
+ deprecate :OpenId, :none, 2023, 6
5759
+ deprecate :OpenId=, :none, 2023, 6
5760
+ deprecate :ClientIp, :none, 2023, 6
5761
+ deprecate :ClientIp=, :none, 2023, 6
5762
+ deprecate :ProxyIp, :none, 2023, 6
5763
+ deprecate :ProxyIp=, :none, 2023, 6
5764
+
5687
5765
  def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
5688
5766
  @UserId = userid
5689
5767
  @Channel = channel
@@ -5714,7 +5792,7 @@ module TencentCloud
5714
5792
  # @type IdCardNumber: String
5715
5793
 
5716
5794
  attr_accessor :Name, :IdCardType, :IdCardNumber
5717
-
5795
+
5718
5796
  def initialize(name=nil, idcardtype=nil, idcardnumber=nil)
5719
5797
  @Name = name
5720
5798
  @IdCardType = idcardtype
@@ -5736,7 +5814,7 @@ module TencentCloud
5736
5814
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
5737
5815
 
5738
5816
  attr_accessor :FlowId, :Operator
5739
-
5817
+
5740
5818
  def initialize(flowid=nil, operator=nil)
5741
5819
  @FlowId = flowid
5742
5820
  @Operator = operator
@@ -5763,7 +5841,7 @@ module TencentCloud
5763
5841
  # @type RequestId: String
5764
5842
 
5765
5843
  attr_accessor :VerifyResult, :PdfVerifyResults, :VerifySerialNo, :RequestId
5766
-
5844
+
5767
5845
  def initialize(verifyresult=nil, pdfverifyresults=nil, verifyserialno=nil, requestid=nil)
5768
5846
  @VerifyResult = verifyresult
5769
5847
  @PdfVerifyResults = pdfverifyresults