tencentcloud-sdk-python 3.0.1428__py2.py3-none-any.whl → 3.0.1430__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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (28) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cdwpg/v20201230/models.py +4 -0
  3. tencentcloud/clb/v20180317/models.py +2 -2
  4. tencentcloud/cloudaudit/v20190319/models.py +15 -0
  5. tencentcloud/ctem/v20231128/ctem_client.py +23 -0
  6. tencentcloud/ctem/v20231128/models.py +124 -0
  7. tencentcloud/cwp/v20180228/models.py +17 -0
  8. tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
  9. tencentcloud/dnspod/v20210323/errorcodes.py +24 -0
  10. tencentcloud/dnspod/v20210323/models.py +401 -0
  11. tencentcloud/emr/v20190103/models.py +15 -0
  12. tencentcloud/ess/v20201111/ess_client.py +42 -0
  13. tencentcloud/ess/v20201111/models.py +755 -54
  14. tencentcloud/igtm/v20231024/models.py +2 -2
  15. tencentcloud/mrs/v20200910/models.py +19 -0
  16. tencentcloud/ocr/v20181119/models.py +42 -92
  17. tencentcloud/tat/v20201028/models.py +15 -0
  18. tencentcloud/tione/v20211111/models.py +30 -0
  19. tencentcloud/tke/v20180525/models.py +65 -35
  20. tencentcloud/trtc/v20190722/models.py +19 -0
  21. tencentcloud/vclm/v20240523/models.py +15 -0
  22. tencentcloud/vod/v20180717/models.py +78 -6
  23. tencentcloud/waf/v20180125/waf_client.py +1 -1
  24. {tencentcloud_sdk_python-3.0.1428.dist-info → tencentcloud_sdk_python-3.0.1430.dist-info}/METADATA +1 -1
  25. {tencentcloud_sdk_python-3.0.1428.dist-info → tencentcloud_sdk_python-3.0.1430.dist-info}/RECORD +28 -28
  26. {tencentcloud_sdk_python-3.0.1428.dist-info → tencentcloud_sdk_python-3.0.1430.dist-info}/LICENSE +0 -0
  27. {tencentcloud_sdk_python-3.0.1428.dist-info → tencentcloud_sdk_python-3.0.1430.dist-info}/WHEEL +0 -0
  28. {tencentcloud_sdk_python-3.0.1428.dist-info → tencentcloud_sdk_python-3.0.1430.dist-info}/top_level.txt +0 -0
@@ -11844,32 +11844,83 @@ class CreateLegalSealQrCodeResponse(AbstractModel):
11844
11844
  self._RequestId = params.get("RequestId")
11845
11845
 
11846
11846
 
11847
- class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
11848
- """CreateModifyAdminAuthorizationUrl请求参数结构体
11847
+ class CreateMiniAppPrepareFlowRequest(AbstractModel):
11848
+ """CreateMiniAppPrepareFlow请求参数结构体
11849
11849
 
11850
11850
  """
11851
11851
 
11852
11852
  def __init__(self):
11853
11853
  r"""
11854
- :param _Operator: 执行本接口操作的员工信息。
11854
+ :param _Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
11855
+ 支持填入集团子公司经办人 userId 代发合同。
11856
+
11855
11857
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
11856
11858
  :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
11859
+ :param _ResourceType: 资源类型,取值有:
11860
+ <ul><li> **1**:模板</li>
11861
+ <li> **2**:文件 </li></ul>
11862
+ :type ResourceType: int
11863
+ :param _ResourceId: 资源id,与ResourceType相对应,取值范围:
11864
+ <ul>
11865
+ <li>文件Id(通过UploadFiles获取文件资源Id)</li>
11866
+ <li>模板Id(通过控制台创建模板后获取模板Id)</li>
11867
+ </ul>
11868
+ 注意:需要同时设置 ResourceType 参数指定资源类型
11869
+ :type ResourceId: str
11870
+ :param _FlowName: 自定义的合同流程的名称,长度不能超过200个字符,只能由中文汉字、中文标点、英文字母、阿拉伯数字、空格、小括号、中括号、中划线、下划线以及(,)、(;)、(.)、(&)、(+)组成。
11871
+
11872
+ 该名称还将用于合同签署完成后文件下载的默认文件名称。
11873
+ :type FlowName: str
11857
11874
  :param _Agent: 代理企业和员工的信息。
11858
11875
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
11859
11876
  :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
11860
- :param _AuthorizationId: 企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
11861
- :type AuthorizationId: str
11862
- :param _Endpoint: 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
11863
- :type Endpoint: str
11877
+ :param _Approvers: 合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息。
11878
+ :type Approvers: list of MiniAppCreateApproverInfo
11879
+ :param _CcInfos: 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
11880
+
11881
+ **注:暂不支持通过NotifyType参数控制抄送人通知方式**
11882
+ :type CcInfos: list of CcInfo
11883
+ :param _Unordered: 合同流程的签署顺序类型:
11884
+ <ul><li> **false**:(默认)有序签署, 本合同多个参与人需要依次签署 </li>
11885
+ <li> **true**:无序签署, 本合同多个参与人没有先后签署限制</li></ul>
11886
+
11887
+ **注:仅在文件发起模式下设置有效,模板发起以模板配置为准**
11888
+ :type Unordered: bool
11889
+ :param _DeadlineAfterStartDays: 合同发起后经过多少天截止(1-30天可选),默认7天
11890
+ :type DeadlineAfterStartDays: int
11891
+ :param _UserFlowTypeId: 用户自定义合同类型Id 该id为电子签企业内的合同类型id, 可以在控制台-合同-自定义合同类型处获取
11892
+ :type UserFlowTypeId: str
11893
+ :param _FlowOption: 发起合同个性化参数
11894
+ 用于满足小程序合同创建的个性化要求
11895
+ 具体定制化内容详见数据接口说明
11896
+ :type FlowOption: :class:`tencentcloud.ess.v20201111.models.MiniAppCreateFlowOption`
11897
+ :param _PageOption: 发起合同小程序页面个性化参数
11898
+ 用于满足小程序合同创建页面的个性化要求 具体定制化内容详见数据接口说明
11899
+ :type PageOption: :class:`tencentcloud.ess.v20201111.models.MiniAppCreateFlowPageOption`
11900
+ :param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1000 长度。
11901
+
11902
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。
11903
+ :type UserData: str
11864
11904
  """
11865
11905
  self._Operator = None
11906
+ self._ResourceType = None
11907
+ self._ResourceId = None
11908
+ self._FlowName = None
11866
11909
  self._Agent = None
11867
- self._AuthorizationId = None
11868
- self._Endpoint = None
11910
+ self._Approvers = None
11911
+ self._CcInfos = None
11912
+ self._Unordered = None
11913
+ self._DeadlineAfterStartDays = None
11914
+ self._UserFlowTypeId = None
11915
+ self._FlowOption = None
11916
+ self._PageOption = None
11917
+ self._UserData = None
11869
11918
 
11870
11919
  @property
11871
11920
  def Operator(self):
11872
- """执行本接口操作的员工信息。
11921
+ """执行本接口操作的员工信息。使用此接口时,必须填写userId。
11922
+ 支持填入集团子公司经办人 userId 代发合同。
11923
+
11873
11924
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
11874
11925
  :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
11875
11926
  """
@@ -11879,6 +11930,48 @@ class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
11879
11930
  def Operator(self, Operator):
11880
11931
  self._Operator = Operator
11881
11932
 
11933
+ @property
11934
+ def ResourceType(self):
11935
+ """资源类型,取值有:
11936
+ <ul><li> **1**:模板</li>
11937
+ <li> **2**:文件 </li></ul>
11938
+ :rtype: int
11939
+ """
11940
+ return self._ResourceType
11941
+
11942
+ @ResourceType.setter
11943
+ def ResourceType(self, ResourceType):
11944
+ self._ResourceType = ResourceType
11945
+
11946
+ @property
11947
+ def ResourceId(self):
11948
+ """资源id,与ResourceType相对应,取值范围:
11949
+ <ul>
11950
+ <li>文件Id(通过UploadFiles获取文件资源Id)</li>
11951
+ <li>模板Id(通过控制台创建模板后获取模板Id)</li>
11952
+ </ul>
11953
+ 注意:需要同时设置 ResourceType 参数指定资源类型
11954
+ :rtype: str
11955
+ """
11956
+ return self._ResourceId
11957
+
11958
+ @ResourceId.setter
11959
+ def ResourceId(self, ResourceId):
11960
+ self._ResourceId = ResourceId
11961
+
11962
+ @property
11963
+ def FlowName(self):
11964
+ """自定义的合同流程的名称,长度不能超过200个字符,只能由中文汉字、中文标点、英文字母、阿拉伯数字、空格、小括号、中括号、中划线、下划线以及(,)、(;)、(.)、(&)、(+)组成。
11965
+
11966
+ 该名称还将用于合同签署完成后文件下载的默认文件名称。
11967
+ :rtype: str
11968
+ """
11969
+ return self._FlowName
11970
+
11971
+ @FlowName.setter
11972
+ def FlowName(self, FlowName):
11973
+ self._FlowName = FlowName
11974
+
11882
11975
  @property
11883
11976
  def Agent(self):
11884
11977
  """代理企业和员工的信息。
@@ -11892,37 +11985,137 @@ class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
11892
11985
  self._Agent = Agent
11893
11986
 
11894
11987
  @property
11895
- def AuthorizationId(self):
11896
- """企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
11988
+ def Approvers(self):
11989
+ """合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息。
11990
+ :rtype: list of MiniAppCreateApproverInfo
11991
+ """
11992
+ return self._Approvers
11993
+
11994
+ @Approvers.setter
11995
+ def Approvers(self, Approvers):
11996
+ self._Approvers = Approvers
11997
+
11998
+ @property
11999
+ def CcInfos(self):
12000
+ """合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
12001
+
12002
+ **注:暂不支持通过NotifyType参数控制抄送人通知方式**
12003
+ :rtype: list of CcInfo
12004
+ """
12005
+ return self._CcInfos
12006
+
12007
+ @CcInfos.setter
12008
+ def CcInfos(self, CcInfos):
12009
+ self._CcInfos = CcInfos
12010
+
12011
+ @property
12012
+ def Unordered(self):
12013
+ """合同流程的签署顺序类型:
12014
+ <ul><li> **false**:(默认)有序签署, 本合同多个参与人需要依次签署 </li>
12015
+ <li> **true**:无序签署, 本合同多个参与人没有先后签署限制</li></ul>
12016
+
12017
+ **注:仅在文件发起模式下设置有效,模板发起以模板配置为准**
12018
+ :rtype: bool
12019
+ """
12020
+ return self._Unordered
12021
+
12022
+ @Unordered.setter
12023
+ def Unordered(self, Unordered):
12024
+ self._Unordered = Unordered
12025
+
12026
+ @property
12027
+ def DeadlineAfterStartDays(self):
12028
+ """合同发起后经过多少天截止(1-30天可选),默认7天
12029
+ :rtype: int
12030
+ """
12031
+ return self._DeadlineAfterStartDays
12032
+
12033
+ @DeadlineAfterStartDays.setter
12034
+ def DeadlineAfterStartDays(self, DeadlineAfterStartDays):
12035
+ self._DeadlineAfterStartDays = DeadlineAfterStartDays
12036
+
12037
+ @property
12038
+ def UserFlowTypeId(self):
12039
+ """用户自定义合同类型Id 该id为电子签企业内的合同类型id, 可以在控制台-合同-自定义合同类型处获取
11897
12040
  :rtype: str
11898
12041
  """
11899
- return self._AuthorizationId
12042
+ return self._UserFlowTypeId
11900
12043
 
11901
- @AuthorizationId.setter
11902
- def AuthorizationId(self, AuthorizationId):
11903
- self._AuthorizationId = AuthorizationId
12044
+ @UserFlowTypeId.setter
12045
+ def UserFlowTypeId(self, UserFlowTypeId):
12046
+ self._UserFlowTypeId = UserFlowTypeId
11904
12047
 
11905
12048
  @property
11906
- def Endpoint(self):
11907
- """要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
12049
+ def FlowOption(self):
12050
+ """发起合同个性化参数
12051
+ 用于满足小程序合同创建的个性化要求
12052
+ 具体定制化内容详见数据接口说明
12053
+ :rtype: :class:`tencentcloud.ess.v20201111.models.MiniAppCreateFlowOption`
12054
+ """
12055
+ return self._FlowOption
12056
+
12057
+ @FlowOption.setter
12058
+ def FlowOption(self, FlowOption):
12059
+ self._FlowOption = FlowOption
12060
+
12061
+ @property
12062
+ def PageOption(self):
12063
+ """发起合同小程序页面个性化参数
12064
+ 用于满足小程序合同创建页面的个性化要求 具体定制化内容详见数据接口说明
12065
+ :rtype: :class:`tencentcloud.ess.v20201111.models.MiniAppCreateFlowPageOption`
12066
+ """
12067
+ return self._PageOption
12068
+
12069
+ @PageOption.setter
12070
+ def PageOption(self, PageOption):
12071
+ self._PageOption = PageOption
12072
+
12073
+ @property
12074
+ def UserData(self):
12075
+ """调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1000 长度。
12076
+
12077
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。
11908
12078
  :rtype: str
11909
12079
  """
11910
- return self._Endpoint
12080
+ return self._UserData
11911
12081
 
11912
- @Endpoint.setter
11913
- def Endpoint(self, Endpoint):
11914
- self._Endpoint = Endpoint
12082
+ @UserData.setter
12083
+ def UserData(self, UserData):
12084
+ self._UserData = UserData
11915
12085
 
11916
12086
 
11917
12087
  def _deserialize(self, params):
11918
12088
  if params.get("Operator") is not None:
11919
12089
  self._Operator = UserInfo()
11920
12090
  self._Operator._deserialize(params.get("Operator"))
12091
+ self._ResourceType = params.get("ResourceType")
12092
+ self._ResourceId = params.get("ResourceId")
12093
+ self._FlowName = params.get("FlowName")
11921
12094
  if params.get("Agent") is not None:
11922
12095
  self._Agent = Agent()
11923
12096
  self._Agent._deserialize(params.get("Agent"))
11924
- self._AuthorizationId = params.get("AuthorizationId")
11925
- self._Endpoint = params.get("Endpoint")
12097
+ if params.get("Approvers") is not None:
12098
+ self._Approvers = []
12099
+ for item in params.get("Approvers"):
12100
+ obj = MiniAppCreateApproverInfo()
12101
+ obj._deserialize(item)
12102
+ self._Approvers.append(obj)
12103
+ if params.get("CcInfos") is not None:
12104
+ self._CcInfos = []
12105
+ for item in params.get("CcInfos"):
12106
+ obj = CcInfo()
12107
+ obj._deserialize(item)
12108
+ self._CcInfos.append(obj)
12109
+ self._Unordered = params.get("Unordered")
12110
+ self._DeadlineAfterStartDays = params.get("DeadlineAfterStartDays")
12111
+ self._UserFlowTypeId = params.get("UserFlowTypeId")
12112
+ if params.get("FlowOption") is not None:
12113
+ self._FlowOption = MiniAppCreateFlowOption()
12114
+ self._FlowOption._deserialize(params.get("FlowOption"))
12115
+ if params.get("PageOption") is not None:
12116
+ self._PageOption = MiniAppCreateFlowPageOption()
12117
+ self._PageOption._deserialize(params.get("PageOption"))
12118
+ self._UserData = params.get("UserData")
11926
12119
  memeber_set = set(params.keys())
11927
12120
  for name, value in vars(self).items():
11928
12121
  property_name = name[1:]
@@ -11933,61 +12126,285 @@ class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
11933
12126
 
11934
12127
 
11935
12128
 
11936
- class CreateModifyAdminAuthorizationUrlResponse(AbstractModel):
11937
- """CreateModifyAdminAuthorizationUrl返回参数结构体
12129
+ class CreateMiniAppPrepareFlowResponse(AbstractModel):
12130
+ """CreateMiniAppPrepareFlow返回参数结构体
11938
12131
 
11939
12132
  """
11940
12133
 
11941
12134
  def __init__(self):
11942
12135
  r"""
11943
- :param _Url: 变更企业超管授权书链接。
11944
- 没有有效期限制。
12136
+ :param _LongUrl: H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序
12137
+ :type LongUrl: str
12138
+ :param _ShortUrl: H5跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序
12139
+ :type ShortUrl: str
12140
+ :param _MiniAppPath: APP或小程序跳转电子签小程序链接, 一般用于客户小程序或者APP跳转过来, 打开后进入腾讯电子签小程序
12141
+ :type MiniAppPath: str
12142
+ :param _FlowId: 创建的合同id(还未实际发起,也未扣费),每次调用会生成新的id,用户可以记录此字段对应后续在小程序发起的合同,若在小程序上未成功发起,则此字段无效。
12143
+ :type FlowId: str
12144
+ :param _QrcodeUrl: 跳转至电子签小程序的二维码链接
12145
+ :type QrcodeUrl: str
12146
+ :param _WeixinQrcodeUrl: 直接跳转至电子签小程序的二维码链接,无需通过中转页。需要自行将其转换为二维码,使用微信扫码后可直接进入。
12147
+ :type WeixinQrcodeUrl: str
12148
+ :param _ExpiredOn: 链接过期时间,精确到秒,若在此过期时间前未使用,则链接失效。
11945
12149
 
11946
- 注意:
11947
- 此链接仅能由当时认证企业的认证人使用。
11948
- :type Url: str
12150
+ :type ExpiredOn: int
11949
12151
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11950
12152
  :type RequestId: str
11951
12153
  """
11952
- self._Url = None
12154
+ self._LongUrl = None
12155
+ self._ShortUrl = None
12156
+ self._MiniAppPath = None
12157
+ self._FlowId = None
12158
+ self._QrcodeUrl = None
12159
+ self._WeixinQrcodeUrl = None
12160
+ self._ExpiredOn = None
11953
12161
  self._RequestId = None
11954
12162
 
11955
12163
  @property
11956
- def Url(self):
11957
- """变更企业超管授权书链接。
11958
- 没有有效期限制。
11959
-
11960
- 注意:
11961
- 此链接仅能由当时认证企业的认证人使用。
12164
+ def LongUrl(self):
12165
+ """H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序
11962
12166
  :rtype: str
11963
12167
  """
11964
- return self._Url
12168
+ return self._LongUrl
11965
12169
 
11966
- @Url.setter
11967
- def Url(self, Url):
11968
- self._Url = Url
12170
+ @LongUrl.setter
12171
+ def LongUrl(self, LongUrl):
12172
+ self._LongUrl = LongUrl
11969
12173
 
11970
12174
  @property
11971
- def RequestId(self):
11972
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12175
+ def ShortUrl(self):
12176
+ """H5跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序
11973
12177
  :rtype: str
11974
12178
  """
11975
- return self._RequestId
12179
+ return self._ShortUrl
11976
12180
 
11977
- @RequestId.setter
11978
- def RequestId(self, RequestId):
11979
- self._RequestId = RequestId
12181
+ @ShortUrl.setter
12182
+ def ShortUrl(self, ShortUrl):
12183
+ self._ShortUrl = ShortUrl
11980
12184
 
12185
+ @property
12186
+ def MiniAppPath(self):
12187
+ """APP或小程序跳转电子签小程序链接, 一般用于客户小程序或者APP跳转过来, 打开后进入腾讯电子签小程序
12188
+ :rtype: str
12189
+ """
12190
+ return self._MiniAppPath
11981
12191
 
11982
- def _deserialize(self, params):
11983
- self._Url = params.get("Url")
11984
- self._RequestId = params.get("RequestId")
12192
+ @MiniAppPath.setter
12193
+ def MiniAppPath(self, MiniAppPath):
12194
+ self._MiniAppPath = MiniAppPath
11985
12195
 
12196
+ @property
12197
+ def FlowId(self):
12198
+ """创建的合同id(还未实际发起,也未扣费),每次调用会生成新的id,用户可以记录此字段对应后续在小程序发起的合同,若在小程序上未成功发起,则此字段无效。
12199
+ :rtype: str
12200
+ """
12201
+ return self._FlowId
11986
12202
 
11987
- class CreateMultiFlowSignQRCodeRequest(AbstractModel):
11988
- """CreateMultiFlowSignQRCode请求参数结构体
12203
+ @FlowId.setter
12204
+ def FlowId(self, FlowId):
12205
+ self._FlowId = FlowId
11989
12206
 
11990
- """
12207
+ @property
12208
+ def QrcodeUrl(self):
12209
+ """跳转至电子签小程序的二维码链接
12210
+ :rtype: str
12211
+ """
12212
+ return self._QrcodeUrl
12213
+
12214
+ @QrcodeUrl.setter
12215
+ def QrcodeUrl(self, QrcodeUrl):
12216
+ self._QrcodeUrl = QrcodeUrl
12217
+
12218
+ @property
12219
+ def WeixinQrcodeUrl(self):
12220
+ """直接跳转至电子签小程序的二维码链接,无需通过中转页。需要自行将其转换为二维码,使用微信扫码后可直接进入。
12221
+ :rtype: str
12222
+ """
12223
+ return self._WeixinQrcodeUrl
12224
+
12225
+ @WeixinQrcodeUrl.setter
12226
+ def WeixinQrcodeUrl(self, WeixinQrcodeUrl):
12227
+ self._WeixinQrcodeUrl = WeixinQrcodeUrl
12228
+
12229
+ @property
12230
+ def ExpiredOn(self):
12231
+ """链接过期时间,精确到秒,若在此过期时间前未使用,则链接失效。
12232
+
12233
+ :rtype: int
12234
+ """
12235
+ return self._ExpiredOn
12236
+
12237
+ @ExpiredOn.setter
12238
+ def ExpiredOn(self, ExpiredOn):
12239
+ self._ExpiredOn = ExpiredOn
12240
+
12241
+ @property
12242
+ def RequestId(self):
12243
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12244
+ :rtype: str
12245
+ """
12246
+ return self._RequestId
12247
+
12248
+ @RequestId.setter
12249
+ def RequestId(self, RequestId):
12250
+ self._RequestId = RequestId
12251
+
12252
+
12253
+ def _deserialize(self, params):
12254
+ self._LongUrl = params.get("LongUrl")
12255
+ self._ShortUrl = params.get("ShortUrl")
12256
+ self._MiniAppPath = params.get("MiniAppPath")
12257
+ self._FlowId = params.get("FlowId")
12258
+ self._QrcodeUrl = params.get("QrcodeUrl")
12259
+ self._WeixinQrcodeUrl = params.get("WeixinQrcodeUrl")
12260
+ self._ExpiredOn = params.get("ExpiredOn")
12261
+ self._RequestId = params.get("RequestId")
12262
+
12263
+
12264
+ class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
12265
+ """CreateModifyAdminAuthorizationUrl请求参数结构体
12266
+
12267
+ """
12268
+
12269
+ def __init__(self):
12270
+ r"""
12271
+ :param _Operator: 执行本接口操作的员工信息。
12272
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
12273
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
12274
+ :param _Agent: 代理企业和员工的信息。
12275
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
12276
+ :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
12277
+ :param _AuthorizationId: 企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
12278
+ :type AuthorizationId: str
12279
+ :param _Endpoint: 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
12280
+ :type Endpoint: str
12281
+ """
12282
+ self._Operator = None
12283
+ self._Agent = None
12284
+ self._AuthorizationId = None
12285
+ self._Endpoint = None
12286
+
12287
+ @property
12288
+ def Operator(self):
12289
+ """执行本接口操作的员工信息。
12290
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
12291
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
12292
+ """
12293
+ return self._Operator
12294
+
12295
+ @Operator.setter
12296
+ def Operator(self, Operator):
12297
+ self._Operator = Operator
12298
+
12299
+ @property
12300
+ def Agent(self):
12301
+ """代理企业和员工的信息。
12302
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
12303
+ :rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
12304
+ """
12305
+ return self._Agent
12306
+
12307
+ @Agent.setter
12308
+ def Agent(self, Agent):
12309
+ self._Agent = Agent
12310
+
12311
+ @property
12312
+ def AuthorizationId(self):
12313
+ """企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
12314
+ :rtype: str
12315
+ """
12316
+ return self._AuthorizationId
12317
+
12318
+ @AuthorizationId.setter
12319
+ def AuthorizationId(self, AuthorizationId):
12320
+ self._AuthorizationId = AuthorizationId
12321
+
12322
+ @property
12323
+ def Endpoint(self):
12324
+ """要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
12325
+ :rtype: str
12326
+ """
12327
+ return self._Endpoint
12328
+
12329
+ @Endpoint.setter
12330
+ def Endpoint(self, Endpoint):
12331
+ self._Endpoint = Endpoint
12332
+
12333
+
12334
+ def _deserialize(self, params):
12335
+ if params.get("Operator") is not None:
12336
+ self._Operator = UserInfo()
12337
+ self._Operator._deserialize(params.get("Operator"))
12338
+ if params.get("Agent") is not None:
12339
+ self._Agent = Agent()
12340
+ self._Agent._deserialize(params.get("Agent"))
12341
+ self._AuthorizationId = params.get("AuthorizationId")
12342
+ self._Endpoint = params.get("Endpoint")
12343
+ memeber_set = set(params.keys())
12344
+ for name, value in vars(self).items():
12345
+ property_name = name[1:]
12346
+ if property_name in memeber_set:
12347
+ memeber_set.remove(property_name)
12348
+ if len(memeber_set) > 0:
12349
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
12350
+
12351
+
12352
+
12353
+ class CreateModifyAdminAuthorizationUrlResponse(AbstractModel):
12354
+ """CreateModifyAdminAuthorizationUrl返回参数结构体
12355
+
12356
+ """
12357
+
12358
+ def __init__(self):
12359
+ r"""
12360
+ :param _Url: 变更企业超管授权书链接。
12361
+ 没有有效期限制。
12362
+
12363
+ 注意:
12364
+ 此链接仅能由当时认证企业的认证人使用。
12365
+ :type Url: str
12366
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12367
+ :type RequestId: str
12368
+ """
12369
+ self._Url = None
12370
+ self._RequestId = None
12371
+
12372
+ @property
12373
+ def Url(self):
12374
+ """变更企业超管授权书链接。
12375
+ 没有有效期限制。
12376
+
12377
+ 注意:
12378
+ 此链接仅能由当时认证企业的认证人使用。
12379
+ :rtype: str
12380
+ """
12381
+ return self._Url
12382
+
12383
+ @Url.setter
12384
+ def Url(self, Url):
12385
+ self._Url = Url
12386
+
12387
+ @property
12388
+ def RequestId(self):
12389
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12390
+ :rtype: str
12391
+ """
12392
+ return self._RequestId
12393
+
12394
+ @RequestId.setter
12395
+ def RequestId(self, RequestId):
12396
+ self._RequestId = RequestId
12397
+
12398
+
12399
+ def _deserialize(self, params):
12400
+ self._Url = params.get("Url")
12401
+ self._RequestId = params.get("RequestId")
12402
+
12403
+
12404
+ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
12405
+ """CreateMultiFlowSignQRCode请求参数结构体
12406
+
12407
+ """
11991
12408
 
11992
12409
  def __init__(self):
11993
12410
  r"""
@@ -29515,6 +29932,290 @@ class IntentionQuestionResult(AbstractModel):
29515
29932
 
29516
29933
 
29517
29934
 
29935
+ class MiniAppCreateApproverInfo(AbstractModel):
29936
+ """创建流程的签署方信息
29937
+
29938
+ """
29939
+
29940
+ def __init__(self):
29941
+ r"""
29942
+ :param _ApproverType: 在指定签署方时,可以选择企业B端或个人C端等不同的参与者类型,可选类型如下:
29943
+
29944
+ <ul><li> <b>0</b> :企业B端。</li>
29945
+ <li> <b>1</b> :个人C端。</li>
29946
+ <li> <b>3</b> :企业B端静默(自动)签署,无需签署人参与,自动签署可以参考<a href="https://qian.tencent.com/developers/company/autosign_guide" target="_blank" rel="noopener noreferrer">自动签署使用说明</a>文档。</li>
29947
+ <li> <b>7</b> :个人C端自动签署,适用于个人自动签场景。注: <b>个人自动签场景为白名单功能,使用前请联系对接的客户经理沟通。</b> </li></ul>
29948
+ :type ApproverType: int
29949
+ :param _OrganizationName: 组织机构名称。
29950
+ 请确认该名称与企业营业执照中注册的名称一致。
29951
+ 如果名称中包含英文括号(),请使用中文括号()代替。
29952
+
29953
+ 注: `当approverType=0(企业签署方) 或 approverType=3(企业静默签署)时,必须指定`
29954
+
29955
+
29956
+ :type OrganizationName: str
29957
+ :param _ApproverName: 签署方经办人的姓名。
29958
+ 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
29959
+
29960
+ 在未指定签署人电子签UserId情况下,为必填参数
29961
+ :type ApproverName: str
29962
+ :param _ApproverMobile: 签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。 此手机号用于通知和用户的实名认证等环境,请确认手机号所有方为此合同签署方。
29963
+
29964
+ 注:`在未指定签署人电子签UserId情况下,为必填参数`
29965
+
29966
+ :type ApproverMobile: str
29967
+ :param _ApproverIdCardType: 证件类型,支持以下类型
29968
+ <ul><li><b>ID_CARD</b>: 居民身份证 (默认值)</li>
29969
+ <li><b>HONGKONG_AND_MACAO</b> : 港澳居民来往内地通行证</li>
29970
+ <li><b>HONGKONG_MACAO_AND_TAIWAN</b> : 港澳台居民居住证(格式同居民身份证)</li></ul>
29971
+ :type ApproverIdCardType: str
29972
+ :param _ApproverIdCardNumber: 证件号码,应符合以下规则
29973
+ <ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
29974
+ <li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>
29975
+ <li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
29976
+ :type ApproverIdCardNumber: str
29977
+ :param _RecipientId: 签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。
29978
+
29979
+ <b>模板发起合同时,该参数为必填项,可以通过[查询模板信息接口](https://qian.tencent.com/developers/companyApis/templatesAndFiles/DescribeFlowTemplates)获得。</b>
29980
+ <b>文件发起合同时,该参数无需传值。</b>
29981
+
29982
+ 如果开发者后续用合同模板发起合同,建议保存此值,在用合同模板发起合同中需此值绑定对应的签署经办人 。
29983
+ :type RecipientId: str
29984
+ """
29985
+ self._ApproverType = None
29986
+ self._OrganizationName = None
29987
+ self._ApproverName = None
29988
+ self._ApproverMobile = None
29989
+ self._ApproverIdCardType = None
29990
+ self._ApproverIdCardNumber = None
29991
+ self._RecipientId = None
29992
+
29993
+ @property
29994
+ def ApproverType(self):
29995
+ """在指定签署方时,可以选择企业B端或个人C端等不同的参与者类型,可选类型如下:
29996
+
29997
+ <ul><li> <b>0</b> :企业B端。</li>
29998
+ <li> <b>1</b> :个人C端。</li>
29999
+ <li> <b>3</b> :企业B端静默(自动)签署,无需签署人参与,自动签署可以参考<a href="https://qian.tencent.com/developers/company/autosign_guide" target="_blank" rel="noopener noreferrer">自动签署使用说明</a>文档。</li>
30000
+ <li> <b>7</b> :个人C端自动签署,适用于个人自动签场景。注: <b>个人自动签场景为白名单功能,使用前请联系对接的客户经理沟通。</b> </li></ul>
30001
+ :rtype: int
30002
+ """
30003
+ return self._ApproverType
30004
+
30005
+ @ApproverType.setter
30006
+ def ApproverType(self, ApproverType):
30007
+ self._ApproverType = ApproverType
30008
+
30009
+ @property
30010
+ def OrganizationName(self):
30011
+ """组织机构名称。
30012
+ 请确认该名称与企业营业执照中注册的名称一致。
30013
+ 如果名称中包含英文括号(),请使用中文括号()代替。
30014
+
30015
+ 注: `当approverType=0(企业签署方) 或 approverType=3(企业静默签署)时,必须指定`
30016
+
30017
+
30018
+ :rtype: str
30019
+ """
30020
+ return self._OrganizationName
30021
+
30022
+ @OrganizationName.setter
30023
+ def OrganizationName(self, OrganizationName):
30024
+ self._OrganizationName = OrganizationName
30025
+
30026
+ @property
30027
+ def ApproverName(self):
30028
+ """签署方经办人的姓名。
30029
+ 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
30030
+
30031
+ 在未指定签署人电子签UserId情况下,为必填参数
30032
+ :rtype: str
30033
+ """
30034
+ return self._ApproverName
30035
+
30036
+ @ApproverName.setter
30037
+ def ApproverName(self, ApproverName):
30038
+ self._ApproverName = ApproverName
30039
+
30040
+ @property
30041
+ def ApproverMobile(self):
30042
+ """签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。 此手机号用于通知和用户的实名认证等环境,请确认手机号所有方为此合同签署方。
30043
+
30044
+ 注:`在未指定签署人电子签UserId情况下,为必填参数`
30045
+
30046
+ :rtype: str
30047
+ """
30048
+ return self._ApproverMobile
30049
+
30050
+ @ApproverMobile.setter
30051
+ def ApproverMobile(self, ApproverMobile):
30052
+ self._ApproverMobile = ApproverMobile
30053
+
30054
+ @property
30055
+ def ApproverIdCardType(self):
30056
+ """证件类型,支持以下类型
30057
+ <ul><li><b>ID_CARD</b>: 居民身份证 (默认值)</li>
30058
+ <li><b>HONGKONG_AND_MACAO</b> : 港澳居民来往内地通行证</li>
30059
+ <li><b>HONGKONG_MACAO_AND_TAIWAN</b> : 港澳台居民居住证(格式同居民身份证)</li></ul>
30060
+ :rtype: str
30061
+ """
30062
+ return self._ApproverIdCardType
30063
+
30064
+ @ApproverIdCardType.setter
30065
+ def ApproverIdCardType(self, ApproverIdCardType):
30066
+ self._ApproverIdCardType = ApproverIdCardType
30067
+
30068
+ @property
30069
+ def ApproverIdCardNumber(self):
30070
+ """证件号码,应符合以下规则
30071
+ <ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
30072
+ <li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>
30073
+ <li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
30074
+ :rtype: str
30075
+ """
30076
+ return self._ApproverIdCardNumber
30077
+
30078
+ @ApproverIdCardNumber.setter
30079
+ def ApproverIdCardNumber(self, ApproverIdCardNumber):
30080
+ self._ApproverIdCardNumber = ApproverIdCardNumber
30081
+
30082
+ @property
30083
+ def RecipientId(self):
30084
+ """签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。
30085
+
30086
+ <b>模板发起合同时,该参数为必填项,可以通过[查询模板信息接口](https://qian.tencent.com/developers/companyApis/templatesAndFiles/DescribeFlowTemplates)获得。</b>
30087
+ <b>文件发起合同时,该参数无需传值。</b>
30088
+
30089
+ 如果开发者后续用合同模板发起合同,建议保存此值,在用合同模板发起合同中需此值绑定对应的签署经办人 。
30090
+ :rtype: str
30091
+ """
30092
+ return self._RecipientId
30093
+
30094
+ @RecipientId.setter
30095
+ def RecipientId(self, RecipientId):
30096
+ self._RecipientId = RecipientId
30097
+
30098
+
30099
+ def _deserialize(self, params):
30100
+ self._ApproverType = params.get("ApproverType")
30101
+ self._OrganizationName = params.get("OrganizationName")
30102
+ self._ApproverName = params.get("ApproverName")
30103
+ self._ApproverMobile = params.get("ApproverMobile")
30104
+ self._ApproverIdCardType = params.get("ApproverIdCardType")
30105
+ self._ApproverIdCardNumber = params.get("ApproverIdCardNumber")
30106
+ self._RecipientId = params.get("RecipientId")
30107
+ memeber_set = set(params.keys())
30108
+ for name, value in vars(self).items():
30109
+ property_name = name[1:]
30110
+ if property_name in memeber_set:
30111
+ memeber_set.remove(property_name)
30112
+ if len(memeber_set) > 0:
30113
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
30114
+
30115
+
30116
+
30117
+ class MiniAppCreateFlowOption(AbstractModel):
30118
+ """小程序发起合同可选项
30119
+
30120
+ """
30121
+
30122
+ def __init__(self):
30123
+ r"""
30124
+ :param _RemindedOn: 到期提醒日(linux时间戳) 精确到天
30125
+ :type RemindedOn: int
30126
+ :param _NeedCreateReview: 是否需要发起前进行审批
30127
+ :type NeedCreateReview: bool
30128
+ :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
30129
+ :type FlowDisplayType: int
30130
+ """
30131
+ self._RemindedOn = None
30132
+ self._NeedCreateReview = None
30133
+ self._FlowDisplayType = None
30134
+
30135
+ @property
30136
+ def RemindedOn(self):
30137
+ """到期提醒日(linux时间戳) 精确到天
30138
+ :rtype: int
30139
+ """
30140
+ return self._RemindedOn
30141
+
30142
+ @RemindedOn.setter
30143
+ def RemindedOn(self, RemindedOn):
30144
+ self._RemindedOn = RemindedOn
30145
+
30146
+ @property
30147
+ def NeedCreateReview(self):
30148
+ """是否需要发起前进行审批
30149
+ :rtype: bool
30150
+ """
30151
+ return self._NeedCreateReview
30152
+
30153
+ @NeedCreateReview.setter
30154
+ def NeedCreateReview(self, NeedCreateReview):
30155
+ self._NeedCreateReview = NeedCreateReview
30156
+
30157
+ @property
30158
+ def FlowDisplayType(self):
30159
+ """在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
30160
+ :rtype: int
30161
+ """
30162
+ return self._FlowDisplayType
30163
+
30164
+ @FlowDisplayType.setter
30165
+ def FlowDisplayType(self, FlowDisplayType):
30166
+ self._FlowDisplayType = FlowDisplayType
30167
+
30168
+
30169
+ def _deserialize(self, params):
30170
+ self._RemindedOn = params.get("RemindedOn")
30171
+ self._NeedCreateReview = params.get("NeedCreateReview")
30172
+ self._FlowDisplayType = params.get("FlowDisplayType")
30173
+ memeber_set = set(params.keys())
30174
+ for name, value in vars(self).items():
30175
+ property_name = name[1:]
30176
+ if property_name in memeber_set:
30177
+ memeber_set.remove(property_name)
30178
+ if len(memeber_set) > 0:
30179
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
30180
+
30181
+
30182
+
30183
+ class MiniAppCreateFlowPageOption(AbstractModel):
30184
+ """小程序发起页面个性化配置参数
30185
+
30186
+ """
30187
+
30188
+ def __init__(self):
30189
+ r"""
30190
+ :param _HideSignCodeAfterStart: 发起后隐藏签署码
30191
+ :type HideSignCodeAfterStart: bool
30192
+ """
30193
+ self._HideSignCodeAfterStart = None
30194
+
30195
+ @property
30196
+ def HideSignCodeAfterStart(self):
30197
+ """发起后隐藏签署码
30198
+ :rtype: bool
30199
+ """
30200
+ return self._HideSignCodeAfterStart
30201
+
30202
+ @HideSignCodeAfterStart.setter
30203
+ def HideSignCodeAfterStart(self, HideSignCodeAfterStart):
30204
+ self._HideSignCodeAfterStart = HideSignCodeAfterStart
30205
+
30206
+
30207
+ def _deserialize(self, params):
30208
+ self._HideSignCodeAfterStart = params.get("HideSignCodeAfterStart")
30209
+ memeber_set = set(params.keys())
30210
+ for name, value in vars(self).items():
30211
+ property_name = name[1:]
30212
+ if property_name in memeber_set:
30213
+ memeber_set.remove(property_name)
30214
+ if len(memeber_set) > 0:
30215
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
30216
+
30217
+
30218
+
29518
30219
  class ModifyApplicationCallbackInfoRequest(AbstractModel):
29519
30220
  """ModifyApplicationCallbackInfo请求参数结构体
29520
30221