tencentcloud-sdk-essbasic 3.0.992 → 3.0.994
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/models.rb +137 -137
- 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: d2f9b5c129efa6984a4e0e2a37f6833717200579
|
4
|
+
data.tar.gz: 64e1315c4d0cb40cbf1a0c078041c34705eafbb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e4153b33d8c537b1425949190ed376ee2105215f675248d57d17c0ae54a19a7ffab8be55270745bbaf0a5949c76b69bc5ea4f3ac918773d4113c3437bf6c23e
|
7
|
+
data.tar.gz: a06539da6facac4867c6e057848b854902190e11211c6d3f7006acfe73f1cce5ab576cdfe505c48b4dcf349f61a3ec3f4ff95e014819b705f3699a9120baa9eb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.994
|
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, 2025,
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2025,
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2025, 2
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2025, 2
|
42
42
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
44
44
|
@AppId = appid
|
@@ -403,8 +403,8 @@ module TencentCloud
|
|
403
403
|
|
404
404
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
405
405
|
extend Gem::Deprecate
|
406
|
-
deprecate :CallbackUrl, :none, 2025,
|
407
|
-
deprecate :CallbackUrl=, :none, 2025,
|
406
|
+
deprecate :CallbackUrl, :none, 2025, 2
|
407
|
+
deprecate :CallbackUrl=, :none, 2025, 2
|
408
408
|
|
409
409
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
410
410
|
@UserInfo = userinfo
|
@@ -643,8 +643,8 @@ module TencentCloud
|
|
643
643
|
|
644
644
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
645
645
|
extend Gem::Deprecate
|
646
|
-
deprecate :Operator, :none, 2025,
|
647
|
-
deprecate :Operator=, :none, 2025,
|
646
|
+
deprecate :Operator, :none, 2025, 2
|
647
|
+
deprecate :Operator=, :none, 2025, 2
|
648
648
|
|
649
649
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
650
650
|
@Agent = agent
|
@@ -815,8 +815,8 @@ module TencentCloud
|
|
815
815
|
|
816
816
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
817
817
|
extend Gem::Deprecate
|
818
|
-
deprecate :Operator, :none, 2025,
|
819
|
-
deprecate :Operator=, :none, 2025,
|
818
|
+
deprecate :Operator, :none, 2025, 2
|
819
|
+
deprecate :Operator=, :none, 2025, 2
|
820
820
|
|
821
821
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
822
822
|
@FlowId = flowid
|
@@ -876,8 +876,8 @@ module TencentCloud
|
|
876
876
|
|
877
877
|
attr_accessor :Agent, :QrCodeId, :Operator
|
878
878
|
extend Gem::Deprecate
|
879
|
-
deprecate :Operator, :none, 2025,
|
880
|
-
deprecate :Operator=, :none, 2025,
|
879
|
+
deprecate :Operator, :none, 2025, 2
|
880
|
+
deprecate :Operator=, :none, 2025, 2
|
881
881
|
|
882
882
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
883
883
|
@Agent = agent
|
@@ -987,8 +987,8 @@ module TencentCloud
|
|
987
987
|
|
988
988
|
attr_accessor :Agent, :FlowIds, :Operator
|
989
989
|
extend Gem::Deprecate
|
990
|
-
deprecate :Operator, :none, 2025,
|
991
|
-
deprecate :Operator=, :none, 2025,
|
990
|
+
deprecate :Operator, :none, 2025, 2
|
991
|
+
deprecate :Operator=, :none, 2025, 2
|
992
992
|
|
993
993
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
994
994
|
@Agent = agent
|
@@ -1362,8 +1362,8 @@ module TencentCloud
|
|
1362
1362
|
|
1363
1363
|
attr_accessor :Agent, :FlowIds, :Operator
|
1364
1364
|
extend Gem::Deprecate
|
1365
|
-
deprecate :Operator, :none, 2025,
|
1366
|
-
deprecate :Operator=, :none, 2025,
|
1365
|
+
deprecate :Operator, :none, 2025, 2
|
1366
|
+
deprecate :Operator=, :none, 2025, 2
|
1367
1367
|
|
1368
1368
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1369
1369
|
@Agent = agent
|
@@ -1440,10 +1440,10 @@ module TencentCloud
|
|
1440
1440
|
|
1441
1441
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1442
1442
|
extend Gem::Deprecate
|
1443
|
-
deprecate :Operator, :none, 2025,
|
1444
|
-
deprecate :Operator=, :none, 2025,
|
1445
|
-
deprecate :Organization, :none, 2025,
|
1446
|
-
deprecate :Organization=, :none, 2025,
|
1443
|
+
deprecate :Operator, :none, 2025, 2
|
1444
|
+
deprecate :Operator=, :none, 2025, 2
|
1445
|
+
deprecate :Organization, :none, 2025, 2
|
1446
|
+
deprecate :Organization=, :none, 2025, 2
|
1447
1447
|
|
1448
1448
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1449
1449
|
@Agent = agent
|
@@ -1611,8 +1611,8 @@ module TencentCloud
|
|
1611
1611
|
|
1612
1612
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
1613
1613
|
extend Gem::Deprecate
|
1614
|
-
deprecate :Operator, :none, 2025,
|
1615
|
-
deprecate :Operator=, :none, 2025,
|
1614
|
+
deprecate :Operator, :none, 2025, 2
|
1615
|
+
deprecate :Operator=, :none, 2025, 2
|
1616
1616
|
|
1617
1617
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
1618
1618
|
@Agent = agent
|
@@ -1872,12 +1872,12 @@ module TencentCloud
|
|
1872
1872
|
|
1873
1873
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType, :NeedPreview, :PreviewType, :OpenDynamicFlow, :OpenDynamicSignFlow
|
1874
1874
|
extend Gem::Deprecate
|
1875
|
-
deprecate :CallbackUrl, :none, 2025,
|
1876
|
-
deprecate :CallbackUrl=, :none, 2025,
|
1877
|
-
deprecate :Operator, :none, 2025,
|
1878
|
-
deprecate :Operator=, :none, 2025,
|
1879
|
-
deprecate :OpenDynamicFlow, :none, 2025,
|
1880
|
-
deprecate :OpenDynamicFlow=, :none, 2025,
|
1875
|
+
deprecate :CallbackUrl, :none, 2025, 2
|
1876
|
+
deprecate :CallbackUrl=, :none, 2025, 2
|
1877
|
+
deprecate :Operator, :none, 2025, 2
|
1878
|
+
deprecate :Operator=, :none, 2025, 2
|
1879
|
+
deprecate :OpenDynamicFlow, :none, 2025, 2
|
1880
|
+
deprecate :OpenDynamicFlow=, :none, 2025, 2
|
1881
1881
|
|
1882
1882
|
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, needpreview=nil, previewtype=nil, opendynamicflow=nil, opendynamicsignflow=nil)
|
1883
1883
|
@Agent = agent
|
@@ -2031,8 +2031,8 @@ module TencentCloud
|
|
2031
2031
|
|
2032
2032
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
2033
2033
|
extend Gem::Deprecate
|
2034
|
-
deprecate :Operator, :none, 2025,
|
2035
|
-
deprecate :Operator=, :none, 2025,
|
2034
|
+
deprecate :Operator, :none, 2025, 2
|
2035
|
+
deprecate :Operator=, :none, 2025, 2
|
2036
2036
|
|
2037
2037
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
2038
2038
|
@FlowFileInfos = flowfileinfos
|
@@ -2382,10 +2382,10 @@ module TencentCloud
|
|
2382
2382
|
|
2383
2383
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2384
2384
|
extend Gem::Deprecate
|
2385
|
-
deprecate :Operator, :none, 2025,
|
2386
|
-
deprecate :Operator=, :none, 2025,
|
2387
|
-
deprecate :Organization, :none, 2025,
|
2388
|
-
deprecate :Organization=, :none, 2025,
|
2385
|
+
deprecate :Operator, :none, 2025, 2
|
2386
|
+
deprecate :Operator=, :none, 2025, 2
|
2387
|
+
deprecate :Organization, :none, 2025, 2
|
2388
|
+
deprecate :Organization=, :none, 2025, 2
|
2389
2389
|
|
2390
2390
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2391
2391
|
@Agent = agent
|
@@ -2492,12 +2492,12 @@ module TencentCloud
|
|
2492
2492
|
|
2493
2493
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
2494
2494
|
extend Gem::Deprecate
|
2495
|
-
deprecate :CallbackUrl, :none, 2025,
|
2496
|
-
deprecate :CallbackUrl=, :none, 2025,
|
2497
|
-
deprecate :ApproverRestrictions, :none, 2025,
|
2498
|
-
deprecate :ApproverRestrictions=, :none, 2025,
|
2499
|
-
deprecate :Operator, :none, 2025,
|
2500
|
-
deprecate :Operator=, :none, 2025,
|
2495
|
+
deprecate :CallbackUrl, :none, 2025, 2
|
2496
|
+
deprecate :CallbackUrl=, :none, 2025, 2
|
2497
|
+
deprecate :ApproverRestrictions, :none, 2025, 2
|
2498
|
+
deprecate :ApproverRestrictions=, :none, 2025, 2
|
2499
|
+
deprecate :Operator, :none, 2025, 2
|
2500
|
+
deprecate :Operator=, :none, 2025, 2
|
2501
2501
|
|
2502
2502
|
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, flownameappendscannerinfo=nil)
|
2503
2503
|
@Agent = agent
|
@@ -2743,12 +2743,12 @@ module TencentCloud
|
|
2743
2743
|
|
2744
2744
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2745
2745
|
extend Gem::Deprecate
|
2746
|
-
deprecate :NeedPreview, :none, 2025,
|
2747
|
-
deprecate :NeedPreview=, :none, 2025,
|
2748
|
-
deprecate :Organization, :none, 2025,
|
2749
|
-
deprecate :Organization=, :none, 2025,
|
2750
|
-
deprecate :Operator, :none, 2025,
|
2751
|
-
deprecate :Operator=, :none, 2025,
|
2746
|
+
deprecate :NeedPreview, :none, 2025, 2
|
2747
|
+
deprecate :NeedPreview=, :none, 2025, 2
|
2748
|
+
deprecate :Organization, :none, 2025, 2
|
2749
|
+
deprecate :Organization=, :none, 2025, 2
|
2750
|
+
deprecate :Operator, :none, 2025, 2
|
2751
|
+
deprecate :Operator=, :none, 2025, 2
|
2752
2752
|
|
2753
2753
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2754
2754
|
@ResourceType = resourcetype
|
@@ -2972,12 +2972,12 @@ module TencentCloud
|
|
2972
2972
|
|
2973
2973
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
2974
2974
|
extend Gem::Deprecate
|
2975
|
-
deprecate :CallbackUrl, :none, 2025,
|
2976
|
-
deprecate :CallbackUrl=, :none, 2025,
|
2977
|
-
deprecate :Organization, :none, 2025,
|
2978
|
-
deprecate :Organization=, :none, 2025,
|
2979
|
-
deprecate :Operator, :none, 2025,
|
2980
|
-
deprecate :Operator=, :none, 2025,
|
2975
|
+
deprecate :CallbackUrl, :none, 2025, 2
|
2976
|
+
deprecate :CallbackUrl=, :none, 2025, 2
|
2977
|
+
deprecate :Organization, :none, 2025, 2
|
2978
|
+
deprecate :Organization=, :none, 2025, 2
|
2979
|
+
deprecate :Operator, :none, 2025, 2
|
2980
|
+
deprecate :Operator=, :none, 2025, 2
|
2981
2981
|
|
2982
2982
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
2983
2983
|
@Agent = agent
|
@@ -3138,10 +3138,10 @@ module TencentCloud
|
|
3138
3138
|
|
3139
3139
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
3140
3140
|
extend Gem::Deprecate
|
3141
|
-
deprecate :Operator, :none, 2025,
|
3142
|
-
deprecate :Operator=, :none, 2025,
|
3143
|
-
deprecate :Organization, :none, 2025,
|
3144
|
-
deprecate :Organization=, :none, 2025,
|
3141
|
+
deprecate :Operator, :none, 2025, 2
|
3142
|
+
deprecate :Operator=, :none, 2025, 2
|
3143
|
+
deprecate :Organization, :none, 2025, 2
|
3144
|
+
deprecate :Organization=, :none, 2025, 2
|
3145
3145
|
|
3146
3146
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
3147
3147
|
@Agent = agent
|
@@ -3403,8 +3403,8 @@ module TencentCloud
|
|
3403
3403
|
|
3404
3404
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3405
3405
|
extend Gem::Deprecate
|
3406
|
-
deprecate :Operator, :none, 2025,
|
3407
|
-
deprecate :Operator=, :none, 2025,
|
3406
|
+
deprecate :Operator, :none, 2025, 2
|
3407
|
+
deprecate :Operator=, :none, 2025, 2
|
3408
3408
|
|
3409
3409
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3410
3410
|
@Agent = agent
|
@@ -3569,8 +3569,8 @@ module TencentCloud
|
|
3569
3569
|
|
3570
3570
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3571
3571
|
extend Gem::Deprecate
|
3572
|
-
deprecate :Operator, :none, 2025,
|
3573
|
-
deprecate :Operator=, :none, 2025,
|
3572
|
+
deprecate :Operator, :none, 2025, 2
|
3573
|
+
deprecate :Operator=, :none, 2025, 2
|
3574
3574
|
|
3575
3575
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3576
3576
|
@Agent = agent
|
@@ -3632,10 +3632,10 @@ module TencentCloud
|
|
3632
3632
|
|
3633
3633
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3634
3634
|
extend Gem::Deprecate
|
3635
|
-
deprecate :Organization, :none, 2025,
|
3636
|
-
deprecate :Organization=, :none, 2025,
|
3637
|
-
deprecate :Operator, :none, 2025,
|
3638
|
-
deprecate :Operator=, :none, 2025,
|
3635
|
+
deprecate :Organization, :none, 2025, 2
|
3636
|
+
deprecate :Organization=, :none, 2025, 2
|
3637
|
+
deprecate :Operator, :none, 2025, 2
|
3638
|
+
deprecate :Operator=, :none, 2025, 2
|
3639
3639
|
|
3640
3640
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3641
3641
|
@Agent = agent
|
@@ -3863,8 +3863,8 @@ module TencentCloud
|
|
3863
3863
|
|
3864
3864
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3865
3865
|
extend Gem::Deprecate
|
3866
|
-
deprecate :Operator, :none, 2025,
|
3867
|
-
deprecate :Operator=, :none, 2025,
|
3866
|
+
deprecate :Operator, :none, 2025, 2
|
3867
|
+
deprecate :Operator=, :none, 2025, 2
|
3868
3868
|
|
3869
3869
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3870
3870
|
@Agent = agent
|
@@ -4118,8 +4118,8 @@ module TencentCloud
|
|
4118
4118
|
|
4119
4119
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
4120
4120
|
extend Gem::Deprecate
|
4121
|
-
deprecate :Operator, :none, 2025,
|
4122
|
-
deprecate :Operator=, :none, 2025,
|
4121
|
+
deprecate :Operator, :none, 2025, 2
|
4122
|
+
deprecate :Operator=, :none, 2025, 2
|
4123
4123
|
|
4124
4124
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
4125
4125
|
@Agent = agent
|
@@ -4420,10 +4420,10 @@ module TencentCloud
|
|
4420
4420
|
|
4421
4421
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4422
4422
|
extend Gem::Deprecate
|
4423
|
-
deprecate :Operator, :none, 2025,
|
4424
|
-
deprecate :Operator=, :none, 2025,
|
4425
|
-
deprecate :Organization, :none, 2025,
|
4426
|
-
deprecate :Organization=, :none, 2025,
|
4423
|
+
deprecate :Operator, :none, 2025, 2
|
4424
|
+
deprecate :Operator=, :none, 2025, 2
|
4425
|
+
deprecate :Organization, :none, 2025, 2
|
4426
|
+
deprecate :Organization=, :none, 2025, 2
|
4427
4427
|
|
4428
4428
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4429
4429
|
@Agent = agent
|
@@ -4479,8 +4479,8 @@ module TencentCloud
|
|
4479
4479
|
|
4480
4480
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4481
4481
|
extend Gem::Deprecate
|
4482
|
-
deprecate :PreviewUrl, :none, 2025,
|
4483
|
-
deprecate :PreviewUrl=, :none, 2025,
|
4482
|
+
deprecate :PreviewUrl, :none, 2025, 2
|
4483
|
+
deprecate :PreviewUrl=, :none, 2025, 2
|
4484
4484
|
|
4485
4485
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4486
4486
|
@TaskId = taskid
|
@@ -4763,8 +4763,8 @@ module TencentCloud
|
|
4763
4763
|
|
4764
4764
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4765
4765
|
extend Gem::Deprecate
|
4766
|
-
deprecate :Operator, :none, 2025,
|
4767
|
-
deprecate :Operator=, :none, 2025,
|
4766
|
+
deprecate :Operator, :none, 2025, 2
|
4767
|
+
deprecate :Operator=, :none, 2025, 2
|
4768
4768
|
|
4769
4769
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4770
4770
|
@Agent = agent
|
@@ -4824,8 +4824,8 @@ module TencentCloud
|
|
4824
4824
|
|
4825
4825
|
attr_accessor :FlowId, :Agent, :Operator
|
4826
4826
|
extend Gem::Deprecate
|
4827
|
-
deprecate :Operator, :none, 2025,
|
4828
|
-
deprecate :Operator=, :none, 2025,
|
4827
|
+
deprecate :Operator, :none, 2025, 2
|
4828
|
+
deprecate :Operator=, :none, 2025, 2
|
4829
4829
|
|
4830
4830
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
4831
4831
|
@FlowId = flowid
|
@@ -5195,7 +5195,7 @@ module TencentCloud
|
|
5195
5195
|
# 特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
|
5196
5196
|
# <b>参数样例</b>: ` "{"Format":"yyyy m d","FontSize":12,"Gaps":"2,2", "FontAlign":"Right"}"`
|
5197
5197
|
|
5198
|
-
# <font color="red">ComponentType为SIGN_SEAL类型时</font>,支持以下参数:
|
5198
|
+
# <font color="red">ComponentType为SIGN_SEAL、SIGN_SIGNATURE类型时</font>,支持以下参数:
|
5199
5199
|
# <ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>
|
5200
5200
|
# <b>参数样例</b>:` "{"PageRanges":[{"BeginPage":1,"EndPage":-1}]}"`
|
5201
5201
|
|
@@ -5690,8 +5690,8 @@ module TencentCloud
|
|
5690
5690
|
|
5691
5691
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
5692
5692
|
extend Gem::Deprecate
|
5693
|
-
deprecate :Operator, :none, 2025,
|
5694
|
-
deprecate :Operator=, :none, 2025,
|
5693
|
+
deprecate :Operator, :none, 2025, 2
|
5694
|
+
deprecate :Operator=, :none, 2025, 2
|
5695
5695
|
|
5696
5696
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
5697
5697
|
@Agent = agent
|
@@ -6037,8 +6037,8 @@ module TencentCloud
|
|
6037
6037
|
|
6038
6038
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions
|
6039
6039
|
extend Gem::Deprecate
|
6040
|
-
deprecate :Operator, :none, 2025,
|
6041
|
-
deprecate :Operator=, :none, 2025,
|
6040
|
+
deprecate :Operator, :none, 2025, 2
|
6041
|
+
deprecate :Operator=, :none, 2025, 2
|
6042
6042
|
|
6043
6043
|
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, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil)
|
6044
6044
|
@Agent = agent
|
@@ -6406,8 +6406,8 @@ module TencentCloud
|
|
6406
6406
|
|
6407
6407
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
6408
6408
|
extend Gem::Deprecate
|
6409
|
-
deprecate :Operator, :none, 2025,
|
6410
|
-
deprecate :Operator=, :none, 2025,
|
6409
|
+
deprecate :Operator, :none, 2025, 2
|
6410
|
+
deprecate :Operator=, :none, 2025, 2
|
6411
6411
|
|
6412
6412
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
6413
6413
|
@Agent = agent
|
@@ -6522,10 +6522,10 @@ module TencentCloud
|
|
6522
6522
|
|
6523
6523
|
attr_accessor :Agent, :Operator, :Organization
|
6524
6524
|
extend Gem::Deprecate
|
6525
|
-
deprecate :Operator, :none, 2025,
|
6526
|
-
deprecate :Operator=, :none, 2025,
|
6527
|
-
deprecate :Organization, :none, 2025,
|
6528
|
-
deprecate :Organization=, :none, 2025,
|
6525
|
+
deprecate :Operator, :none, 2025, 2
|
6526
|
+
deprecate :Operator=, :none, 2025, 2
|
6527
|
+
deprecate :Organization, :none, 2025, 2
|
6528
|
+
deprecate :Organization=, :none, 2025, 2
|
6529
6529
|
|
6530
6530
|
def initialize(agent=nil, operator=nil, organization=nil)
|
6531
6531
|
@Agent = agent
|
@@ -6854,8 +6854,8 @@ module TencentCloud
|
|
6854
6854
|
|
6855
6855
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
6856
6856
|
extend Gem::Deprecate
|
6857
|
-
deprecate :Operator, :none, 2025,
|
6858
|
-
deprecate :Operator=, :none, 2025,
|
6857
|
+
deprecate :Operator, :none, 2025, 2
|
6858
|
+
deprecate :Operator=, :none, 2025, 2
|
6859
6859
|
|
6860
6860
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
6861
6861
|
@Agent = agent
|
@@ -7016,8 +7016,8 @@ module TencentCloud
|
|
7016
7016
|
|
7017
7017
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
|
7018
7018
|
extend Gem::Deprecate
|
7019
|
-
deprecate :Operator, :none, 2025,
|
7020
|
-
deprecate :Operator=, :none, 2025,
|
7019
|
+
deprecate :Operator, :none, 2025, 2
|
7020
|
+
deprecate :Operator=, :none, 2025, 2
|
7021
7021
|
|
7022
7022
|
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, urluseenv=nil)
|
7023
7023
|
@Agent = agent
|
@@ -7365,8 +7365,8 @@ module TencentCloud
|
|
7365
7365
|
|
7366
7366
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
7367
7367
|
extend Gem::Deprecate
|
7368
|
-
deprecate :Operator, :none, 2025,
|
7369
|
-
deprecate :Operator=, :none, 2025,
|
7368
|
+
deprecate :Operator, :none, 2025, 2
|
7369
|
+
deprecate :Operator=, :none, 2025, 2
|
7370
7370
|
|
7371
7371
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
7372
7372
|
@Agent = agent
|
@@ -7709,8 +7709,8 @@ module TencentCloud
|
|
7709
7709
|
|
7710
7710
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
7711
7711
|
extend Gem::Deprecate
|
7712
|
-
deprecate :Operator, :none, 2025,
|
7713
|
-
deprecate :Operator=, :none, 2025,
|
7712
|
+
deprecate :Operator, :none, 2025, 2
|
7713
|
+
deprecate :Operator=, :none, 2025, 2
|
7714
7714
|
|
7715
7715
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
7716
7716
|
@Agent = agent
|
@@ -7796,8 +7796,8 @@ module TencentCloud
|
|
7796
7796
|
|
7797
7797
|
attr_accessor :Agent, :FlowIds, :Operator
|
7798
7798
|
extend Gem::Deprecate
|
7799
|
-
deprecate :Operator, :none, 2025,
|
7800
|
-
deprecate :Operator=, :none, 2025,
|
7799
|
+
deprecate :Operator, :none, 2025, 2
|
7800
|
+
deprecate :Operator=, :none, 2025, 2
|
7801
7801
|
|
7802
7802
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
7803
7803
|
@Agent = agent
|
@@ -7922,8 +7922,8 @@ module TencentCloud
|
|
7922
7922
|
|
7923
7923
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
7924
7924
|
extend Gem::Deprecate
|
7925
|
-
deprecate :Operator, :none, 2025,
|
7926
|
-
deprecate :Operator=, :none, 2025,
|
7925
|
+
deprecate :Operator, :none, 2025, 2
|
7926
|
+
deprecate :Operator=, :none, 2025, 2
|
7927
7927
|
|
7928
7928
|
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)
|
7929
7929
|
@Agent = agent
|
@@ -8035,8 +8035,8 @@ module TencentCloud
|
|
8035
8035
|
|
8036
8036
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
8037
8037
|
extend Gem::Deprecate
|
8038
|
-
deprecate :Operator, :none, 2025,
|
8039
|
-
deprecate :Operator=, :none, 2025,
|
8038
|
+
deprecate :Operator, :none, 2025, 2
|
8039
|
+
deprecate :Operator=, :none, 2025, 2
|
8040
8040
|
|
8041
8041
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
8042
8042
|
@Agent = agent
|
@@ -8528,8 +8528,8 @@ module TencentCloud
|
|
8528
8528
|
|
8529
8529
|
attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
|
8530
8530
|
extend Gem::Deprecate
|
8531
|
-
deprecate :ReceiptId, :none, 2025,
|
8532
|
-
deprecate :ReceiptId=, :none, 2025,
|
8531
|
+
deprecate :ReceiptId, :none, 2025, 2
|
8532
|
+
deprecate :ReceiptId=, :none, 2025, 2
|
8533
8533
|
|
8534
8534
|
def initialize(receiptid=nil, proxyorganizationopenid=nil, proxyoperatoropenid=nil, proxyorganizationname=nil, mobile=nil, signorder=nil, approvename=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, approvetype=nil, approverrolename=nil, signid=nil, recipientid=nil)
|
8535
8535
|
@ReceiptId = receiptid
|
@@ -8754,8 +8754,8 @@ module TencentCloud
|
|
8754
8754
|
|
8755
8755
|
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, :SignEndpoints
|
8756
8756
|
extend Gem::Deprecate
|
8757
|
-
deprecate :CallbackUrl, :none, 2025,
|
8758
|
-
deprecate :CallbackUrl=, :none, 2025,
|
8757
|
+
deprecate :CallbackUrl, :none, 2025, 2
|
8758
|
+
deprecate :CallbackUrl=, :none, 2025, 2
|
8759
8759
|
|
8760
8760
|
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, signendpoints=nil)
|
8761
8761
|
@Name = name
|
@@ -9075,8 +9075,8 @@ module TencentCloud
|
|
9075
9075
|
|
9076
9076
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
9077
9077
|
extend Gem::Deprecate
|
9078
|
-
deprecate :CallbackUrl, :none, 2025,
|
9079
|
-
deprecate :CallbackUrl=, :none, 2025,
|
9078
|
+
deprecate :CallbackUrl, :none, 2025, 2
|
9079
|
+
deprecate :CallbackUrl=, :none, 2025, 2
|
9080
9080
|
|
9081
9081
|
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)
|
9082
9082
|
@FileIds = fileids
|
@@ -9302,8 +9302,8 @@ module TencentCloud
|
|
9302
9302
|
|
9303
9303
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
9304
9304
|
extend Gem::Deprecate
|
9305
|
-
deprecate :CallbackUrl, :none, 2025,
|
9306
|
-
deprecate :CallbackUrl=, :none, 2025,
|
9305
|
+
deprecate :CallbackUrl, :none, 2025, 2
|
9306
|
+
deprecate :CallbackUrl=, :none, 2025, 2
|
9307
9307
|
|
9308
9308
|
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)
|
9309
9309
|
@FlowName = flowname
|
@@ -9694,8 +9694,8 @@ module TencentCloud
|
|
9694
9694
|
|
9695
9695
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
9696
9696
|
extend Gem::Deprecate
|
9697
|
-
deprecate :Operator, :none, 2025,
|
9698
|
-
deprecate :Operator=, :none, 2025,
|
9697
|
+
deprecate :Operator, :none, 2025, 2
|
9698
|
+
deprecate :Operator=, :none, 2025, 2
|
9699
9699
|
|
9700
9700
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
9701
9701
|
@Agent = agent
|
@@ -10251,8 +10251,8 @@ module TencentCloud
|
|
10251
10251
|
|
10252
10252
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
10253
10253
|
extend Gem::Deprecate
|
10254
|
-
deprecate :Operator, :none, 2025,
|
10255
|
-
deprecate :Operator=, :none, 2025,
|
10254
|
+
deprecate :Operator, :none, 2025, 2
|
10255
|
+
deprecate :Operator=, :none, 2025, 2
|
10256
10256
|
|
10257
10257
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
10258
10258
|
@Agent = agent
|
@@ -10486,10 +10486,10 @@ module TencentCloud
|
|
10486
10486
|
|
10487
10487
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
10488
10488
|
extend Gem::Deprecate
|
10489
|
-
deprecate :ClientIp, :none, 2025,
|
10490
|
-
deprecate :ClientIp=, :none, 2025,
|
10491
|
-
deprecate :ProxyIp, :none, 2025,
|
10492
|
-
deprecate :ProxyIp=, :none, 2025,
|
10489
|
+
deprecate :ClientIp, :none, 2025, 2
|
10490
|
+
deprecate :ClientIp=, :none, 2025, 2
|
10491
|
+
deprecate :ProxyIp, :none, 2025, 2
|
10492
|
+
deprecate :ProxyIp=, :none, 2025, 2
|
10493
10493
|
|
10494
10494
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
10495
10495
|
@OrganizationOpenId = organizationopenid
|
@@ -10716,8 +10716,8 @@ module TencentCloud
|
|
10716
10716
|
|
10717
10717
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
10718
10718
|
extend Gem::Deprecate
|
10719
|
-
deprecate :Operator, :none, 2025,
|
10720
|
-
deprecate :Operator=, :none, 2025,
|
10719
|
+
deprecate :Operator, :none, 2025, 2
|
10720
|
+
deprecate :Operator=, :none, 2025, 2
|
10721
10721
|
|
10722
10722
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
10723
10723
|
@Agent = agent
|
@@ -11311,8 +11311,8 @@ module TencentCloud
|
|
11311
11311
|
|
11312
11312
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
11313
11313
|
extend Gem::Deprecate
|
11314
|
-
deprecate :CustomUserId, :none, 2025,
|
11315
|
-
deprecate :CustomUserId=, :none, 2025,
|
11314
|
+
deprecate :CustomUserId, :none, 2025, 2
|
11315
|
+
deprecate :CustomUserId=, :none, 2025, 2
|
11316
11316
|
|
11317
11317
|
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)
|
11318
11318
|
@SignUrl = signurl
|
@@ -11487,8 +11487,8 @@ module TencentCloud
|
|
11487
11487
|
|
11488
11488
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
11489
11489
|
extend Gem::Deprecate
|
11490
|
-
deprecate :Operator, :none, 2025,
|
11491
|
-
deprecate :Operator=, :none, 2025,
|
11490
|
+
deprecate :Operator, :none, 2025, 2
|
11491
|
+
deprecate :Operator=, :none, 2025, 2
|
11492
11492
|
|
11493
11493
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
11494
11494
|
@Agent = agent
|
@@ -11587,8 +11587,8 @@ module TencentCloud
|
|
11587
11587
|
|
11588
11588
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
11589
11589
|
extend Gem::Deprecate
|
11590
|
-
deprecate :Operator, :none, 2025,
|
11591
|
-
deprecate :Operator=, :none, 2025,
|
11590
|
+
deprecate :Operator, :none, 2025, 2
|
11591
|
+
deprecate :Operator=, :none, 2025, 2
|
11592
11592
|
|
11593
11593
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
11594
11594
|
@Agent = agent
|
@@ -11732,8 +11732,8 @@ module TencentCloud
|
|
11732
11732
|
|
11733
11733
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
11734
11734
|
extend Gem::Deprecate
|
11735
|
-
deprecate :IsPromoter, :none, 2025,
|
11736
|
-
deprecate :IsPromoter=, :none, 2025,
|
11735
|
+
deprecate :IsPromoter, :none, 2025, 2
|
11736
|
+
deprecate :IsPromoter=, :none, 2025, 2
|
11737
11737
|
|
11738
11738
|
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)
|
11739
11739
|
@TemplateId = templateid
|
@@ -11844,8 +11844,8 @@ module TencentCloud
|
|
11844
11844
|
|
11845
11845
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
11846
11846
|
extend Gem::Deprecate
|
11847
|
-
deprecate :Operator, :none, 2025,
|
11848
|
-
deprecate :Operator=, :none, 2025,
|
11847
|
+
deprecate :Operator, :none, 2025, 2
|
11848
|
+
deprecate :Operator=, :none, 2025, 2
|
11849
11849
|
|
11850
11850
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
11851
11851
|
@Agent = agent
|
@@ -11968,14 +11968,14 @@ module TencentCloud
|
|
11968
11968
|
|
11969
11969
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
11970
11970
|
extend Gem::Deprecate
|
11971
|
-
deprecate :Channel, :none, 2025,
|
11972
|
-
deprecate :Channel=, :none, 2025,
|
11973
|
-
deprecate :CustomUserId, :none, 2025,
|
11974
|
-
deprecate :CustomUserId=, :none, 2025,
|
11975
|
-
deprecate :ClientIp, :none, 2025,
|
11976
|
-
deprecate :ClientIp=, :none, 2025,
|
11977
|
-
deprecate :ProxyIp, :none, 2025,
|
11978
|
-
deprecate :ProxyIp=, :none, 2025,
|
11971
|
+
deprecate :Channel, :none, 2025, 2
|
11972
|
+
deprecate :Channel=, :none, 2025, 2
|
11973
|
+
deprecate :CustomUserId, :none, 2025, 2
|
11974
|
+
deprecate :CustomUserId=, :none, 2025, 2
|
11975
|
+
deprecate :ClientIp, :none, 2025, 2
|
11976
|
+
deprecate :ClientIp=, :none, 2025, 2
|
11977
|
+
deprecate :ProxyIp, :none, 2025, 2
|
11978
|
+
deprecate :ProxyIp=, :none, 2025, 2
|
11979
11979
|
|
11980
11980
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
11981
11981
|
@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.994
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|