tencentcloud-sdk-python 3.0.1350__py2.py3-none-any.whl → 3.0.1352__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +0 -2
- tencentcloud/batch/v20170312/models.py +0 -8
- tencentcloud/ccc/v20200210/ccc_client.py +92 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +676 -60
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +908 -26
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/models.py +2 -6
- tencentcloud/cynosdb/v20190107/models.py +30 -76
- tencentcloud/dbbrain/v20191016/models.py +228 -10
- tencentcloud/dbbrain/v20210527/models.py +228 -10
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +284 -0
- tencentcloud/dnspod/v20210323/models.py +2 -48
- tencentcloud/dts/v20211206/models.py +2 -0
- tencentcloud/ess/v20201111/models.py +6 -6
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/gs/v20191118/gs_client.py +23 -0
- tencentcloud/gs/v20191118/models.py +119 -0
- tencentcloud/hai/v20230812/models.py +2 -18
- tencentcloud/iotexplorer/v20190423/models.py +92 -8
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +46 -0
- tencentcloud/iss/v20230517/models.py +409 -0
- tencentcloud/lighthouse/v20200324/models.py +10 -4
- tencentcloud/live/v20180801/models.py +4 -6
- tencentcloud/lke/v20231130/models.py +51 -2
- tencentcloud/mps/v20190612/models.py +8 -8
- tencentcloud/mqtt/v20240516/models.py +89 -12
- tencentcloud/ocr/v20181119/models.py +143 -0
- tencentcloud/partners/v20180321/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +0 -15
- tencentcloud/tdmq/v20200217/models.py +45 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +9 -3
- tencentcloud/teo/v20220901/models.py +85 -12
- tencentcloud/tione/v20211111/errorcodes.py +105 -0
- tencentcloud/tione/v20211111/models.py +666 -0
- tencentcloud/tione/v20211111/tione_client.py +92 -0
- tencentcloud/trro/v20220325/models.py +992 -44
- tencentcloud/trro/v20220325/trro_client.py +117 -0
- tencentcloud/trtc/v20190722/models.py +19 -64
- tencentcloud/vdb/v20230616/models.py +1438 -40
- tencentcloud/vdb/v20230616/vdb_client.py +184 -0
- tencentcloud/vod/v20180717/models.py +15 -2
- tencentcloud/vod/v20240718/errorcodes.py +33 -0
- tencentcloud/vod/v20240718/models.py +1841 -0
- tencentcloud/vod/v20240718/vod_client.py +146 -0
- tencentcloud/wedata/v20210820/models.py +791 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/RECORD +58 -58
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/top_level.txt +0 -0
@@ -6359,8 +6359,7 @@ class DescribeDomainLogListResponse(AbstractModel):
|
|
6359
6359
|
|
6360
6360
|
def __init__(self):
|
6361
6361
|
r"""
|
6362
|
-
:param _LogList:
|
6363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6362
|
+
:param _LogList: 域名日志信息
|
6364
6363
|
:type LogList: list of str
|
6365
6364
|
:param _PageSize: 分页大小
|
6366
6365
|
:type PageSize: int
|
@@ -6376,8 +6375,7 @@ class DescribeDomainLogListResponse(AbstractModel):
|
|
6376
6375
|
|
6377
6376
|
@property
|
6378
6377
|
def LogList(self):
|
6379
|
-
"""
|
6380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6378
|
+
"""域名日志信息
|
6381
6379
|
:rtype: list of str
|
6382
6380
|
"""
|
6383
6381
|
return self._LogList
|
@@ -8702,7 +8700,6 @@ class DescribeRecordSnapshotRollbackResultResponse(AbstractModel):
|
|
8702
8700
|
:param _Status: 回滚状态
|
8703
8701
|
:type Status: str
|
8704
8702
|
:param _FailedRecordList: 失败的记录信息
|
8705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8706
8703
|
:type FailedRecordList: list of SnapshotRecord
|
8707
8704
|
:param _Domain: 所属域名
|
8708
8705
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8765,7 +8762,6 @@ class DescribeRecordSnapshotRollbackResultResponse(AbstractModel):
|
|
8765
8762
|
@property
|
8766
8763
|
def FailedRecordList(self):
|
8767
8764
|
"""失败的记录信息
|
8768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8769
8765
|
:rtype: list of SnapshotRecord
|
8770
8766
|
"""
|
8771
8767
|
return self._FailedRecordList
|
@@ -10614,7 +10610,6 @@ class DomainInfo(AbstractModel):
|
|
10614
10610
|
:param _CnameSpeedup: cname加速启用状态
|
10615
10611
|
:type CnameSpeedup: str
|
10616
10612
|
:param _Remark: 域名备注
|
10617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10618
10613
|
:type Remark: str
|
10619
10614
|
:param _Punycode: 域名Punycode
|
10620
10615
|
:type Punycode: str
|
@@ -10641,18 +10636,14 @@ class DomainInfo(AbstractModel):
|
|
10641
10636
|
:param _Uin: 腾讯云账户Uin
|
10642
10637
|
:type Uin: str
|
10643
10638
|
:param _ActualNsList: 域名实际使用的NS列表
|
10644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10645
10639
|
:type ActualNsList: list of str
|
10646
10640
|
:param _RecordCount: 域名的记录数量
|
10647
10641
|
:type RecordCount: int
|
10648
10642
|
:param _OwnerNick: 域名所有者的账户昵称
|
10649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10650
10643
|
:type OwnerNick: str
|
10651
10644
|
:param _IsGracePeriod: 是否在付费套餐宽限期
|
10652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10653
10645
|
:type IsGracePeriod: str
|
10654
10646
|
:param _VipBuffered: 是否在付费套餐缓冲期
|
10655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10656
10647
|
:type VipBuffered: str
|
10657
10648
|
:param _VipStartAt: VIP套餐有效期开始时间
|
10658
10649
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10667,10 +10658,8 @@ class DomainInfo(AbstractModel):
|
|
10667
10658
|
注意:此字段可能返回 null,表示取不到有效值。
|
10668
10659
|
:type VipResourceId: str
|
10669
10660
|
:param _IsSubDomain: 是否是子域名。
|
10670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10671
10661
|
:type IsSubDomain: bool
|
10672
10662
|
:param _TagList: 域名关联的标签列表
|
10673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10674
10663
|
:type TagList: list of TagItem
|
10675
10664
|
:param _SearchEnginePush: 是否启用搜索引擎推送
|
10676
10665
|
:type SearchEnginePush: str
|
@@ -10791,7 +10780,6 @@ class DomainInfo(AbstractModel):
|
|
10791
10780
|
@property
|
10792
10781
|
def Remark(self):
|
10793
10782
|
"""域名备注
|
10794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10795
10783
|
:rtype: str
|
10796
10784
|
"""
|
10797
10785
|
return self._Remark
|
@@ -10935,7 +10923,6 @@ class DomainInfo(AbstractModel):
|
|
10935
10923
|
@property
|
10936
10924
|
def ActualNsList(self):
|
10937
10925
|
"""域名实际使用的NS列表
|
10938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10939
10926
|
:rtype: list of str
|
10940
10927
|
"""
|
10941
10928
|
return self._ActualNsList
|
@@ -10958,7 +10945,6 @@ class DomainInfo(AbstractModel):
|
|
10958
10945
|
@property
|
10959
10946
|
def OwnerNick(self):
|
10960
10947
|
"""域名所有者的账户昵称
|
10961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10962
10948
|
:rtype: str
|
10963
10949
|
"""
|
10964
10950
|
return self._OwnerNick
|
@@ -10970,7 +10956,6 @@ class DomainInfo(AbstractModel):
|
|
10970
10956
|
@property
|
10971
10957
|
def IsGracePeriod(self):
|
10972
10958
|
"""是否在付费套餐宽限期
|
10973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10974
10959
|
:rtype: str
|
10975
10960
|
"""
|
10976
10961
|
return self._IsGracePeriod
|
@@ -10982,7 +10967,6 @@ class DomainInfo(AbstractModel):
|
|
10982
10967
|
@property
|
10983
10968
|
def VipBuffered(self):
|
10984
10969
|
"""是否在付费套餐缓冲期
|
10985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10986
10970
|
:rtype: str
|
10987
10971
|
"""
|
10988
10972
|
return self._VipBuffered
|
@@ -11042,7 +11026,6 @@ class DomainInfo(AbstractModel):
|
|
11042
11026
|
@property
|
11043
11027
|
def IsSubDomain(self):
|
11044
11028
|
"""是否是子域名。
|
11045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11046
11029
|
:rtype: bool
|
11047
11030
|
"""
|
11048
11031
|
return self._IsSubDomain
|
@@ -11054,7 +11037,6 @@ class DomainInfo(AbstractModel):
|
|
11054
11037
|
@property
|
11055
11038
|
def TagList(self):
|
11056
11039
|
"""域名关联的标签列表
|
11057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11058
11040
|
:rtype: list of TagItem
|
11059
11041
|
"""
|
11060
11042
|
return self._TagList
|
@@ -11584,19 +11566,14 @@ class DomainShareUserInfo(AbstractModel):
|
|
11584
11566
|
:param _DomainShareId: 共享记录ID
|
11585
11567
|
:type DomainShareId: int
|
11586
11568
|
:param _Mode: 共享模式。r-只读;w-可写;rw-可读写。
|
11587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11588
11569
|
:type Mode: str
|
11589
11570
|
:param _Nickname: 共享到的用户昵称
|
11590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11591
11571
|
:type Nickname: str
|
11592
11572
|
:param _QCloudUIN: 共享到的用户UIN
|
11593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11594
11573
|
:type QCloudUIN: str
|
11595
11574
|
:param _Status: 共享状态。enabled-有效;pause-无效。
|
11596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11597
11575
|
:type Status: str
|
11598
11576
|
:param _SubDomain: 共享的子域名
|
11599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11600
11577
|
:type SubDomain: str
|
11601
11578
|
"""
|
11602
11579
|
self._DomainShareId = None
|
@@ -11620,7 +11597,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11620
11597
|
@property
|
11621
11598
|
def Mode(self):
|
11622
11599
|
"""共享模式。r-只读;w-可写;rw-可读写。
|
11623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11624
11600
|
:rtype: str
|
11625
11601
|
"""
|
11626
11602
|
return self._Mode
|
@@ -11632,7 +11608,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11632
11608
|
@property
|
11633
11609
|
def Nickname(self):
|
11634
11610
|
"""共享到的用户昵称
|
11635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11636
11611
|
:rtype: str
|
11637
11612
|
"""
|
11638
11613
|
return self._Nickname
|
@@ -11644,7 +11619,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11644
11619
|
@property
|
11645
11620
|
def QCloudUIN(self):
|
11646
11621
|
"""共享到的用户UIN
|
11647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11648
11622
|
:rtype: str
|
11649
11623
|
"""
|
11650
11624
|
return self._QCloudUIN
|
@@ -11656,7 +11630,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11656
11630
|
@property
|
11657
11631
|
def Status(self):
|
11658
11632
|
"""共享状态。enabled-有效;pause-无效。
|
11659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11660
11633
|
:rtype: str
|
11661
11634
|
"""
|
11662
11635
|
return self._Status
|
@@ -11668,7 +11641,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11668
11641
|
@property
|
11669
11642
|
def SubDomain(self):
|
11670
11643
|
"""共享的子域名
|
11671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11672
11644
|
:rtype: str
|
11673
11645
|
"""
|
11674
11646
|
return self._SubDomain
|
@@ -12105,7 +12077,6 @@ class KeyValue(AbstractModel):
|
|
12105
12077
|
:param _Key: 键
|
12106
12078
|
:type Key: str
|
12107
12079
|
:param _Value: 值
|
12108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12109
12080
|
:type Value: str
|
12110
12081
|
"""
|
12111
12082
|
self._Key = None
|
@@ -12125,7 +12096,6 @@ class KeyValue(AbstractModel):
|
|
12125
12096
|
@property
|
12126
12097
|
def Value(self):
|
12127
12098
|
"""值
|
12128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12129
12099
|
:rtype: str
|
12130
12100
|
"""
|
12131
12101
|
return self._Value
|
@@ -13885,27 +13855,22 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13885
13855
|
def __init__(self):
|
13886
13856
|
r"""
|
13887
13857
|
:param _RecordList: 见RecordInfoBatchModify
|
13888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13889
13858
|
:type RecordList: list of BatchRecordInfo
|
13890
13859
|
:param _Id: 任务编号
|
13891
13860
|
:type Id: int
|
13892
13861
|
:param _Domain: 域名
|
13893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13894
13862
|
:type Domain: str
|
13895
13863
|
:param _DomainGrade: 域名等级
|
13896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13897
13864
|
:type DomainGrade: str
|
13898
13865
|
:param _ErrMsg: 错误信息
|
13899
13866
|
注意:此字段可能返回 null,表示取不到有效值。
|
13900
13867
|
:type ErrMsg: str
|
13901
13868
|
:param _Status: 该条任务运行状态
|
13902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13903
13869
|
:type Status: str
|
13904
13870
|
:param _Operation: 操作类型
|
13905
13871
|
注意:此字段可能返回 null,表示取不到有效值。
|
13906
13872
|
:type Operation: str
|
13907
13873
|
:param _DomainId: 域名ID
|
13908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13909
13874
|
:type DomainId: int
|
13910
13875
|
"""
|
13911
13876
|
self._RecordList = None
|
@@ -13920,7 +13885,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13920
13885
|
@property
|
13921
13886
|
def RecordList(self):
|
13922
13887
|
"""见RecordInfoBatchModify
|
13923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13924
13888
|
:rtype: list of BatchRecordInfo
|
13925
13889
|
"""
|
13926
13890
|
return self._RecordList
|
@@ -13943,7 +13907,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13943
13907
|
@property
|
13944
13908
|
def Domain(self):
|
13945
13909
|
"""域名
|
13946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13947
13910
|
:rtype: str
|
13948
13911
|
"""
|
13949
13912
|
return self._Domain
|
@@ -13955,7 +13918,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13955
13918
|
@property
|
13956
13919
|
def DomainGrade(self):
|
13957
13920
|
"""域名等级
|
13958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13959
13921
|
:rtype: str
|
13960
13922
|
"""
|
13961
13923
|
return self._DomainGrade
|
@@ -13979,7 +13941,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13979
13941
|
@property
|
13980
13942
|
def Status(self):
|
13981
13943
|
"""该条任务运行状态
|
13982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13983
13944
|
:rtype: str
|
13984
13945
|
"""
|
13985
13946
|
return self._Status
|
@@ -14003,7 +13964,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
14003
13964
|
@property
|
14004
13965
|
def DomainId(self):
|
14005
13966
|
"""域名ID
|
14006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14007
13967
|
:rtype: int
|
14008
13968
|
"""
|
14009
13969
|
return self._DomainId
|
@@ -16290,7 +16250,6 @@ class RecordInfo(AbstractModel):
|
|
16290
16250
|
"" : 该记录未开启 D 监控。
|
16291
16251
|
:type MonitorStatus: str
|
16292
16252
|
:param _Remark: 记录的备注。
|
16293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16294
16253
|
:type Remark: str
|
16295
16254
|
:param _UpdatedOn: 记录最后更新时间。
|
16296
16255
|
:type UpdatedOn: str
|
@@ -16441,7 +16400,6 @@ class RecordInfo(AbstractModel):
|
|
16441
16400
|
@property
|
16442
16401
|
def Remark(self):
|
16443
16402
|
"""记录的备注。
|
16444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16445
16403
|
:rtype: str
|
16446
16404
|
"""
|
16447
16405
|
return self._Remark
|
@@ -16531,7 +16489,6 @@ class RecordListItem(AbstractModel):
|
|
16531
16489
|
:param _TTL: 记录缓存时间
|
16532
16490
|
:type TTL: int
|
16533
16491
|
:param _MX: MX值,只有MX记录有
|
16534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16535
16492
|
:type MX: int
|
16536
16493
|
:param _DefaultNS: 是否是默认的ns记录
|
16537
16494
|
:type DefaultNS: bool
|
@@ -16687,7 +16644,6 @@ class RecordListItem(AbstractModel):
|
|
16687
16644
|
@property
|
16688
16645
|
def MX(self):
|
16689
16646
|
"""MX值,只有MX记录有
|
16690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16691
16647
|
:rtype: int
|
16692
16648
|
"""
|
16693
16649
|
return self._MX
|
@@ -17701,7 +17657,6 @@ class TagItem(AbstractModel):
|
|
17701
17657
|
:param _TagKey: 标签键
|
17702
17658
|
:type TagKey: str
|
17703
17659
|
:param _TagValue: 标签值
|
17704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17705
17660
|
:type TagValue: str
|
17706
17661
|
"""
|
17707
17662
|
self._TagKey = None
|
@@ -17721,7 +17676,6 @@ class TagItem(AbstractModel):
|
|
17721
17676
|
@property
|
17722
17677
|
def TagValue(self):
|
17723
17678
|
"""标签值
|
17724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17725
17679
|
:rtype: str
|
17726
17680
|
"""
|
17727
17681
|
return self._TagValue
|
@@ -17286,6 +17286,7 @@ class SyncJobInfo(AbstractModel):
|
|
17286
17286
|
:param _AllActions: 支持的所有操作
|
17287
17287
|
:type AllActions: list of str
|
17288
17288
|
:param _Actions: 当前状态能进行的操作
|
17289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
17289
17290
|
:type Actions: list of str
|
17290
17291
|
:param _Options: 同步选项
|
17291
17292
|
:type Options: :class:`tencentcloud.dts.v20211206.models.Options`
|
@@ -17452,6 +17453,7 @@ class SyncJobInfo(AbstractModel):
|
|
17452
17453
|
@property
|
17453
17454
|
def Actions(self):
|
17454
17455
|
"""当前状态能进行的操作
|
17456
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
17455
17457
|
:rtype: list of str
|
17456
17458
|
"""
|
17457
17459
|
return self._Actions
|
@@ -7279,14 +7279,14 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
7279
7279
|
如果用户已经在控制台创建了自定义合同类型,可以将这里的类型名称传入。 如果没有创建,我们会自动给发起方公司创建此自定义合同类型。
|
7280
7280
|

|
7281
7281
|
:type FlowType: str
|
7282
|
-
:param _Components:
|
7282
|
+
:param _Components: 发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)
|
7283
7283
|
<ul><li> 单行文本控件 </li>
|
7284
7284
|
<li> 多行文本控件 </li>
|
7285
7285
|
<li> 勾选框控件 </li>
|
7286
7286
|
<li> 数字控件 </li>
|
7287
7287
|
<li> 图片控件 </li>
|
7288
|
-
<li>
|
7289
|
-
|
7288
|
+
<li> 水印控件等 </li>
|
7289
|
+
</ul>
|
7290
7290
|
:type Components: list of Component
|
7291
7291
|
:param _CcInfos: 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
|
7292
7292
|
|
@@ -7478,14 +7478,14 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
7478
7478
|
|
7479
7479
|
@property
|
7480
7480
|
def Components(self):
|
7481
|
-
"""
|
7481
|
+
"""发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)
|
7482
7482
|
<ul><li> 单行文本控件 </li>
|
7483
7483
|
<li> 多行文本控件 </li>
|
7484
7484
|
<li> 勾选框控件 </li>
|
7485
7485
|
<li> 数字控件 </li>
|
7486
7486
|
<li> 图片控件 </li>
|
7487
|
-
<li>
|
7488
|
-
|
7487
|
+
<li> 水印控件等 </li>
|
7488
|
+
</ul>
|
7489
7489
|
:rtype: list of Component
|
7490
7490
|
"""
|
7491
7491
|
return self._Components
|
@@ -4354,7 +4354,7 @@ MobileCheck:手机号验证,用户手机号和参与方手机号(ApproverM
|
|
4354
4354
|
:type AutoSignScene: str
|
4355
4355
|
:param _Operator: 操作者的信息,不用传
|
4356
4356
|
:type Operator: :class:`tencentcloud.essbasic.v20210526.models.UserInfo`
|
4357
|
-
:param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
4357
|
+
:param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
4358
4358
|
:type FlowDisplayType: int
|
4359
4359
|
:param _NeedPreview: 是否为预览模式,取值如下: <ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li> <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。</li></ul>
|
4360
4360
|
:type NeedPreview: bool
|
@@ -4676,7 +4676,7 @@ MobileCheck:手机号验证,用户手机号和参与方手机号(ApproverM
|
|
4676
4676
|
|
4677
4677
|
@property
|
4678
4678
|
def FlowDisplayType(self):
|
4679
|
-
"""在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
4679
|
+
"""在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
4680
4680
|
:rtype: int
|
4681
4681
|
"""
|
4682
4682
|
return self._FlowDisplayType
|
@@ -191,6 +191,29 @@ class GsClient(AbstractClient):
|
|
191
191
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
192
192
|
|
193
193
|
|
194
|
+
def CreateAndroidInstancesScreenshot(self, request):
|
195
|
+
"""安卓实例截图
|
196
|
+
|
197
|
+
:param request: Request instance for CreateAndroidInstancesScreenshot.
|
198
|
+
:type request: :class:`tencentcloud.gs.v20191118.models.CreateAndroidInstancesScreenshotRequest`
|
199
|
+
:rtype: :class:`tencentcloud.gs.v20191118.models.CreateAndroidInstancesScreenshotResponse`
|
200
|
+
|
201
|
+
"""
|
202
|
+
try:
|
203
|
+
params = request._serialize()
|
204
|
+
headers = request.headers
|
205
|
+
body = self.call("CreateAndroidInstancesScreenshot", params, headers=headers)
|
206
|
+
response = json.loads(body)
|
207
|
+
model = models.CreateAndroidInstancesScreenshotResponse()
|
208
|
+
model._deserialize(response["Response"])
|
209
|
+
return model
|
210
|
+
except Exception as e:
|
211
|
+
if isinstance(e, TencentCloudSDKException):
|
212
|
+
raise
|
213
|
+
else:
|
214
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
215
|
+
|
216
|
+
|
194
217
|
def CreateSession(self, request):
|
195
218
|
"""创建会话
|
196
219
|
|
@@ -35,12 +35,15 @@ class AndroidApp(AbstractModel):
|
|
35
35
|
:type AndroidAppVersionInfo: list of AndroidAppVersionInfo
|
36
36
|
:param _CreateTime: 安卓应用创建时间
|
37
37
|
:type CreateTime: str
|
38
|
+
:param _UserId: 用户 Id
|
39
|
+
:type UserId: str
|
38
40
|
"""
|
39
41
|
self._AndroidAppId = None
|
40
42
|
self._Name = None
|
41
43
|
self._State = None
|
42
44
|
self._AndroidAppVersionInfo = None
|
43
45
|
self._CreateTime = None
|
46
|
+
self._UserId = None
|
44
47
|
|
45
48
|
@property
|
46
49
|
def AndroidAppId(self):
|
@@ -97,6 +100,17 @@ class AndroidApp(AbstractModel):
|
|
97
100
|
def CreateTime(self, CreateTime):
|
98
101
|
self._CreateTime = CreateTime
|
99
102
|
|
103
|
+
@property
|
104
|
+
def UserId(self):
|
105
|
+
"""用户 Id
|
106
|
+
:rtype: str
|
107
|
+
"""
|
108
|
+
return self._UserId
|
109
|
+
|
110
|
+
@UserId.setter
|
111
|
+
def UserId(self, UserId):
|
112
|
+
self._UserId = UserId
|
113
|
+
|
100
114
|
|
101
115
|
def _deserialize(self, params):
|
102
116
|
self._AndroidAppId = params.get("AndroidAppId")
|
@@ -109,6 +123,7 @@ class AndroidApp(AbstractModel):
|
|
109
123
|
obj._deserialize(item)
|
110
124
|
self._AndroidAppVersionInfo.append(obj)
|
111
125
|
self._CreateTime = params.get("CreateTime")
|
126
|
+
self._UserId = params.get("UserId")
|
112
127
|
memeber_set = set(params.keys())
|
113
128
|
for name, value in vars(self).items():
|
114
129
|
property_name = name[1:]
|
@@ -1615,6 +1630,90 @@ class CreateAndroidInstancesResponse(AbstractModel):
|
|
1615
1630
|
self._RequestId = params.get("RequestId")
|
1616
1631
|
|
1617
1632
|
|
1633
|
+
class CreateAndroidInstancesScreenshotRequest(AbstractModel):
|
1634
|
+
"""CreateAndroidInstancesScreenshot请求参数结构体
|
1635
|
+
|
1636
|
+
"""
|
1637
|
+
|
1638
|
+
def __init__(self):
|
1639
|
+
r"""
|
1640
|
+
:param _AndroidInstanceIds: 实例 ID 列表
|
1641
|
+
:type AndroidInstanceIds: list of str
|
1642
|
+
"""
|
1643
|
+
self._AndroidInstanceIds = None
|
1644
|
+
|
1645
|
+
@property
|
1646
|
+
def AndroidInstanceIds(self):
|
1647
|
+
"""实例 ID 列表
|
1648
|
+
:rtype: list of str
|
1649
|
+
"""
|
1650
|
+
return self._AndroidInstanceIds
|
1651
|
+
|
1652
|
+
@AndroidInstanceIds.setter
|
1653
|
+
def AndroidInstanceIds(self, AndroidInstanceIds):
|
1654
|
+
self._AndroidInstanceIds = AndroidInstanceIds
|
1655
|
+
|
1656
|
+
|
1657
|
+
def _deserialize(self, params):
|
1658
|
+
self._AndroidInstanceIds = params.get("AndroidInstanceIds")
|
1659
|
+
memeber_set = set(params.keys())
|
1660
|
+
for name, value in vars(self).items():
|
1661
|
+
property_name = name[1:]
|
1662
|
+
if property_name in memeber_set:
|
1663
|
+
memeber_set.remove(property_name)
|
1664
|
+
if len(memeber_set) > 0:
|
1665
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
1666
|
+
|
1667
|
+
|
1668
|
+
|
1669
|
+
class CreateAndroidInstancesScreenshotResponse(AbstractModel):
|
1670
|
+
"""CreateAndroidInstancesScreenshot返回参数结构体
|
1671
|
+
|
1672
|
+
"""
|
1673
|
+
|
1674
|
+
def __init__(self):
|
1675
|
+
r"""
|
1676
|
+
:param _TaskSet: 任务列表
|
1677
|
+
:type TaskSet: list of AndroidInstanceTask
|
1678
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1679
|
+
:type RequestId: str
|
1680
|
+
"""
|
1681
|
+
self._TaskSet = None
|
1682
|
+
self._RequestId = None
|
1683
|
+
|
1684
|
+
@property
|
1685
|
+
def TaskSet(self):
|
1686
|
+
"""任务列表
|
1687
|
+
:rtype: list of AndroidInstanceTask
|
1688
|
+
"""
|
1689
|
+
return self._TaskSet
|
1690
|
+
|
1691
|
+
@TaskSet.setter
|
1692
|
+
def TaskSet(self, TaskSet):
|
1693
|
+
self._TaskSet = TaskSet
|
1694
|
+
|
1695
|
+
@property
|
1696
|
+
def RequestId(self):
|
1697
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1698
|
+
:rtype: str
|
1699
|
+
"""
|
1700
|
+
return self._RequestId
|
1701
|
+
|
1702
|
+
@RequestId.setter
|
1703
|
+
def RequestId(self, RequestId):
|
1704
|
+
self._RequestId = RequestId
|
1705
|
+
|
1706
|
+
|
1707
|
+
def _deserialize(self, params):
|
1708
|
+
if params.get("TaskSet") is not None:
|
1709
|
+
self._TaskSet = []
|
1710
|
+
for item in params.get("TaskSet"):
|
1711
|
+
obj = AndroidInstanceTask()
|
1712
|
+
obj._deserialize(item)
|
1713
|
+
self._TaskSet.append(obj)
|
1714
|
+
self._RequestId = params.get("RequestId")
|
1715
|
+
|
1716
|
+
|
1618
1717
|
class CreateSessionRequest(AbstractModel):
|
1619
1718
|
"""CreateSession请求参数结构体
|
1620
1719
|
|
@@ -2139,10 +2238,13 @@ class DescribeAndroidAppsRequest(AbstractModel):
|
|
2139
2238
|
:type Limit: int
|
2140
2239
|
:param _AndroidAppIds: 应用ID数组
|
2141
2240
|
:type AndroidAppIds: list of str
|
2241
|
+
:param _Filters: 过滤条件
|
2242
|
+
:type Filters: list of Filter
|
2142
2243
|
"""
|
2143
2244
|
self._Offset = None
|
2144
2245
|
self._Limit = None
|
2145
2246
|
self._AndroidAppIds = None
|
2247
|
+
self._Filters = None
|
2146
2248
|
|
2147
2249
|
@property
|
2148
2250
|
def Offset(self):
|
@@ -2177,11 +2279,28 @@ class DescribeAndroidAppsRequest(AbstractModel):
|
|
2177
2279
|
def AndroidAppIds(self, AndroidAppIds):
|
2178
2280
|
self._AndroidAppIds = AndroidAppIds
|
2179
2281
|
|
2282
|
+
@property
|
2283
|
+
def Filters(self):
|
2284
|
+
"""过滤条件
|
2285
|
+
:rtype: list of Filter
|
2286
|
+
"""
|
2287
|
+
return self._Filters
|
2288
|
+
|
2289
|
+
@Filters.setter
|
2290
|
+
def Filters(self, Filters):
|
2291
|
+
self._Filters = Filters
|
2292
|
+
|
2180
2293
|
|
2181
2294
|
def _deserialize(self, params):
|
2182
2295
|
self._Offset = params.get("Offset")
|
2183
2296
|
self._Limit = params.get("Limit")
|
2184
2297
|
self._AndroidAppIds = params.get("AndroidAppIds")
|
2298
|
+
if params.get("Filters") is not None:
|
2299
|
+
self._Filters = []
|
2300
|
+
for item in params.get("Filters"):
|
2301
|
+
obj = Filter()
|
2302
|
+
obj._deserialize(item)
|
2303
|
+
self._Filters.append(obj)
|
2185
2304
|
memeber_set = set(params.keys())
|
2186
2305
|
for name, value in vars(self).items():
|
2187
2306
|
property_name = name[1:]
|