tencentcloud-sdk-essbasic 3.0.933 → 3.0.934
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/client.rb +4 -3
- data/lib/v20210526/models.rb +132 -132
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15303d7bbdd260586c8b7fa7834255105aef2b0a
|
|
4
|
+
data.tar.gz: c0fdf38277512e5e9d1de67304f0ee75f9f2a78d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a174e160aaa946fa1072f0b6385d7c6a2e723ef852677e2ec6cfad884296497f4160ef25cc83e58394ef4bbf1f7b83f642525be449b6a4e4a2dc58ba9d7b8e5c
|
|
7
|
+
data.tar.gz: a45fd1101a4bfba7814f8c6725b246195e1b036ce69de6df5f6fcaec4b5bf5861b4c9165c35c95fb3b9d7b8f157d415e40089806740b889f2b3e777b6d1d25c4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.934
|
data/lib/v20210526/client.rb
CHANGED
|
@@ -467,7 +467,6 @@ module TencentCloud
|
|
|
467
467
|
# <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
|
|
468
468
|
|
|
469
469
|
|
|
470
|
-
|
|
471
470
|
# ### 1. 适用场景
|
|
472
471
|
|
|
473
472
|
# 该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
|
|
@@ -475,7 +474,9 @@ module TencentCloud
|
|
|
475
474
|
# ### 2. 发起方要求和签署方实名要求
|
|
476
475
|
# - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
|
|
477
476
|
# - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
|
|
477
|
+
|
|
478
478
|
# **可以作为发起方和签署方的角色列表**
|
|
479
|
+
|
|
479
480
|
# <table>
|
|
480
481
|
# <thead>
|
|
481
482
|
# <tr>
|
|
@@ -555,8 +556,6 @@ module TencentCloud
|
|
|
555
556
|
|
|
556
557
|
# <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
|
|
557
558
|
|
|
558
|
-
|
|
559
|
-
|
|
560
559
|
# ### 1. 适用场景
|
|
561
560
|
|
|
562
561
|
# 该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
|
|
@@ -564,7 +563,9 @@ module TencentCloud
|
|
|
564
563
|
# ### 2. 发起方要求和签署方实名要求
|
|
565
564
|
# - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
|
|
566
565
|
# - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
|
|
566
|
+
|
|
567
567
|
# **可以作为发起方和签署方的角色列表**
|
|
568
|
+
|
|
568
569
|
# <table>
|
|
569
570
|
# <thead>
|
|
570
571
|
# <tr>
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -37,8 +37,8 @@ module TencentCloud
|
|
|
37
37
|
|
|
38
38
|
attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
|
|
39
39
|
extend Gem::Deprecate
|
|
40
|
-
deprecate :ProxyOrganizationId, :none, 2024,
|
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2024,
|
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2024, 11
|
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 11
|
|
42
42
|
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
|
44
44
|
@AppId = appid
|
|
@@ -329,8 +329,8 @@ module TencentCloud
|
|
|
329
329
|
|
|
330
330
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
|
331
331
|
extend Gem::Deprecate
|
|
332
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
333
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
332
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
333
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
334
334
|
|
|
335
335
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
|
336
336
|
@UserInfo = userinfo
|
|
@@ -542,8 +542,8 @@ module TencentCloud
|
|
|
542
542
|
|
|
543
543
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
|
544
544
|
extend Gem::Deprecate
|
|
545
|
-
deprecate :Operator, :none, 2024,
|
|
546
|
-
deprecate :Operator=, :none, 2024,
|
|
545
|
+
deprecate :Operator, :none, 2024, 11
|
|
546
|
+
deprecate :Operator=, :none, 2024, 11
|
|
547
547
|
|
|
548
548
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
549
549
|
@Agent = agent
|
|
@@ -714,8 +714,8 @@ module TencentCloud
|
|
|
714
714
|
|
|
715
715
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
|
716
716
|
extend Gem::Deprecate
|
|
717
|
-
deprecate :Operator, :none, 2024,
|
|
718
|
-
deprecate :Operator=, :none, 2024,
|
|
717
|
+
deprecate :Operator, :none, 2024, 11
|
|
718
|
+
deprecate :Operator=, :none, 2024, 11
|
|
719
719
|
|
|
720
720
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
721
721
|
@FlowId = flowid
|
|
@@ -775,8 +775,8 @@ module TencentCloud
|
|
|
775
775
|
|
|
776
776
|
attr_accessor :Agent, :QrCodeId, :Operator
|
|
777
777
|
extend Gem::Deprecate
|
|
778
|
-
deprecate :Operator, :none, 2024,
|
|
779
|
-
deprecate :Operator=, :none, 2024,
|
|
778
|
+
deprecate :Operator, :none, 2024, 11
|
|
779
|
+
deprecate :Operator=, :none, 2024, 11
|
|
780
780
|
|
|
781
781
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
|
782
782
|
@Agent = agent
|
|
@@ -886,8 +886,8 @@ module TencentCloud
|
|
|
886
886
|
|
|
887
887
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
888
888
|
extend Gem::Deprecate
|
|
889
|
-
deprecate :Operator, :none, 2024,
|
|
890
|
-
deprecate :Operator=, :none, 2024,
|
|
889
|
+
deprecate :Operator, :none, 2024, 11
|
|
890
|
+
deprecate :Operator=, :none, 2024, 11
|
|
891
891
|
|
|
892
892
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
893
893
|
@Agent = agent
|
|
@@ -1235,8 +1235,8 @@ module TencentCloud
|
|
|
1235
1235
|
|
|
1236
1236
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1237
1237
|
extend Gem::Deprecate
|
|
1238
|
-
deprecate :Operator, :none, 2024,
|
|
1239
|
-
deprecate :Operator=, :none, 2024,
|
|
1238
|
+
deprecate :Operator, :none, 2024, 11
|
|
1239
|
+
deprecate :Operator=, :none, 2024, 11
|
|
1240
1240
|
|
|
1241
1241
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1242
1242
|
@Agent = agent
|
|
@@ -1313,10 +1313,10 @@ module TencentCloud
|
|
|
1313
1313
|
|
|
1314
1314
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
|
1315
1315
|
extend Gem::Deprecate
|
|
1316
|
-
deprecate :Operator, :none, 2024,
|
|
1317
|
-
deprecate :Operator=, :none, 2024,
|
|
1318
|
-
deprecate :Organization, :none, 2024,
|
|
1319
|
-
deprecate :Organization=, :none, 2024,
|
|
1316
|
+
deprecate :Operator, :none, 2024, 11
|
|
1317
|
+
deprecate :Operator=, :none, 2024, 11
|
|
1318
|
+
deprecate :Organization, :none, 2024, 11
|
|
1319
|
+
deprecate :Organization=, :none, 2024, 11
|
|
1320
1320
|
|
|
1321
1321
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
|
1322
1322
|
@Agent = agent
|
|
@@ -1427,8 +1427,8 @@ module TencentCloud
|
|
|
1427
1427
|
|
|
1428
1428
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
|
1429
1429
|
extend Gem::Deprecate
|
|
1430
|
-
deprecate :Operator, :none, 2024,
|
|
1431
|
-
deprecate :Operator=, :none, 2024,
|
|
1430
|
+
deprecate :Operator, :none, 2024, 11
|
|
1431
|
+
deprecate :Operator=, :none, 2024, 11
|
|
1432
1432
|
|
|
1433
1433
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
|
1434
1434
|
@Agent = agent
|
|
@@ -1672,10 +1672,10 @@ module TencentCloud
|
|
|
1672
1672
|
|
|
1673
1673
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType
|
|
1674
1674
|
extend Gem::Deprecate
|
|
1675
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
1676
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
1677
|
-
deprecate :Operator, :none, 2024,
|
|
1678
|
-
deprecate :Operator=, :none, 2024,
|
|
1675
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
1676
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
1677
|
+
deprecate :Operator, :none, 2024, 11
|
|
1678
|
+
deprecate :Operator=, :none, 2024, 11
|
|
1679
1679
|
|
|
1680
1680
|
def initialize(agent=nil, flowname=nil, flowdescription=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil, flowdisplaytype=nil)
|
|
1681
1681
|
@Agent = agent
|
|
@@ -1817,8 +1817,8 @@ module TencentCloud
|
|
|
1817
1817
|
|
|
1818
1818
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
|
1819
1819
|
extend Gem::Deprecate
|
|
1820
|
-
deprecate :Operator, :none, 2024,
|
|
1821
|
-
deprecate :Operator=, :none, 2024,
|
|
1820
|
+
deprecate :Operator, :none, 2024, 11
|
|
1821
|
+
deprecate :Operator=, :none, 2024, 11
|
|
1822
1822
|
|
|
1823
1823
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
|
1824
1824
|
@FlowFileInfos = flowfileinfos
|
|
@@ -2163,10 +2163,10 @@ module TencentCloud
|
|
|
2163
2163
|
|
|
2164
2164
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
|
2165
2165
|
extend Gem::Deprecate
|
|
2166
|
-
deprecate :Operator, :none, 2024,
|
|
2167
|
-
deprecate :Operator=, :none, 2024,
|
|
2168
|
-
deprecate :Organization, :none, 2024,
|
|
2169
|
-
deprecate :Organization=, :none, 2024,
|
|
2166
|
+
deprecate :Operator, :none, 2024, 11
|
|
2167
|
+
deprecate :Operator=, :none, 2024, 11
|
|
2168
|
+
deprecate :Organization, :none, 2024, 11
|
|
2169
|
+
deprecate :Organization=, :none, 2024, 11
|
|
2170
2170
|
|
|
2171
2171
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
2172
2172
|
@Agent = agent
|
|
@@ -2271,12 +2271,12 @@ module TencentCloud
|
|
|
2271
2271
|
|
|
2272
2272
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign
|
|
2273
2273
|
extend Gem::Deprecate
|
|
2274
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2275
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2276
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
2277
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
2278
|
-
deprecate :Operator, :none, 2024,
|
|
2279
|
-
deprecate :Operator=, :none, 2024,
|
|
2274
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
2275
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
2276
|
+
deprecate :ApproverRestrictions, :none, 2024, 11
|
|
2277
|
+
deprecate :ApproverRestrictions=, :none, 2024, 11
|
|
2278
|
+
deprecate :Operator, :none, 2024, 11
|
|
2279
|
+
deprecate :Operator=, :none, 2024, 11
|
|
2280
2280
|
|
|
2281
2281
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil, forbidpersonalmultiplesign=nil)
|
|
2282
2282
|
@Agent = agent
|
|
@@ -2520,12 +2520,12 @@ module TencentCloud
|
|
|
2520
2520
|
|
|
2521
2521
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
|
2522
2522
|
extend Gem::Deprecate
|
|
2523
|
-
deprecate :NeedPreview, :none, 2024,
|
|
2524
|
-
deprecate :NeedPreview=, :none, 2024,
|
|
2525
|
-
deprecate :Organization, :none, 2024,
|
|
2526
|
-
deprecate :Organization=, :none, 2024,
|
|
2527
|
-
deprecate :Operator, :none, 2024,
|
|
2528
|
-
deprecate :Operator=, :none, 2024,
|
|
2523
|
+
deprecate :NeedPreview, :none, 2024, 11
|
|
2524
|
+
deprecate :NeedPreview=, :none, 2024, 11
|
|
2525
|
+
deprecate :Organization, :none, 2024, 11
|
|
2526
|
+
deprecate :Organization=, :none, 2024, 11
|
|
2527
|
+
deprecate :Operator, :none, 2024, 11
|
|
2528
|
+
deprecate :Operator=, :none, 2024, 11
|
|
2529
2529
|
|
|
2530
2530
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
|
2531
2531
|
@ResourceType = resourcetype
|
|
@@ -2750,12 +2750,12 @@ module TencentCloud
|
|
|
2750
2750
|
|
|
2751
2751
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
|
2752
2752
|
extend Gem::Deprecate
|
|
2753
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2754
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2755
|
-
deprecate :Organization, :none, 2024,
|
|
2756
|
-
deprecate :Organization=, :none, 2024,
|
|
2757
|
-
deprecate :Operator, :none, 2024,
|
|
2758
|
-
deprecate :Operator=, :none, 2024,
|
|
2753
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
2754
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
2755
|
+
deprecate :Organization, :none, 2024, 11
|
|
2756
|
+
deprecate :Organization=, :none, 2024, 11
|
|
2757
|
+
deprecate :Operator, :none, 2024, 11
|
|
2758
|
+
deprecate :Operator=, :none, 2024, 11
|
|
2759
2759
|
|
|
2760
2760
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
|
2761
2761
|
@Agent = agent
|
|
@@ -2916,10 +2916,10 @@ module TencentCloud
|
|
|
2916
2916
|
|
|
2917
2917
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
|
2918
2918
|
extend Gem::Deprecate
|
|
2919
|
-
deprecate :Operator, :none, 2024,
|
|
2920
|
-
deprecate :Operator=, :none, 2024,
|
|
2921
|
-
deprecate :Organization, :none, 2024,
|
|
2922
|
-
deprecate :Organization=, :none, 2024,
|
|
2919
|
+
deprecate :Operator, :none, 2024, 11
|
|
2920
|
+
deprecate :Operator=, :none, 2024, 11
|
|
2921
|
+
deprecate :Organization, :none, 2024, 11
|
|
2922
|
+
deprecate :Organization=, :none, 2024, 11
|
|
2923
2923
|
|
|
2924
2924
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
|
2925
2925
|
@Agent = agent
|
|
@@ -3183,8 +3183,8 @@ module TencentCloud
|
|
|
3183
3183
|
|
|
3184
3184
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
|
3185
3185
|
extend Gem::Deprecate
|
|
3186
|
-
deprecate :Operator, :none, 2024,
|
|
3187
|
-
deprecate :Operator=, :none, 2024,
|
|
3186
|
+
deprecate :Operator, :none, 2024, 11
|
|
3187
|
+
deprecate :Operator=, :none, 2024, 11
|
|
3188
3188
|
|
|
3189
3189
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
|
3190
3190
|
@Agent = agent
|
|
@@ -3349,8 +3349,8 @@ module TencentCloud
|
|
|
3349
3349
|
|
|
3350
3350
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
3351
3351
|
extend Gem::Deprecate
|
|
3352
|
-
deprecate :Operator, :none, 2024,
|
|
3353
|
-
deprecate :Operator=, :none, 2024,
|
|
3352
|
+
deprecate :Operator, :none, 2024, 11
|
|
3353
|
+
deprecate :Operator=, :none, 2024, 11
|
|
3354
3354
|
|
|
3355
3355
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
|
3356
3356
|
@Agent = agent
|
|
@@ -3412,10 +3412,10 @@ module TencentCloud
|
|
|
3412
3412
|
|
|
3413
3413
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
|
3414
3414
|
extend Gem::Deprecate
|
|
3415
|
-
deprecate :Organization, :none, 2024,
|
|
3416
|
-
deprecate :Organization=, :none, 2024,
|
|
3417
|
-
deprecate :Operator, :none, 2024,
|
|
3418
|
-
deprecate :Operator=, :none, 2024,
|
|
3415
|
+
deprecate :Organization, :none, 2024, 11
|
|
3416
|
+
deprecate :Organization=, :none, 2024, 11
|
|
3417
|
+
deprecate :Operator, :none, 2024, 11
|
|
3418
|
+
deprecate :Operator=, :none, 2024, 11
|
|
3419
3419
|
|
|
3420
3420
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
|
3421
3421
|
@Agent = agent
|
|
@@ -3643,8 +3643,8 @@ module TencentCloud
|
|
|
3643
3643
|
|
|
3644
3644
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3645
3645
|
extend Gem::Deprecate
|
|
3646
|
-
deprecate :Operator, :none, 2024,
|
|
3647
|
-
deprecate :Operator=, :none, 2024,
|
|
3646
|
+
deprecate :Operator, :none, 2024, 11
|
|
3647
|
+
deprecate :Operator=, :none, 2024, 11
|
|
3648
3648
|
|
|
3649
3649
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3650
3650
|
@Agent = agent
|
|
@@ -3900,8 +3900,8 @@ module TencentCloud
|
|
|
3900
3900
|
|
|
3901
3901
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3902
3902
|
extend Gem::Deprecate
|
|
3903
|
-
deprecate :Operator, :none, 2024,
|
|
3904
|
-
deprecate :Operator=, :none, 2024,
|
|
3903
|
+
deprecate :Operator, :none, 2024, 11
|
|
3904
|
+
deprecate :Operator=, :none, 2024, 11
|
|
3905
3905
|
|
|
3906
3906
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3907
3907
|
@Agent = agent
|
|
@@ -4205,10 +4205,10 @@ module TencentCloud
|
|
|
4205
4205
|
|
|
4206
4206
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
|
4207
4207
|
extend Gem::Deprecate
|
|
4208
|
-
deprecate :Operator, :none, 2024,
|
|
4209
|
-
deprecate :Operator=, :none, 2024,
|
|
4210
|
-
deprecate :Organization, :none, 2024,
|
|
4211
|
-
deprecate :Organization=, :none, 2024,
|
|
4208
|
+
deprecate :Operator, :none, 2024, 11
|
|
4209
|
+
deprecate :Operator=, :none, 2024, 11
|
|
4210
|
+
deprecate :Organization, :none, 2024, 11
|
|
4211
|
+
deprecate :Organization=, :none, 2024, 11
|
|
4212
4212
|
|
|
4213
4213
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
|
4214
4214
|
@Agent = agent
|
|
@@ -4265,8 +4265,8 @@ module TencentCloud
|
|
|
4265
4265
|
|
|
4266
4266
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
|
4267
4267
|
extend Gem::Deprecate
|
|
4268
|
-
deprecate :PreviewUrl, :none, 2024,
|
|
4269
|
-
deprecate :PreviewUrl=, :none, 2024,
|
|
4268
|
+
deprecate :PreviewUrl, :none, 2024, 11
|
|
4269
|
+
deprecate :PreviewUrl=, :none, 2024, 11
|
|
4270
4270
|
|
|
4271
4271
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
|
4272
4272
|
@TaskId = taskid
|
|
@@ -4549,8 +4549,8 @@ module TencentCloud
|
|
|
4549
4549
|
|
|
4550
4550
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
|
4551
4551
|
extend Gem::Deprecate
|
|
4552
|
-
deprecate :Operator, :none, 2024,
|
|
4553
|
-
deprecate :Operator=, :none, 2024,
|
|
4552
|
+
deprecate :Operator, :none, 2024, 11
|
|
4553
|
+
deprecate :Operator=, :none, 2024, 11
|
|
4554
4554
|
|
|
4555
4555
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
|
4556
4556
|
@Agent = agent
|
|
@@ -4610,8 +4610,8 @@ module TencentCloud
|
|
|
4610
4610
|
|
|
4611
4611
|
attr_accessor :FlowId, :Agent, :Operator
|
|
4612
4612
|
extend Gem::Deprecate
|
|
4613
|
-
deprecate :Operator, :none, 2024,
|
|
4614
|
-
deprecate :Operator=, :none, 2024,
|
|
4613
|
+
deprecate :Operator, :none, 2024, 11
|
|
4614
|
+
deprecate :Operator=, :none, 2024, 11
|
|
4615
4615
|
|
|
4616
4616
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
|
4617
4617
|
@FlowId = flowid
|
|
@@ -5316,8 +5316,8 @@ module TencentCloud
|
|
|
5316
5316
|
|
|
5317
5317
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
|
5318
5318
|
extend Gem::Deprecate
|
|
5319
|
-
deprecate :Operator, :none, 2024,
|
|
5320
|
-
deprecate :Operator=, :none, 2024,
|
|
5319
|
+
deprecate :Operator, :none, 2024, 11
|
|
5320
|
+
deprecate :Operator=, :none, 2024, 11
|
|
5321
5321
|
|
|
5322
5322
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
|
5323
5323
|
@Agent = agent
|
|
@@ -5652,8 +5652,8 @@ module TencentCloud
|
|
|
5652
5652
|
|
|
5653
5653
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive
|
|
5654
5654
|
extend Gem::Deprecate
|
|
5655
|
-
deprecate :Operator, :none, 2024,
|
|
5656
|
-
deprecate :Operator=, :none, 2024,
|
|
5655
|
+
deprecate :Operator, :none, 2024, 11
|
|
5656
|
+
deprecate :Operator=, :none, 2024, 11
|
|
5657
5657
|
|
|
5658
5658
|
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil)
|
|
5659
5659
|
@Agent = agent
|
|
@@ -6008,8 +6008,8 @@ module TencentCloud
|
|
|
6008
6008
|
|
|
6009
6009
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
|
6010
6010
|
extend Gem::Deprecate
|
|
6011
|
-
deprecate :Operator, :none, 2024,
|
|
6012
|
-
deprecate :Operator=, :none, 2024,
|
|
6011
|
+
deprecate :Operator, :none, 2024, 11
|
|
6012
|
+
deprecate :Operator=, :none, 2024, 11
|
|
6013
6013
|
|
|
6014
6014
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
|
6015
6015
|
@Agent = agent
|
|
@@ -6122,10 +6122,10 @@ module TencentCloud
|
|
|
6122
6122
|
|
|
6123
6123
|
attr_accessor :Agent, :Operator, :Organization
|
|
6124
6124
|
extend Gem::Deprecate
|
|
6125
|
-
deprecate :Operator, :none, 2024,
|
|
6126
|
-
deprecate :Operator=, :none, 2024,
|
|
6127
|
-
deprecate :Organization, :none, 2024,
|
|
6128
|
-
deprecate :Organization=, :none, 2024,
|
|
6125
|
+
deprecate :Operator, :none, 2024, 11
|
|
6126
|
+
deprecate :Operator=, :none, 2024, 11
|
|
6127
|
+
deprecate :Organization, :none, 2024, 11
|
|
6128
|
+
deprecate :Organization=, :none, 2024, 11
|
|
6129
6129
|
|
|
6130
6130
|
def initialize(agent=nil, operator=nil, organization=nil)
|
|
6131
6131
|
@Agent = agent
|
|
@@ -6389,8 +6389,8 @@ module TencentCloud
|
|
|
6389
6389
|
|
|
6390
6390
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
|
6391
6391
|
extend Gem::Deprecate
|
|
6392
|
-
deprecate :Operator, :none, 2024,
|
|
6393
|
-
deprecate :Operator=, :none, 2024,
|
|
6392
|
+
deprecate :Operator, :none, 2024, 11
|
|
6393
|
+
deprecate :Operator=, :none, 2024, 11
|
|
6394
6394
|
|
|
6395
6395
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
|
6396
6396
|
@Agent = agent
|
|
@@ -6548,8 +6548,8 @@ module TencentCloud
|
|
|
6548
6548
|
|
|
6549
6549
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
|
|
6550
6550
|
extend Gem::Deprecate
|
|
6551
|
-
deprecate :Operator, :none, 2024,
|
|
6552
|
-
deprecate :Operator=, :none, 2024,
|
|
6551
|
+
deprecate :Operator, :none, 2024, 11
|
|
6552
|
+
deprecate :Operator=, :none, 2024, 11
|
|
6553
6553
|
|
|
6554
6554
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil, flowgroupurlinfo=nil)
|
|
6555
6555
|
@Agent = agent
|
|
@@ -6895,8 +6895,8 @@ module TencentCloud
|
|
|
6895
6895
|
|
|
6896
6896
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
|
6897
6897
|
extend Gem::Deprecate
|
|
6898
|
-
deprecate :Operator, :none, 2024,
|
|
6899
|
-
deprecate :Operator=, :none, 2024,
|
|
6898
|
+
deprecate :Operator, :none, 2024, 11
|
|
6899
|
+
deprecate :Operator=, :none, 2024, 11
|
|
6900
6900
|
|
|
6901
6901
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
|
6902
6902
|
@Agent = agent
|
|
@@ -7242,8 +7242,8 @@ module TencentCloud
|
|
|
7242
7242
|
|
|
7243
7243
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
|
7244
7244
|
extend Gem::Deprecate
|
|
7245
|
-
deprecate :Operator, :none, 2024,
|
|
7246
|
-
deprecate :Operator=, :none, 2024,
|
|
7245
|
+
deprecate :Operator, :none, 2024, 11
|
|
7246
|
+
deprecate :Operator=, :none, 2024, 11
|
|
7247
7247
|
|
|
7248
7248
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
|
7249
7249
|
@Agent = agent
|
|
@@ -7332,8 +7332,8 @@ module TencentCloud
|
|
|
7332
7332
|
|
|
7333
7333
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
7334
7334
|
extend Gem::Deprecate
|
|
7335
|
-
deprecate :Operator, :none, 2024,
|
|
7336
|
-
deprecate :Operator=, :none, 2024,
|
|
7335
|
+
deprecate :Operator, :none, 2024, 11
|
|
7336
|
+
deprecate :Operator=, :none, 2024, 11
|
|
7337
7337
|
|
|
7338
7338
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
7339
7339
|
@Agent = agent
|
|
@@ -7458,8 +7458,8 @@ module TencentCloud
|
|
|
7458
7458
|
|
|
7459
7459
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
|
7460
7460
|
extend Gem::Deprecate
|
|
7461
|
-
deprecate :Operator, :none, 2024,
|
|
7462
|
-
deprecate :Operator=, :none, 2024,
|
|
7461
|
+
deprecate :Operator, :none, 2024, 11
|
|
7462
|
+
deprecate :Operator=, :none, 2024, 11
|
|
7463
7463
|
|
|
7464
7464
|
def initialize(agent=nil, templateid=nil, contenttype=nil, templateids=nil, limit=nil, offset=nil, templatename=nil, channeltemplateid=nil, queryallcomponents=nil, withpreviewurl=nil, withpdfurl=nil, operator=nil)
|
|
7465
7465
|
@Agent = agent
|
|
@@ -7571,8 +7571,8 @@ module TencentCloud
|
|
|
7571
7571
|
|
|
7572
7572
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
|
7573
7573
|
extend Gem::Deprecate
|
|
7574
|
-
deprecate :Operator, :none, 2024,
|
|
7575
|
-
deprecate :Operator=, :none, 2024,
|
|
7574
|
+
deprecate :Operator, :none, 2024, 11
|
|
7575
|
+
deprecate :Operator=, :none, 2024, 11
|
|
7576
7576
|
|
|
7577
7577
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
|
7578
7578
|
@Agent = agent
|
|
@@ -8187,8 +8187,8 @@ module TencentCloud
|
|
|
8187
8187
|
|
|
8188
8188
|
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName, :SignTypeSelector, :Components, :Intention
|
|
8189
8189
|
extend Gem::Deprecate
|
|
8190
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
8191
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
8190
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
8191
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
8192
8192
|
|
|
8193
8193
|
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, notifytype=nil, addsigncomponentslimits=nil, approverrolename=nil, signtypeselector=nil, components=nil, intention=nil)
|
|
8194
8194
|
@Name = name
|
|
@@ -8506,8 +8506,8 @@ module TencentCloud
|
|
|
8506
8506
|
|
|
8507
8507
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
|
8508
8508
|
extend Gem::Deprecate
|
|
8509
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
8510
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
8509
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
8510
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
8511
8511
|
|
|
8512
8512
|
def initialize(fileids=nil, flowname=nil, flowapprovers=nil, deadline=nil, flowdescription=nil, flowtype=nil, callbackurl=nil, customerdata=nil, unordered=nil, components=nil, customshowmap=nil, needsignreview=nil, flowdisplaytype=nil)
|
|
8513
8513
|
@FileIds = fileids
|
|
@@ -8729,8 +8729,8 @@ module TencentCloud
|
|
|
8729
8729
|
|
|
8730
8730
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
|
8731
8731
|
extend Gem::Deprecate
|
|
8732
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
8733
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
8732
|
+
deprecate :CallbackUrl, :none, 2024, 11
|
|
8733
|
+
deprecate :CallbackUrl=, :none, 2024, 11
|
|
8734
8734
|
|
|
8735
8735
|
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, flowdisplaytype=nil)
|
|
8736
8736
|
@FlowName = flowname
|
|
@@ -9121,8 +9121,8 @@ module TencentCloud
|
|
|
9121
9121
|
|
|
9122
9122
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
|
9123
9123
|
extend Gem::Deprecate
|
|
9124
|
-
deprecate :Operator, :none, 2024,
|
|
9125
|
-
deprecate :Operator=, :none, 2024,
|
|
9124
|
+
deprecate :Operator, :none, 2024, 11
|
|
9125
|
+
deprecate :Operator=, :none, 2024, 11
|
|
9126
9126
|
|
|
9127
9127
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
|
9128
9128
|
@Agent = agent
|
|
@@ -9679,8 +9679,8 @@ module TencentCloud
|
|
|
9679
9679
|
|
|
9680
9680
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
|
9681
9681
|
extend Gem::Deprecate
|
|
9682
|
-
deprecate :Operator, :none, 2024,
|
|
9683
|
-
deprecate :Operator=, :none, 2024,
|
|
9682
|
+
deprecate :Operator, :none, 2024, 11
|
|
9683
|
+
deprecate :Operator=, :none, 2024, 11
|
|
9684
9684
|
|
|
9685
9685
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
|
9686
9686
|
@Agent = agent
|
|
@@ -9808,10 +9808,10 @@ module TencentCloud
|
|
|
9808
9808
|
|
|
9809
9809
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
|
9810
9810
|
extend Gem::Deprecate
|
|
9811
|
-
deprecate :ClientIp, :none, 2024,
|
|
9812
|
-
deprecate :ClientIp=, :none, 2024,
|
|
9813
|
-
deprecate :ProxyIp, :none, 2024,
|
|
9814
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
9811
|
+
deprecate :ClientIp, :none, 2024, 11
|
|
9812
|
+
deprecate :ClientIp=, :none, 2024, 11
|
|
9813
|
+
deprecate :ProxyIp, :none, 2024, 11
|
|
9814
|
+
deprecate :ProxyIp=, :none, 2024, 11
|
|
9815
9815
|
|
|
9816
9816
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
|
9817
9817
|
@OrganizationOpenId = organizationopenid
|
|
@@ -10040,8 +10040,8 @@ module TencentCloud
|
|
|
10040
10040
|
|
|
10041
10041
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
|
10042
10042
|
extend Gem::Deprecate
|
|
10043
|
-
deprecate :Operator, :none, 2024,
|
|
10044
|
-
deprecate :Operator=, :none, 2024,
|
|
10043
|
+
deprecate :Operator, :none, 2024, 11
|
|
10044
|
+
deprecate :Operator=, :none, 2024, 11
|
|
10045
10045
|
|
|
10046
10046
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
|
10047
10047
|
@Agent = agent
|
|
@@ -10629,8 +10629,8 @@ module TencentCloud
|
|
|
10629
10629
|
|
|
10630
10630
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
|
10631
10631
|
extend Gem::Deprecate
|
|
10632
|
-
deprecate :CustomUserId, :none, 2024,
|
|
10633
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
10632
|
+
deprecate :CustomUserId, :none, 2024, 11
|
|
10633
|
+
deprecate :CustomUserId=, :none, 2024, 11
|
|
10634
10634
|
|
|
10635
10635
|
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, signqrcodeurl=nil)
|
|
10636
10636
|
@SignUrl = signurl
|
|
@@ -10805,8 +10805,8 @@ module TencentCloud
|
|
|
10805
10805
|
|
|
10806
10806
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
|
10807
10807
|
extend Gem::Deprecate
|
|
10808
|
-
deprecate :Operator, :none, 2024,
|
|
10809
|
-
deprecate :Operator=, :none, 2024,
|
|
10808
|
+
deprecate :Operator, :none, 2024, 11
|
|
10809
|
+
deprecate :Operator=, :none, 2024, 11
|
|
10810
10810
|
|
|
10811
10811
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
|
10812
10812
|
@Agent = agent
|
|
@@ -10907,8 +10907,8 @@ module TencentCloud
|
|
|
10907
10907
|
|
|
10908
10908
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
|
10909
10909
|
extend Gem::Deprecate
|
|
10910
|
-
deprecate :Operator, :none, 2024,
|
|
10911
|
-
deprecate :Operator=, :none, 2024,
|
|
10910
|
+
deprecate :Operator, :none, 2024, 11
|
|
10911
|
+
deprecate :Operator=, :none, 2024, 11
|
|
10912
10912
|
|
|
10913
10913
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
|
10914
10914
|
@Agent = agent
|
|
@@ -11040,8 +11040,8 @@ module TencentCloud
|
|
|
11040
11040
|
|
|
11041
11041
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
|
11042
11042
|
extend Gem::Deprecate
|
|
11043
|
-
deprecate :IsPromoter, :none, 2024,
|
|
11044
|
-
deprecate :IsPromoter=, :none, 2024,
|
|
11043
|
+
deprecate :IsPromoter, :none, 2024, 11
|
|
11044
|
+
deprecate :IsPromoter=, :none, 2024, 11
|
|
11045
11045
|
|
|
11046
11046
|
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)
|
|
11047
11047
|
@TemplateId = templateid
|
|
@@ -11148,8 +11148,8 @@ module TencentCloud
|
|
|
11148
11148
|
|
|
11149
11149
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
|
11150
11150
|
extend Gem::Deprecate
|
|
11151
|
-
deprecate :Operator, :none, 2024,
|
|
11152
|
-
deprecate :Operator=, :none, 2024,
|
|
11151
|
+
deprecate :Operator, :none, 2024, 11
|
|
11152
|
+
deprecate :Operator=, :none, 2024, 11
|
|
11153
11153
|
|
|
11154
11154
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
|
11155
11155
|
@Agent = agent
|
|
@@ -11272,14 +11272,14 @@ module TencentCloud
|
|
|
11272
11272
|
|
|
11273
11273
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
|
11274
11274
|
extend Gem::Deprecate
|
|
11275
|
-
deprecate :Channel, :none, 2024,
|
|
11276
|
-
deprecate :Channel=, :none, 2024,
|
|
11277
|
-
deprecate :CustomUserId, :none, 2024,
|
|
11278
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
11279
|
-
deprecate :ClientIp, :none, 2024,
|
|
11280
|
-
deprecate :ClientIp=, :none, 2024,
|
|
11281
|
-
deprecate :ProxyIp, :none, 2024,
|
|
11282
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
11275
|
+
deprecate :Channel, :none, 2024, 11
|
|
11276
|
+
deprecate :Channel=, :none, 2024, 11
|
|
11277
|
+
deprecate :CustomUserId, :none, 2024, 11
|
|
11278
|
+
deprecate :CustomUserId=, :none, 2024, 11
|
|
11279
|
+
deprecate :ClientIp, :none, 2024, 11
|
|
11280
|
+
deprecate :ClientIp=, :none, 2024, 11
|
|
11281
|
+
deprecate :ProxyIp, :none, 2024, 11
|
|
11282
|
+
deprecate :ProxyIp=, :none, 2024, 11
|
|
11283
11283
|
|
|
11284
11284
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
|
11285
11285
|
@OpenId = openid
|