tencentcloud-sdk-essbasic 3.0.896 → 3.0.897
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +139 -136
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e2ffaad3db8ab57b2bbd1a77ed2b7ef580abee3
|
4
|
+
data.tar.gz: f47b80c6af630c69588e90274be17ae01b927727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f069f7ac97d70da65d22e406730ac4b9118252affee40eb6c23212fdcf9ee180e637b558fb5b726986d71a5f05e8cee86a1fe212a37c97abb702ffae29ff044
|
7
|
+
data.tar.gz: 767fb3b4c29b084b55b2558b1842be0e954b521bdd42d71ac1bdb72f92d06e7307a0a3883bb47ac855e4f5e5bb77a725c665cad301739d1bb82c6fc5e878b6fa
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.897
|
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, 9
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 9
|
42
42
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
44
44
|
@AppId = appid
|
@@ -301,7 +301,7 @@ module TencentCloud
|
|
301
301
|
# <ul><li>**false**: 不需要(默认)</li>
|
302
302
|
# <li>**true**: 需要</li></ul>
|
303
303
|
# @type SealImgCallback: Boolean
|
304
|
-
# @param CallbackUrl:
|
304
|
+
# @param CallbackUrl: 该字段已废弃,请使用【应用号配置】中的回调地址统一接口消息
|
305
305
|
# @type CallbackUrl: String
|
306
306
|
# @param VerifyChannels: 开通时候的身份验证方式, 取值为:
|
307
307
|
# <ul><li>**WEIXINAPP** : 微信人脸识别</li>
|
@@ -329,6 +329,9 @@ module TencentCloud
|
|
329
329
|
# @type JumpUrl: String
|
330
330
|
|
331
331
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
332
|
+
extend Gem::Deprecate
|
333
|
+
deprecate :CallbackUrl, :none, 2024, 9
|
334
|
+
deprecate :CallbackUrl=, :none, 2024, 9
|
332
335
|
|
333
336
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
334
337
|
@UserInfo = userinfo
|
@@ -536,8 +539,8 @@ module TencentCloud
|
|
536
539
|
|
537
540
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
538
541
|
extend Gem::Deprecate
|
539
|
-
deprecate :Operator, :none, 2024,
|
540
|
-
deprecate :Operator=, :none, 2024,
|
542
|
+
deprecate :Operator, :none, 2024, 9
|
543
|
+
deprecate :Operator=, :none, 2024, 9
|
541
544
|
|
542
545
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
543
546
|
@Agent = agent
|
@@ -708,8 +711,8 @@ module TencentCloud
|
|
708
711
|
|
709
712
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
710
713
|
extend Gem::Deprecate
|
711
|
-
deprecate :Operator, :none, 2024,
|
712
|
-
deprecate :Operator=, :none, 2024,
|
714
|
+
deprecate :Operator, :none, 2024, 9
|
715
|
+
deprecate :Operator=, :none, 2024, 9
|
713
716
|
|
714
717
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
715
718
|
@FlowId = flowid
|
@@ -769,8 +772,8 @@ module TencentCloud
|
|
769
772
|
|
770
773
|
attr_accessor :Agent, :QrCodeId, :Operator
|
771
774
|
extend Gem::Deprecate
|
772
|
-
deprecate :Operator, :none, 2024,
|
773
|
-
deprecate :Operator=, :none, 2024,
|
775
|
+
deprecate :Operator, :none, 2024, 9
|
776
|
+
deprecate :Operator=, :none, 2024, 9
|
774
777
|
|
775
778
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
776
779
|
@Agent = agent
|
@@ -880,8 +883,8 @@ module TencentCloud
|
|
880
883
|
|
881
884
|
attr_accessor :Agent, :FlowIds, :Operator
|
882
885
|
extend Gem::Deprecate
|
883
|
-
deprecate :Operator, :none, 2024,
|
884
|
-
deprecate :Operator=, :none, 2024,
|
886
|
+
deprecate :Operator, :none, 2024, 9
|
887
|
+
deprecate :Operator=, :none, 2024, 9
|
885
888
|
|
886
889
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
887
890
|
@Agent = agent
|
@@ -1211,8 +1214,8 @@ module TencentCloud
|
|
1211
1214
|
|
1212
1215
|
attr_accessor :Agent, :FlowIds, :Operator
|
1213
1216
|
extend Gem::Deprecate
|
1214
|
-
deprecate :Operator, :none, 2024,
|
1215
|
-
deprecate :Operator=, :none, 2024,
|
1217
|
+
deprecate :Operator, :none, 2024, 9
|
1218
|
+
deprecate :Operator=, :none, 2024, 9
|
1216
1219
|
|
1217
1220
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1218
1221
|
@Agent = agent
|
@@ -1289,10 +1292,10 @@ module TencentCloud
|
|
1289
1292
|
|
1290
1293
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1291
1294
|
extend Gem::Deprecate
|
1292
|
-
deprecate :Operator, :none, 2024,
|
1293
|
-
deprecate :Operator=, :none, 2024,
|
1294
|
-
deprecate :Organization, :none, 2024,
|
1295
|
-
deprecate :Organization=, :none, 2024,
|
1295
|
+
deprecate :Operator, :none, 2024, 9
|
1296
|
+
deprecate :Operator=, :none, 2024, 9
|
1297
|
+
deprecate :Organization, :none, 2024, 9
|
1298
|
+
deprecate :Organization=, :none, 2024, 9
|
1296
1299
|
|
1297
1300
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1298
1301
|
@Agent = agent
|
@@ -1397,8 +1400,8 @@ module TencentCloud
|
|
1397
1400
|
|
1398
1401
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
1399
1402
|
extend Gem::Deprecate
|
1400
|
-
deprecate :Operator, :none, 2024,
|
1401
|
-
deprecate :Operator=, :none, 2024,
|
1403
|
+
deprecate :Operator, :none, 2024, 9
|
1404
|
+
deprecate :Operator=, :none, 2024, 9
|
1402
1405
|
|
1403
1406
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
1404
1407
|
@Agent = agent
|
@@ -1576,12 +1579,7 @@ module TencentCloud
|
|
1576
1579
|
# @param Deadline: 合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为合同流程创建后的365天时截止。
|
1577
1580
|
# 如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
|
1578
1581
|
# @type Deadline: Integer
|
1579
|
-
# @param CallbackUrl:
|
1580
|
-
# 腾讯电子签服务器将通过POST方式,application/json格式通知执行结果,请确保外网可以正常访问该URL。
|
1581
|
-
# 回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_data_types" target="_blank">回调通知</a>模块。
|
1582
|
-
|
1583
|
-
# 注:
|
1584
|
-
# `如果不传递回调地址, 则默认是配置应用号时候使用的回调地址`
|
1582
|
+
# @param CallbackUrl: 该字段已废弃,请使用【应用号配置】中的回调地址
|
1585
1583
|
# @type CallbackUrl: String
|
1586
1584
|
# @param Unordered: 合同流程的签署顺序类型:
|
1587
1585
|
# <ul><li> **false**:(默认)有序签署, 本合同多个参与人需要依次签署 </li>
|
@@ -1642,8 +1640,10 @@ module TencentCloud
|
|
1642
1640
|
|
1643
1641
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
1644
1642
|
extend Gem::Deprecate
|
1645
|
-
deprecate :
|
1646
|
-
deprecate :
|
1643
|
+
deprecate :CallbackUrl, :none, 2024, 9
|
1644
|
+
deprecate :CallbackUrl=, :none, 2024, 9
|
1645
|
+
deprecate :Operator, :none, 2024, 9
|
1646
|
+
deprecate :Operator=, :none, 2024, 9
|
1647
1647
|
|
1648
1648
|
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)
|
1649
1649
|
@Agent = agent
|
@@ -1783,8 +1783,8 @@ module TencentCloud
|
|
1783
1783
|
|
1784
1784
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
1785
1785
|
extend Gem::Deprecate
|
1786
|
-
deprecate :Operator, :none, 2024,
|
1787
|
-
deprecate :Operator=, :none, 2024,
|
1786
|
+
deprecate :Operator, :none, 2024, 9
|
1787
|
+
deprecate :Operator=, :none, 2024, 9
|
1788
1788
|
|
1789
1789
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
1790
1790
|
@FlowFileInfos = flowfileinfos
|
@@ -2129,10 +2129,10 @@ module TencentCloud
|
|
2129
2129
|
|
2130
2130
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2131
2131
|
extend Gem::Deprecate
|
2132
|
-
deprecate :Operator, :none, 2024,
|
2133
|
-
deprecate :Operator=, :none, 2024,
|
2134
|
-
deprecate :Organization, :none, 2024,
|
2135
|
-
deprecate :Organization=, :none, 2024,
|
2132
|
+
deprecate :Operator, :none, 2024, 9
|
2133
|
+
deprecate :Operator=, :none, 2024, 9
|
2134
|
+
deprecate :Organization, :none, 2024, 9
|
2135
|
+
deprecate :Organization=, :none, 2024, 9
|
2136
2136
|
|
2137
2137
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2138
2138
|
@Agent = agent
|
@@ -2235,12 +2235,12 @@ module TencentCloud
|
|
2235
2235
|
|
2236
2236
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
2237
2237
|
extend Gem::Deprecate
|
2238
|
-
deprecate :CallbackUrl, :none, 2024,
|
2239
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2240
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
2241
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
2242
|
-
deprecate :Operator, :none, 2024,
|
2243
|
-
deprecate :Operator=, :none, 2024,
|
2238
|
+
deprecate :CallbackUrl, :none, 2024, 9
|
2239
|
+
deprecate :CallbackUrl=, :none, 2024, 9
|
2240
|
+
deprecate :ApproverRestrictions, :none, 2024, 9
|
2241
|
+
deprecate :ApproverRestrictions=, :none, 2024, 9
|
2242
|
+
deprecate :Operator, :none, 2024, 9
|
2243
|
+
deprecate :Operator=, :none, 2024, 9
|
2244
2244
|
|
2245
2245
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
2246
2246
|
@Agent = agent
|
@@ -2482,12 +2482,12 @@ module TencentCloud
|
|
2482
2482
|
|
2483
2483
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2484
2484
|
extend Gem::Deprecate
|
2485
|
-
deprecate :NeedPreview, :none, 2024,
|
2486
|
-
deprecate :NeedPreview=, :none, 2024,
|
2487
|
-
deprecate :Organization, :none, 2024,
|
2488
|
-
deprecate :Organization=, :none, 2024,
|
2489
|
-
deprecate :Operator, :none, 2024,
|
2490
|
-
deprecate :Operator=, :none, 2024,
|
2485
|
+
deprecate :NeedPreview, :none, 2024, 9
|
2486
|
+
deprecate :NeedPreview=, :none, 2024, 9
|
2487
|
+
deprecate :Organization, :none, 2024, 9
|
2488
|
+
deprecate :Organization=, :none, 2024, 9
|
2489
|
+
deprecate :Operator, :none, 2024, 9
|
2490
|
+
deprecate :Operator=, :none, 2024, 9
|
2491
2491
|
|
2492
2492
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2493
2493
|
@ResourceType = resourcetype
|
@@ -2712,12 +2712,12 @@ module TencentCloud
|
|
2712
2712
|
|
2713
2713
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
2714
2714
|
extend Gem::Deprecate
|
2715
|
-
deprecate :CallbackUrl, :none, 2024,
|
2716
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2717
|
-
deprecate :Organization, :none, 2024,
|
2718
|
-
deprecate :Organization=, :none, 2024,
|
2719
|
-
deprecate :Operator, :none, 2024,
|
2720
|
-
deprecate :Operator=, :none, 2024,
|
2715
|
+
deprecate :CallbackUrl, :none, 2024, 9
|
2716
|
+
deprecate :CallbackUrl=, :none, 2024, 9
|
2717
|
+
deprecate :Organization, :none, 2024, 9
|
2718
|
+
deprecate :Organization=, :none, 2024, 9
|
2719
|
+
deprecate :Operator, :none, 2024, 9
|
2720
|
+
deprecate :Operator=, :none, 2024, 9
|
2721
2721
|
|
2722
2722
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
2723
2723
|
@Agent = agent
|
@@ -2878,10 +2878,10 @@ module TencentCloud
|
|
2878
2878
|
|
2879
2879
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
2880
2880
|
extend Gem::Deprecate
|
2881
|
-
deprecate :Operator, :none, 2024,
|
2882
|
-
deprecate :Operator=, :none, 2024,
|
2883
|
-
deprecate :Organization, :none, 2024,
|
2884
|
-
deprecate :Organization=, :none, 2024,
|
2881
|
+
deprecate :Operator, :none, 2024, 9
|
2882
|
+
deprecate :Operator=, :none, 2024, 9
|
2883
|
+
deprecate :Organization, :none, 2024, 9
|
2884
|
+
deprecate :Organization=, :none, 2024, 9
|
2885
2885
|
|
2886
2886
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
2887
2887
|
@Agent = agent
|
@@ -3145,8 +3145,8 @@ module TencentCloud
|
|
3145
3145
|
|
3146
3146
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3147
3147
|
extend Gem::Deprecate
|
3148
|
-
deprecate :Operator, :none, 2024,
|
3149
|
-
deprecate :Operator=, :none, 2024,
|
3148
|
+
deprecate :Operator, :none, 2024, 9
|
3149
|
+
deprecate :Operator=, :none, 2024, 9
|
3150
3150
|
|
3151
3151
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3152
3152
|
@Agent = agent
|
@@ -3311,8 +3311,8 @@ module TencentCloud
|
|
3311
3311
|
|
3312
3312
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3313
3313
|
extend Gem::Deprecate
|
3314
|
-
deprecate :Operator, :none, 2024,
|
3315
|
-
deprecate :Operator=, :none, 2024,
|
3314
|
+
deprecate :Operator, :none, 2024, 9
|
3315
|
+
deprecate :Operator=, :none, 2024, 9
|
3316
3316
|
|
3317
3317
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3318
3318
|
@Agent = agent
|
@@ -3374,10 +3374,10 @@ module TencentCloud
|
|
3374
3374
|
|
3375
3375
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3376
3376
|
extend Gem::Deprecate
|
3377
|
-
deprecate :Organization, :none, 2024,
|
3378
|
-
deprecate :Organization=, :none, 2024,
|
3379
|
-
deprecate :Operator, :none, 2024,
|
3380
|
-
deprecate :Operator=, :none, 2024,
|
3377
|
+
deprecate :Organization, :none, 2024, 9
|
3378
|
+
deprecate :Organization=, :none, 2024, 9
|
3379
|
+
deprecate :Operator, :none, 2024, 9
|
3380
|
+
deprecate :Operator=, :none, 2024, 9
|
3381
3381
|
|
3382
3382
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3383
3383
|
@Agent = agent
|
@@ -3544,8 +3544,8 @@ module TencentCloud
|
|
3544
3544
|
|
3545
3545
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3546
3546
|
extend Gem::Deprecate
|
3547
|
-
deprecate :Operator, :none, 2024,
|
3548
|
-
deprecate :Operator=, :none, 2024,
|
3547
|
+
deprecate :Operator, :none, 2024, 9
|
3548
|
+
deprecate :Operator=, :none, 2024, 9
|
3549
3549
|
|
3550
3550
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3551
3551
|
@Agent = agent
|
@@ -3801,8 +3801,8 @@ module TencentCloud
|
|
3801
3801
|
|
3802
3802
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3803
3803
|
extend Gem::Deprecate
|
3804
|
-
deprecate :Operator, :none, 2024,
|
3805
|
-
deprecate :Operator=, :none, 2024,
|
3804
|
+
deprecate :Operator, :none, 2024, 9
|
3805
|
+
deprecate :Operator=, :none, 2024, 9
|
3806
3806
|
|
3807
3807
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3808
3808
|
@Agent = agent
|
@@ -4106,10 +4106,10 @@ module TencentCloud
|
|
4106
4106
|
|
4107
4107
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4108
4108
|
extend Gem::Deprecate
|
4109
|
-
deprecate :Operator, :none, 2024,
|
4110
|
-
deprecate :Operator=, :none, 2024,
|
4111
|
-
deprecate :Organization, :none, 2024,
|
4112
|
-
deprecate :Organization=, :none, 2024,
|
4109
|
+
deprecate :Operator, :none, 2024, 9
|
4110
|
+
deprecate :Operator=, :none, 2024, 9
|
4111
|
+
deprecate :Organization, :none, 2024, 9
|
4112
|
+
deprecate :Organization=, :none, 2024, 9
|
4113
4113
|
|
4114
4114
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4115
4115
|
@Agent = agent
|
@@ -4166,8 +4166,8 @@ module TencentCloud
|
|
4166
4166
|
|
4167
4167
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4168
4168
|
extend Gem::Deprecate
|
4169
|
-
deprecate :PreviewUrl, :none, 2024,
|
4170
|
-
deprecate :PreviewUrl=, :none, 2024,
|
4169
|
+
deprecate :PreviewUrl, :none, 2024, 9
|
4170
|
+
deprecate :PreviewUrl=, :none, 2024, 9
|
4171
4171
|
|
4172
4172
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4173
4173
|
@TaskId = taskid
|
@@ -4438,8 +4438,8 @@ module TencentCloud
|
|
4438
4438
|
|
4439
4439
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4440
4440
|
extend Gem::Deprecate
|
4441
|
-
deprecate :Operator, :none, 2024,
|
4442
|
-
deprecate :Operator=, :none, 2024,
|
4441
|
+
deprecate :Operator, :none, 2024, 9
|
4442
|
+
deprecate :Operator=, :none, 2024, 9
|
4443
4443
|
|
4444
4444
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4445
4445
|
@Agent = agent
|
@@ -4499,8 +4499,8 @@ module TencentCloud
|
|
4499
4499
|
|
4500
4500
|
attr_accessor :FlowId, :Agent, :Operator
|
4501
4501
|
extend Gem::Deprecate
|
4502
|
-
deprecate :Operator, :none, 2024,
|
4503
|
-
deprecate :Operator=, :none, 2024,
|
4502
|
+
deprecate :Operator, :none, 2024, 9
|
4503
|
+
deprecate :Operator=, :none, 2024, 9
|
4504
4504
|
|
4505
4505
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
4506
4506
|
@FlowId = flowid
|
@@ -5208,8 +5208,8 @@ module TencentCloud
|
|
5208
5208
|
|
5209
5209
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
5210
5210
|
extend Gem::Deprecate
|
5211
|
-
deprecate :Operator, :none, 2024,
|
5212
|
-
deprecate :Operator=, :none, 2024,
|
5211
|
+
deprecate :Operator, :none, 2024, 9
|
5212
|
+
deprecate :Operator=, :none, 2024, 9
|
5213
5213
|
|
5214
5214
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
5215
5215
|
@Agent = agent
|
@@ -5419,8 +5419,8 @@ module TencentCloud
|
|
5419
5419
|
|
5420
5420
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus
|
5421
5421
|
extend Gem::Deprecate
|
5422
|
-
deprecate :Operator, :none, 2024,
|
5423
|
-
deprecate :Operator=, :none, 2024,
|
5422
|
+
deprecate :Operator, :none, 2024, 9
|
5423
|
+
deprecate :Operator=, :none, 2024, 9
|
5424
5424
|
|
5425
5425
|
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)
|
5426
5426
|
@Agent = agent
|
@@ -5773,8 +5773,8 @@ module TencentCloud
|
|
5773
5773
|
|
5774
5774
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
5775
5775
|
extend Gem::Deprecate
|
5776
|
-
deprecate :Operator, :none, 2024,
|
5777
|
-
deprecate :Operator=, :none, 2024,
|
5776
|
+
deprecate :Operator, :none, 2024, 9
|
5777
|
+
deprecate :Operator=, :none, 2024, 9
|
5778
5778
|
|
5779
5779
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
5780
5780
|
@Agent = agent
|
@@ -5887,10 +5887,10 @@ module TencentCloud
|
|
5887
5887
|
|
5888
5888
|
attr_accessor :Agent, :Operator, :Organization
|
5889
5889
|
extend Gem::Deprecate
|
5890
|
-
deprecate :Operator, :none, 2024,
|
5891
|
-
deprecate :Operator=, :none, 2024,
|
5892
|
-
deprecate :Organization, :none, 2024,
|
5893
|
-
deprecate :Organization=, :none, 2024,
|
5890
|
+
deprecate :Operator, :none, 2024, 9
|
5891
|
+
deprecate :Operator=, :none, 2024, 9
|
5892
|
+
deprecate :Organization, :none, 2024, 9
|
5893
|
+
deprecate :Organization=, :none, 2024, 9
|
5894
5894
|
|
5895
5895
|
def initialize(agent=nil, operator=nil, organization=nil)
|
5896
5896
|
@Agent = agent
|
@@ -6079,8 +6079,8 @@ module TencentCloud
|
|
6079
6079
|
|
6080
6080
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
6081
6081
|
extend Gem::Deprecate
|
6082
|
-
deprecate :Operator, :none, 2024,
|
6083
|
-
deprecate :Operator=, :none, 2024,
|
6082
|
+
deprecate :Operator, :none, 2024, 9
|
6083
|
+
deprecate :Operator=, :none, 2024, 9
|
6084
6084
|
|
6085
6085
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
6086
6086
|
@Agent = agent
|
@@ -6239,8 +6239,8 @@ module TencentCloud
|
|
6239
6239
|
|
6240
6240
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
|
6241
6241
|
extend Gem::Deprecate
|
6242
|
-
deprecate :Operator, :none, 2024,
|
6243
|
-
deprecate :Operator=, :none, 2024,
|
6242
|
+
deprecate :Operator, :none, 2024, 9
|
6243
|
+
deprecate :Operator=, :none, 2024, 9
|
6244
6244
|
|
6245
6245
|
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)
|
6246
6246
|
@Agent = agent
|
@@ -6498,8 +6498,8 @@ module TencentCloud
|
|
6498
6498
|
|
6499
6499
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
6500
6500
|
extend Gem::Deprecate
|
6501
|
-
deprecate :Operator, :none, 2024,
|
6502
|
-
deprecate :Operator=, :none, 2024,
|
6501
|
+
deprecate :Operator, :none, 2024, 9
|
6502
|
+
deprecate :Operator=, :none, 2024, 9
|
6503
6503
|
|
6504
6504
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
6505
6505
|
@Agent = agent
|
@@ -6845,8 +6845,8 @@ module TencentCloud
|
|
6845
6845
|
|
6846
6846
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
6847
6847
|
extend Gem::Deprecate
|
6848
|
-
deprecate :Operator, :none, 2024,
|
6849
|
-
deprecate :Operator=, :none, 2024,
|
6848
|
+
deprecate :Operator, :none, 2024, 9
|
6849
|
+
deprecate :Operator=, :none, 2024, 9
|
6850
6850
|
|
6851
6851
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
6852
6852
|
@Agent = agent
|
@@ -6935,8 +6935,8 @@ module TencentCloud
|
|
6935
6935
|
|
6936
6936
|
attr_accessor :Agent, :FlowIds, :Operator
|
6937
6937
|
extend Gem::Deprecate
|
6938
|
-
deprecate :Operator, :none, 2024,
|
6939
|
-
deprecate :Operator=, :none, 2024,
|
6938
|
+
deprecate :Operator, :none, 2024, 9
|
6939
|
+
deprecate :Operator=, :none, 2024, 9
|
6940
6940
|
|
6941
6941
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
6942
6942
|
@Agent = agent
|
@@ -7061,8 +7061,8 @@ module TencentCloud
|
|
7061
7061
|
|
7062
7062
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
7063
7063
|
extend Gem::Deprecate
|
7064
|
-
deprecate :Operator, :none, 2024,
|
7065
|
-
deprecate :Operator=, :none, 2024,
|
7064
|
+
deprecate :Operator, :none, 2024, 9
|
7065
|
+
deprecate :Operator=, :none, 2024, 9
|
7066
7066
|
|
7067
7067
|
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)
|
7068
7068
|
@Agent = agent
|
@@ -7174,8 +7174,8 @@ module TencentCloud
|
|
7174
7174
|
|
7175
7175
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
7176
7176
|
extend Gem::Deprecate
|
7177
|
-
deprecate :Operator, :none, 2024,
|
7178
|
-
deprecate :Operator=, :none, 2024,
|
7177
|
+
deprecate :Operator, :none, 2024, 9
|
7178
|
+
deprecate :Operator=, :none, 2024, 9
|
7179
7179
|
|
7180
7180
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
7181
7181
|
@Agent = agent
|
@@ -7771,8 +7771,8 @@ module TencentCloud
|
|
7771
7771
|
|
7772
7772
|
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
|
7773
7773
|
extend Gem::Deprecate
|
7774
|
-
deprecate :CallbackUrl, :none, 2024,
|
7775
|
-
deprecate :CallbackUrl=, :none, 2024,
|
7774
|
+
deprecate :CallbackUrl, :none, 2024, 9
|
7775
|
+
deprecate :CallbackUrl=, :none, 2024, 9
|
7776
7776
|
|
7777
7777
|
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)
|
7778
7778
|
@Name = name
|
@@ -8073,7 +8073,7 @@ module TencentCloud
|
|
8073
8073
|
# @type FlowDescription: String
|
8074
8074
|
# @param FlowType: 签署流程的类型,长度不超过255个字符
|
8075
8075
|
# @type FlowType: String
|
8076
|
-
# @param CallbackUrl:
|
8076
|
+
# @param CallbackUrl: 已废弃,请使用【应用号配置】中的回调地址统一接收消息
|
8077
8077
|
# @type CallbackUrl: String
|
8078
8078
|
# @param CustomerData: 第三方应用的业务信息,最大长度1000个字符。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
8079
8079
|
# @type CustomerData: String
|
@@ -8087,6 +8087,9 @@ module TencentCloud
|
|
8087
8087
|
# @type NeedSignReview: Boolean
|
8088
8088
|
|
8089
8089
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview
|
8090
|
+
extend Gem::Deprecate
|
8091
|
+
deprecate :CallbackUrl, :none, 2024, 9
|
8092
|
+
deprecate :CallbackUrl=, :none, 2024, 9
|
8090
8093
|
|
8091
8094
|
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)
|
8092
8095
|
@FileIds = fileids
|
@@ -8257,10 +8260,7 @@ module TencentCloud
|
|
8257
8260
|
# 注:只有在控制台编辑模板时,<font color="red">归属给发起方</font>的填写控件(如下图)才能在创建文档的时候进行内容填充。(<font color="red">白名单功能需要联系对接经理开通,否则模板编辑时无法将填写控件分配给发起方</font>)。
|
8258
8261
|
# ![image](https://qcloudimg.tencent-cloud.cn/raw/b1d3978140ee2b44e2c9fdc96e467a5d.png)
|
8259
8262
|
# @type FormFields: Array
|
8260
|
-
# @param CallbackUrl:
|
8261
|
-
|
8262
|
-
# 腾讯电子签服务器将通过POST方式,application/json格式通知执行结果,请确保外网可以正常访问该URL。
|
8263
|
-
# 回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_data_types" target="_blank">回调通知</a>模块
|
8263
|
+
# @param CallbackUrl: 该字段已废弃,请使用【应用号配置】中的回调地址统一接口消息
|
8264
8264
|
# @type CallbackUrl: String
|
8265
8265
|
# @param FlowType: 合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200个字符,仅限中文、字母、数字和下划线组成。
|
8266
8266
|
# @type FlowType: String
|
@@ -8306,6 +8306,9 @@ module TencentCloud
|
|
8306
8306
|
# @type AutoSignScene: String
|
8307
8307
|
|
8308
8308
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene
|
8309
|
+
extend Gem::Deprecate
|
8310
|
+
deprecate :CallbackUrl, :none, 2024, 9
|
8311
|
+
deprecate :CallbackUrl=, :none, 2024, 9
|
8309
8312
|
|
8310
8313
|
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)
|
8311
8314
|
@FlowName = flowname
|
@@ -8694,8 +8697,8 @@ module TencentCloud
|
|
8694
8697
|
|
8695
8698
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
8696
8699
|
extend Gem::Deprecate
|
8697
|
-
deprecate :Operator, :none, 2024,
|
8698
|
-
deprecate :Operator=, :none, 2024,
|
8700
|
+
deprecate :Operator, :none, 2024, 9
|
8701
|
+
deprecate :Operator=, :none, 2024, 9
|
8699
8702
|
|
8700
8703
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
8701
8704
|
@Agent = agent
|
@@ -9250,8 +9253,8 @@ module TencentCloud
|
|
9250
9253
|
|
9251
9254
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
9252
9255
|
extend Gem::Deprecate
|
9253
|
-
deprecate :Operator, :none, 2024,
|
9254
|
-
deprecate :Operator=, :none, 2024,
|
9256
|
+
deprecate :Operator, :none, 2024, 9
|
9257
|
+
deprecate :Operator=, :none, 2024, 9
|
9255
9258
|
|
9256
9259
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
9257
9260
|
@Agent = agent
|
@@ -9379,10 +9382,10 @@ module TencentCloud
|
|
9379
9382
|
|
9380
9383
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
9381
9384
|
extend Gem::Deprecate
|
9382
|
-
deprecate :ClientIp, :none, 2024,
|
9383
|
-
deprecate :ClientIp=, :none, 2024,
|
9384
|
-
deprecate :ProxyIp, :none, 2024,
|
9385
|
-
deprecate :ProxyIp=, :none, 2024,
|
9385
|
+
deprecate :ClientIp, :none, 2024, 9
|
9386
|
+
deprecate :ClientIp=, :none, 2024, 9
|
9387
|
+
deprecate :ProxyIp, :none, 2024, 9
|
9388
|
+
deprecate :ProxyIp=, :none, 2024, 9
|
9386
9389
|
|
9387
9390
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
9388
9391
|
@OrganizationOpenId = organizationopenid
|
@@ -9611,8 +9614,8 @@ module TencentCloud
|
|
9611
9614
|
|
9612
9615
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
9613
9616
|
extend Gem::Deprecate
|
9614
|
-
deprecate :Operator, :none, 2024,
|
9615
|
-
deprecate :Operator=, :none, 2024,
|
9617
|
+
deprecate :Operator, :none, 2024, 9
|
9618
|
+
deprecate :Operator=, :none, 2024, 9
|
9616
9619
|
|
9617
9620
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
9618
9621
|
@Agent = agent
|
@@ -10194,8 +10197,8 @@ module TencentCloud
|
|
10194
10197
|
|
10195
10198
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
10196
10199
|
extend Gem::Deprecate
|
10197
|
-
deprecate :CustomUserId, :none, 2024,
|
10198
|
-
deprecate :CustomUserId=, :none, 2024,
|
10200
|
+
deprecate :CustomUserId, :none, 2024, 9
|
10201
|
+
deprecate :CustomUserId=, :none, 2024, 9
|
10199
10202
|
|
10200
10203
|
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)
|
10201
10204
|
@SignUrl = signurl
|
@@ -10370,8 +10373,8 @@ module TencentCloud
|
|
10370
10373
|
|
10371
10374
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
10372
10375
|
extend Gem::Deprecate
|
10373
|
-
deprecate :Operator, :none, 2024,
|
10374
|
-
deprecate :Operator=, :none, 2024,
|
10376
|
+
deprecate :Operator, :none, 2024, 9
|
10377
|
+
deprecate :Operator=, :none, 2024, 9
|
10375
10378
|
|
10376
10379
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
10377
10380
|
@Agent = agent
|
@@ -10472,8 +10475,8 @@ module TencentCloud
|
|
10472
10475
|
|
10473
10476
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
10474
10477
|
extend Gem::Deprecate
|
10475
|
-
deprecate :Operator, :none, 2024,
|
10476
|
-
deprecate :Operator=, :none, 2024,
|
10478
|
+
deprecate :Operator, :none, 2024, 9
|
10479
|
+
deprecate :Operator=, :none, 2024, 9
|
10477
10480
|
|
10478
10481
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
10479
10482
|
@Agent = agent
|
@@ -10605,8 +10608,8 @@ module TencentCloud
|
|
10605
10608
|
|
10606
10609
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
10607
10610
|
extend Gem::Deprecate
|
10608
|
-
deprecate :IsPromoter, :none, 2024,
|
10609
|
-
deprecate :IsPromoter=, :none, 2024,
|
10611
|
+
deprecate :IsPromoter, :none, 2024, 9
|
10612
|
+
deprecate :IsPromoter=, :none, 2024, 9
|
10610
10613
|
|
10611
10614
|
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)
|
10612
10615
|
@TemplateId = templateid
|
@@ -10713,8 +10716,8 @@ module TencentCloud
|
|
10713
10716
|
|
10714
10717
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
10715
10718
|
extend Gem::Deprecate
|
10716
|
-
deprecate :Operator, :none, 2024,
|
10717
|
-
deprecate :Operator=, :none, 2024,
|
10719
|
+
deprecate :Operator, :none, 2024, 9
|
10720
|
+
deprecate :Operator=, :none, 2024, 9
|
10718
10721
|
|
10719
10722
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
10720
10723
|
@Agent = agent
|
@@ -10837,14 +10840,14 @@ module TencentCloud
|
|
10837
10840
|
|
10838
10841
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
10839
10842
|
extend Gem::Deprecate
|
10840
|
-
deprecate :Channel, :none, 2024,
|
10841
|
-
deprecate :Channel=, :none, 2024,
|
10842
|
-
deprecate :CustomUserId, :none, 2024,
|
10843
|
-
deprecate :CustomUserId=, :none, 2024,
|
10844
|
-
deprecate :ClientIp, :none, 2024,
|
10845
|
-
deprecate :ClientIp=, :none, 2024,
|
10846
|
-
deprecate :ProxyIp, :none, 2024,
|
10847
|
-
deprecate :ProxyIp=, :none, 2024,
|
10843
|
+
deprecate :Channel, :none, 2024, 9
|
10844
|
+
deprecate :Channel=, :none, 2024, 9
|
10845
|
+
deprecate :CustomUserId, :none, 2024, 9
|
10846
|
+
deprecate :CustomUserId=, :none, 2024, 9
|
10847
|
+
deprecate :ClientIp, :none, 2024, 9
|
10848
|
+
deprecate :ClientIp=, :none, 2024, 9
|
10849
|
+
deprecate :ProxyIp, :none, 2024, 9
|
10850
|
+
deprecate :ProxyIp=, :none, 2024, 9
|
10848
10851
|
|
10849
10852
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
10850
10853
|
@OpenId = openid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.897
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|