tencentcloud-sdk-python 3.0.1117__py2.py3-none-any.whl → 3.0.1119__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/v20190614/asr_client.py +1 -1
- tencentcloud/asr/v20190614/models.py +3 -4
- tencentcloud/bi/v20220105/models.py +36 -0
- tencentcloud/billing/v20180709/models.py +334 -17
- tencentcloud/ccc/v20200210/ccc_client.py +69 -0
- tencentcloud/ccc/v20200210/errorcodes.py +9 -0
- tencentcloud/ccc/v20200210/models.py +620 -0
- tencentcloud/cdwpg/v20201230/models.py +12 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
- tencentcloud/ckafka/v20190819/models.py +288 -1
- tencentcloud/clb/v20180317/models.py +0 -1
- tencentcloud/cloudstudio/v20230508/models.py +52 -4
- tencentcloud/csip/v20221121/models.py +9 -8
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +166 -0
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/models.py +375 -0
- tencentcloud/dlc/v20210125/models.py +8 -0
- tencentcloud/dsgc/v20190723/models.py +24 -0
- tencentcloud/dts/v20211206/models.py +52 -0
- tencentcloud/es/v20180416/models.py +163 -5
- tencentcloud/ess/v20201111/models.py +51 -34
- tencentcloud/essbasic/v20210526/models.py +26 -7
- tencentcloud/iotexplorer/v20190423/errorcodes.py +3 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +529 -0
- tencentcloud/iotexplorer/v20190423/models.py +3400 -271
- tencentcloud/lcic/v20220817/models.py +90 -0
- tencentcloud/mps/v20190612/models.py +69 -25
- tencentcloud/ocr/v20181119/errorcodes.py +3 -0
- tencentcloud/ocr/v20181119/models.py +443 -0
- tencentcloud/ocr/v20181119/ocr_client.py +23 -0
- tencentcloud/tione/v20211111/models.py +130 -2
- tencentcloud/tms/v20201229/tms_client.py +1 -1
- tencentcloud/tts/v20190823/models.py +13 -0
- tencentcloud/vod/v20180717/models.py +12 -17
- tencentcloud/wedata/v20210820/models.py +285 -7
- {tencentcloud_sdk_python-3.0.1117.dist-info → tencentcloud_sdk_python-3.0.1119.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1117.dist-info → tencentcloud_sdk_python-3.0.1119.dist-info}/RECORD +42 -42
- {tencentcloud_sdk_python-3.0.1117.dist-info → tencentcloud_sdk_python-3.0.1119.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1117.dist-info → tencentcloud_sdk_python-3.0.1119.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1117.dist-info → tencentcloud_sdk_python-3.0.1119.dist-info}/top_level.txt +0 -0
|
@@ -95,6 +95,12 @@ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
|
|
95
95
|
# 账号不存在。
|
|
96
96
|
INVALIDPARAMETERVALUE_ACCOUNTNOTEXIST = 'InvalidParameterValue.AccountNotExist'
|
|
97
97
|
|
|
98
|
+
# 审批单号不存在。
|
|
99
|
+
INVALIDPARAMETERVALUE_APPLYIDNOTEXIST = 'InvalidParameterValue.ApplyIDNotExist'
|
|
100
|
+
|
|
101
|
+
# 公司信息已经存在。
|
|
102
|
+
INVALIDPARAMETERVALUE_COMPANYEXIST = 'InvalidParameterValue.CompanyExist'
|
|
103
|
+
|
|
98
104
|
# 实例不存在。
|
|
99
105
|
INVALIDPARAMETERVALUE_INSTANCENOTEXIST = 'InvalidParameterValue.InstanceNotExist'
|
|
100
106
|
|
|
@@ -110,6 +116,9 @@ INVALIDPARAMETERVALUE_SKILLGROUPERROR = 'InvalidParameterValue.SkillGroupError'
|
|
|
110
116
|
# 技能组已存在。
|
|
111
117
|
INVALIDPARAMETERVALUE_SKILLGROUPEXIST = 'InvalidParameterValue.SkillGroupExist'
|
|
112
118
|
|
|
119
|
+
# 待审核单已经超限,暂时不能再提交
|
|
120
|
+
INVALIDPARAMETERVALUE_WAITINGAPPROVALOVERFLOW = 'InvalidParameterValue.WaitingApprovalOverflow'
|
|
121
|
+
|
|
113
122
|
# 超过配额限制。
|
|
114
123
|
LIMITEXCEEDED = 'LimitExceeded'
|
|
115
124
|
|
|
@@ -973,6 +973,346 @@ class CarrierPrivilegeNumberApplicant(AbstractModel):
|
|
|
973
973
|
|
|
974
974
|
|
|
975
975
|
|
|
976
|
+
class CompanyApplyInfo(AbstractModel):
|
|
977
|
+
"""企业资质申请信息
|
|
978
|
+
|
|
979
|
+
"""
|
|
980
|
+
|
|
981
|
+
def __init__(self):
|
|
982
|
+
r"""
|
|
983
|
+
:param _ApplicantType: 申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)
|
|
984
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
985
|
+
:type ApplicantType: int
|
|
986
|
+
:param _CompanyName: 企业名称
|
|
987
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
988
|
+
:type CompanyName: str
|
|
989
|
+
:param _BusinessId: 统一社会信用代码
|
|
990
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
991
|
+
:type BusinessId: str
|
|
992
|
+
:param _BusinessIdPicUrl: 营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
993
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
994
|
+
:type BusinessIdPicUrl: str
|
|
995
|
+
:param _CorporationName: 法定代表人名称
|
|
996
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
997
|
+
:type CorporationName: str
|
|
998
|
+
:param _CorporationId: 法定代表人身份证号码
|
|
999
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1000
|
+
:type CorporationId: str
|
|
1001
|
+
:param _CorporationIdPicUrl: 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1002
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1003
|
+
:type CorporationIdPicUrl: str
|
|
1004
|
+
:param _BusinessScope: 业务经营范围
|
|
1005
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1006
|
+
:type BusinessScope: str
|
|
1007
|
+
:param _AcceptPicUrl: 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1008
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1009
|
+
:type AcceptPicUrl: str
|
|
1010
|
+
:param _NetworkCommitmentPicUrl: 电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1011
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1012
|
+
:type NetworkCommitmentPicUrl: str
|
|
1013
|
+
:param _CorporationHoldingOnIdPicUrl: 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1014
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1015
|
+
:type CorporationHoldingOnIdPicUrl: str
|
|
1016
|
+
:param _OperatorName: 经办人名称,申请人类型为经办人时必填。
|
|
1017
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1018
|
+
:type OperatorName: str
|
|
1019
|
+
:param _OperatorId: 经办人证件号码,申请人类型为经办人时必填。
|
|
1020
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1021
|
+
:type OperatorId: str
|
|
1022
|
+
:param _OperatorIdPicUrl: 经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1023
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1024
|
+
:type OperatorIdPicUrl: str
|
|
1025
|
+
:param _OperatorHoldingOnIdPicUrl: 经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1026
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1027
|
+
:type OperatorHoldingOnIdPicUrl: str
|
|
1028
|
+
:param _CommissionPicUrl: 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1029
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1030
|
+
:type CommissionPicUrl: str
|
|
1031
|
+
"""
|
|
1032
|
+
self._ApplicantType = None
|
|
1033
|
+
self._CompanyName = None
|
|
1034
|
+
self._BusinessId = None
|
|
1035
|
+
self._BusinessIdPicUrl = None
|
|
1036
|
+
self._CorporationName = None
|
|
1037
|
+
self._CorporationId = None
|
|
1038
|
+
self._CorporationIdPicUrl = None
|
|
1039
|
+
self._BusinessScope = None
|
|
1040
|
+
self._AcceptPicUrl = None
|
|
1041
|
+
self._NetworkCommitmentPicUrl = None
|
|
1042
|
+
self._CorporationHoldingOnIdPicUrl = None
|
|
1043
|
+
self._OperatorName = None
|
|
1044
|
+
self._OperatorId = None
|
|
1045
|
+
self._OperatorIdPicUrl = None
|
|
1046
|
+
self._OperatorHoldingOnIdPicUrl = None
|
|
1047
|
+
self._CommissionPicUrl = None
|
|
1048
|
+
|
|
1049
|
+
@property
|
|
1050
|
+
def ApplicantType(self):
|
|
1051
|
+
return self._ApplicantType
|
|
1052
|
+
|
|
1053
|
+
@ApplicantType.setter
|
|
1054
|
+
def ApplicantType(self, ApplicantType):
|
|
1055
|
+
self._ApplicantType = ApplicantType
|
|
1056
|
+
|
|
1057
|
+
@property
|
|
1058
|
+
def CompanyName(self):
|
|
1059
|
+
return self._CompanyName
|
|
1060
|
+
|
|
1061
|
+
@CompanyName.setter
|
|
1062
|
+
def CompanyName(self, CompanyName):
|
|
1063
|
+
self._CompanyName = CompanyName
|
|
1064
|
+
|
|
1065
|
+
@property
|
|
1066
|
+
def BusinessId(self):
|
|
1067
|
+
return self._BusinessId
|
|
1068
|
+
|
|
1069
|
+
@BusinessId.setter
|
|
1070
|
+
def BusinessId(self, BusinessId):
|
|
1071
|
+
self._BusinessId = BusinessId
|
|
1072
|
+
|
|
1073
|
+
@property
|
|
1074
|
+
def BusinessIdPicUrl(self):
|
|
1075
|
+
return self._BusinessIdPicUrl
|
|
1076
|
+
|
|
1077
|
+
@BusinessIdPicUrl.setter
|
|
1078
|
+
def BusinessIdPicUrl(self, BusinessIdPicUrl):
|
|
1079
|
+
self._BusinessIdPicUrl = BusinessIdPicUrl
|
|
1080
|
+
|
|
1081
|
+
@property
|
|
1082
|
+
def CorporationName(self):
|
|
1083
|
+
return self._CorporationName
|
|
1084
|
+
|
|
1085
|
+
@CorporationName.setter
|
|
1086
|
+
def CorporationName(self, CorporationName):
|
|
1087
|
+
self._CorporationName = CorporationName
|
|
1088
|
+
|
|
1089
|
+
@property
|
|
1090
|
+
def CorporationId(self):
|
|
1091
|
+
return self._CorporationId
|
|
1092
|
+
|
|
1093
|
+
@CorporationId.setter
|
|
1094
|
+
def CorporationId(self, CorporationId):
|
|
1095
|
+
self._CorporationId = CorporationId
|
|
1096
|
+
|
|
1097
|
+
@property
|
|
1098
|
+
def CorporationIdPicUrl(self):
|
|
1099
|
+
return self._CorporationIdPicUrl
|
|
1100
|
+
|
|
1101
|
+
@CorporationIdPicUrl.setter
|
|
1102
|
+
def CorporationIdPicUrl(self, CorporationIdPicUrl):
|
|
1103
|
+
self._CorporationIdPicUrl = CorporationIdPicUrl
|
|
1104
|
+
|
|
1105
|
+
@property
|
|
1106
|
+
def BusinessScope(self):
|
|
1107
|
+
return self._BusinessScope
|
|
1108
|
+
|
|
1109
|
+
@BusinessScope.setter
|
|
1110
|
+
def BusinessScope(self, BusinessScope):
|
|
1111
|
+
self._BusinessScope = BusinessScope
|
|
1112
|
+
|
|
1113
|
+
@property
|
|
1114
|
+
def AcceptPicUrl(self):
|
|
1115
|
+
return self._AcceptPicUrl
|
|
1116
|
+
|
|
1117
|
+
@AcceptPicUrl.setter
|
|
1118
|
+
def AcceptPicUrl(self, AcceptPicUrl):
|
|
1119
|
+
self._AcceptPicUrl = AcceptPicUrl
|
|
1120
|
+
|
|
1121
|
+
@property
|
|
1122
|
+
def NetworkCommitmentPicUrl(self):
|
|
1123
|
+
return self._NetworkCommitmentPicUrl
|
|
1124
|
+
|
|
1125
|
+
@NetworkCommitmentPicUrl.setter
|
|
1126
|
+
def NetworkCommitmentPicUrl(self, NetworkCommitmentPicUrl):
|
|
1127
|
+
self._NetworkCommitmentPicUrl = NetworkCommitmentPicUrl
|
|
1128
|
+
|
|
1129
|
+
@property
|
|
1130
|
+
def CorporationHoldingOnIdPicUrl(self):
|
|
1131
|
+
return self._CorporationHoldingOnIdPicUrl
|
|
1132
|
+
|
|
1133
|
+
@CorporationHoldingOnIdPicUrl.setter
|
|
1134
|
+
def CorporationHoldingOnIdPicUrl(self, CorporationHoldingOnIdPicUrl):
|
|
1135
|
+
self._CorporationHoldingOnIdPicUrl = CorporationHoldingOnIdPicUrl
|
|
1136
|
+
|
|
1137
|
+
@property
|
|
1138
|
+
def OperatorName(self):
|
|
1139
|
+
return self._OperatorName
|
|
1140
|
+
|
|
1141
|
+
@OperatorName.setter
|
|
1142
|
+
def OperatorName(self, OperatorName):
|
|
1143
|
+
self._OperatorName = OperatorName
|
|
1144
|
+
|
|
1145
|
+
@property
|
|
1146
|
+
def OperatorId(self):
|
|
1147
|
+
return self._OperatorId
|
|
1148
|
+
|
|
1149
|
+
@OperatorId.setter
|
|
1150
|
+
def OperatorId(self, OperatorId):
|
|
1151
|
+
self._OperatorId = OperatorId
|
|
1152
|
+
|
|
1153
|
+
@property
|
|
1154
|
+
def OperatorIdPicUrl(self):
|
|
1155
|
+
return self._OperatorIdPicUrl
|
|
1156
|
+
|
|
1157
|
+
@OperatorIdPicUrl.setter
|
|
1158
|
+
def OperatorIdPicUrl(self, OperatorIdPicUrl):
|
|
1159
|
+
self._OperatorIdPicUrl = OperatorIdPicUrl
|
|
1160
|
+
|
|
1161
|
+
@property
|
|
1162
|
+
def OperatorHoldingOnIdPicUrl(self):
|
|
1163
|
+
return self._OperatorHoldingOnIdPicUrl
|
|
1164
|
+
|
|
1165
|
+
@OperatorHoldingOnIdPicUrl.setter
|
|
1166
|
+
def OperatorHoldingOnIdPicUrl(self, OperatorHoldingOnIdPicUrl):
|
|
1167
|
+
self._OperatorHoldingOnIdPicUrl = OperatorHoldingOnIdPicUrl
|
|
1168
|
+
|
|
1169
|
+
@property
|
|
1170
|
+
def CommissionPicUrl(self):
|
|
1171
|
+
return self._CommissionPicUrl
|
|
1172
|
+
|
|
1173
|
+
@CommissionPicUrl.setter
|
|
1174
|
+
def CommissionPicUrl(self, CommissionPicUrl):
|
|
1175
|
+
self._CommissionPicUrl = CommissionPicUrl
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
def _deserialize(self, params):
|
|
1179
|
+
self._ApplicantType = params.get("ApplicantType")
|
|
1180
|
+
self._CompanyName = params.get("CompanyName")
|
|
1181
|
+
self._BusinessId = params.get("BusinessId")
|
|
1182
|
+
self._BusinessIdPicUrl = params.get("BusinessIdPicUrl")
|
|
1183
|
+
self._CorporationName = params.get("CorporationName")
|
|
1184
|
+
self._CorporationId = params.get("CorporationId")
|
|
1185
|
+
self._CorporationIdPicUrl = params.get("CorporationIdPicUrl")
|
|
1186
|
+
self._BusinessScope = params.get("BusinessScope")
|
|
1187
|
+
self._AcceptPicUrl = params.get("AcceptPicUrl")
|
|
1188
|
+
self._NetworkCommitmentPicUrl = params.get("NetworkCommitmentPicUrl")
|
|
1189
|
+
self._CorporationHoldingOnIdPicUrl = params.get("CorporationHoldingOnIdPicUrl")
|
|
1190
|
+
self._OperatorName = params.get("OperatorName")
|
|
1191
|
+
self._OperatorId = params.get("OperatorId")
|
|
1192
|
+
self._OperatorIdPicUrl = params.get("OperatorIdPicUrl")
|
|
1193
|
+
self._OperatorHoldingOnIdPicUrl = params.get("OperatorHoldingOnIdPicUrl")
|
|
1194
|
+
self._CommissionPicUrl = params.get("CommissionPicUrl")
|
|
1195
|
+
memeber_set = set(params.keys())
|
|
1196
|
+
for name, value in vars(self).items():
|
|
1197
|
+
property_name = name[1:]
|
|
1198
|
+
if property_name in memeber_set:
|
|
1199
|
+
memeber_set.remove(property_name)
|
|
1200
|
+
if len(memeber_set) > 0:
|
|
1201
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
class CompanyStateInfo(AbstractModel):
|
|
1206
|
+
"""公司资质审核状态信息
|
|
1207
|
+
|
|
1208
|
+
"""
|
|
1209
|
+
|
|
1210
|
+
def __init__(self):
|
|
1211
|
+
r"""
|
|
1212
|
+
:param _Id: 申请单ID
|
|
1213
|
+
:type Id: int
|
|
1214
|
+
:param _CompanyName: 公司名称
|
|
1215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1216
|
+
:type CompanyName: str
|
|
1217
|
+
:param _CreateTime: 创建时间
|
|
1218
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1219
|
+
:type CreateTime: int
|
|
1220
|
+
:param _CheckTime: 审核时间
|
|
1221
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1222
|
+
:type CheckTime: int
|
|
1223
|
+
:param _CheckMsg: 审核备注
|
|
1224
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1225
|
+
:type CheckMsg: str
|
|
1226
|
+
:param _State: 审核状态,1-待审核,2-审核通过,3-驳回
|
|
1227
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1228
|
+
:type State: int
|
|
1229
|
+
:param _BusinessId: 公司统一社会信用代码
|
|
1230
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1231
|
+
:type BusinessId: str
|
|
1232
|
+
"""
|
|
1233
|
+
self._Id = None
|
|
1234
|
+
self._CompanyName = None
|
|
1235
|
+
self._CreateTime = None
|
|
1236
|
+
self._CheckTime = None
|
|
1237
|
+
self._CheckMsg = None
|
|
1238
|
+
self._State = None
|
|
1239
|
+
self._BusinessId = None
|
|
1240
|
+
|
|
1241
|
+
@property
|
|
1242
|
+
def Id(self):
|
|
1243
|
+
return self._Id
|
|
1244
|
+
|
|
1245
|
+
@Id.setter
|
|
1246
|
+
def Id(self, Id):
|
|
1247
|
+
self._Id = Id
|
|
1248
|
+
|
|
1249
|
+
@property
|
|
1250
|
+
def CompanyName(self):
|
|
1251
|
+
return self._CompanyName
|
|
1252
|
+
|
|
1253
|
+
@CompanyName.setter
|
|
1254
|
+
def CompanyName(self, CompanyName):
|
|
1255
|
+
self._CompanyName = CompanyName
|
|
1256
|
+
|
|
1257
|
+
@property
|
|
1258
|
+
def CreateTime(self):
|
|
1259
|
+
return self._CreateTime
|
|
1260
|
+
|
|
1261
|
+
@CreateTime.setter
|
|
1262
|
+
def CreateTime(self, CreateTime):
|
|
1263
|
+
self._CreateTime = CreateTime
|
|
1264
|
+
|
|
1265
|
+
@property
|
|
1266
|
+
def CheckTime(self):
|
|
1267
|
+
return self._CheckTime
|
|
1268
|
+
|
|
1269
|
+
@CheckTime.setter
|
|
1270
|
+
def CheckTime(self, CheckTime):
|
|
1271
|
+
self._CheckTime = CheckTime
|
|
1272
|
+
|
|
1273
|
+
@property
|
|
1274
|
+
def CheckMsg(self):
|
|
1275
|
+
return self._CheckMsg
|
|
1276
|
+
|
|
1277
|
+
@CheckMsg.setter
|
|
1278
|
+
def CheckMsg(self, CheckMsg):
|
|
1279
|
+
self._CheckMsg = CheckMsg
|
|
1280
|
+
|
|
1281
|
+
@property
|
|
1282
|
+
def State(self):
|
|
1283
|
+
return self._State
|
|
1284
|
+
|
|
1285
|
+
@State.setter
|
|
1286
|
+
def State(self, State):
|
|
1287
|
+
self._State = State
|
|
1288
|
+
|
|
1289
|
+
@property
|
|
1290
|
+
def BusinessId(self):
|
|
1291
|
+
return self._BusinessId
|
|
1292
|
+
|
|
1293
|
+
@BusinessId.setter
|
|
1294
|
+
def BusinessId(self, BusinessId):
|
|
1295
|
+
self._BusinessId = BusinessId
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
def _deserialize(self, params):
|
|
1299
|
+
self._Id = params.get("Id")
|
|
1300
|
+
self._CompanyName = params.get("CompanyName")
|
|
1301
|
+
self._CreateTime = params.get("CreateTime")
|
|
1302
|
+
self._CheckTime = params.get("CheckTime")
|
|
1303
|
+
self._CheckMsg = params.get("CheckMsg")
|
|
1304
|
+
self._State = params.get("State")
|
|
1305
|
+
self._BusinessId = params.get("BusinessId")
|
|
1306
|
+
memeber_set = set(params.keys())
|
|
1307
|
+
for name, value in vars(self).items():
|
|
1308
|
+
property_name = name[1:]
|
|
1309
|
+
if property_name in memeber_set:
|
|
1310
|
+
memeber_set.remove(property_name)
|
|
1311
|
+
if len(memeber_set) > 0:
|
|
1312
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
|
|
976
1316
|
class CreateAdminURLRequest(AbstractModel):
|
|
977
1317
|
"""CreateAdminURL请求参数结构体
|
|
978
1318
|
|
|
@@ -1638,6 +1978,78 @@ class CreateCarrierPrivilegeNumberApplicantResponse(AbstractModel):
|
|
|
1638
1978
|
self._RequestId = params.get("RequestId")
|
|
1639
1979
|
|
|
1640
1980
|
|
|
1981
|
+
class CreateCompanyApplyRequest(AbstractModel):
|
|
1982
|
+
"""CreateCompanyApply请求参数结构体
|
|
1983
|
+
|
|
1984
|
+
"""
|
|
1985
|
+
|
|
1986
|
+
def __init__(self):
|
|
1987
|
+
r"""
|
|
1988
|
+
:param _CompanyInfo: 企业资质信息
|
|
1989
|
+
:type CompanyInfo: :class:`tencentcloud.ccc.v20200210.models.CompanyApplyInfo`
|
|
1990
|
+
"""
|
|
1991
|
+
self._CompanyInfo = None
|
|
1992
|
+
|
|
1993
|
+
@property
|
|
1994
|
+
def CompanyInfo(self):
|
|
1995
|
+
return self._CompanyInfo
|
|
1996
|
+
|
|
1997
|
+
@CompanyInfo.setter
|
|
1998
|
+
def CompanyInfo(self, CompanyInfo):
|
|
1999
|
+
self._CompanyInfo = CompanyInfo
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
def _deserialize(self, params):
|
|
2003
|
+
if params.get("CompanyInfo") is not None:
|
|
2004
|
+
self._CompanyInfo = CompanyApplyInfo()
|
|
2005
|
+
self._CompanyInfo._deserialize(params.get("CompanyInfo"))
|
|
2006
|
+
memeber_set = set(params.keys())
|
|
2007
|
+
for name, value in vars(self).items():
|
|
2008
|
+
property_name = name[1:]
|
|
2009
|
+
if property_name in memeber_set:
|
|
2010
|
+
memeber_set.remove(property_name)
|
|
2011
|
+
if len(memeber_set) > 0:
|
|
2012
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
class CreateCompanyApplyResponse(AbstractModel):
|
|
2017
|
+
"""CreateCompanyApply返回参数结构体
|
|
2018
|
+
|
|
2019
|
+
"""
|
|
2020
|
+
|
|
2021
|
+
def __init__(self):
|
|
2022
|
+
r"""
|
|
2023
|
+
:param _Id: 申请单ID
|
|
2024
|
+
:type Id: int
|
|
2025
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2026
|
+
:type RequestId: str
|
|
2027
|
+
"""
|
|
2028
|
+
self._Id = None
|
|
2029
|
+
self._RequestId = None
|
|
2030
|
+
|
|
2031
|
+
@property
|
|
2032
|
+
def Id(self):
|
|
2033
|
+
return self._Id
|
|
2034
|
+
|
|
2035
|
+
@Id.setter
|
|
2036
|
+
def Id(self, Id):
|
|
2037
|
+
self._Id = Id
|
|
2038
|
+
|
|
2039
|
+
@property
|
|
2040
|
+
def RequestId(self):
|
|
2041
|
+
return self._RequestId
|
|
2042
|
+
|
|
2043
|
+
@RequestId.setter
|
|
2044
|
+
def RequestId(self, RequestId):
|
|
2045
|
+
self._RequestId = RequestId
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
def _deserialize(self, params):
|
|
2049
|
+
self._Id = params.get("Id")
|
|
2050
|
+
self._RequestId = params.get("RequestId")
|
|
2051
|
+
|
|
2052
|
+
|
|
1641
2053
|
class CreateExtensionRequest(AbstractModel):
|
|
1642
2054
|
"""CreateExtension请求参数结构体
|
|
1643
2055
|
|
|
@@ -3485,6 +3897,142 @@ class DescribeChatMessagesResponse(AbstractModel):
|
|
|
3485
3897
|
self._RequestId = params.get("RequestId")
|
|
3486
3898
|
|
|
3487
3899
|
|
|
3900
|
+
class DescribeCompanyListRequest(AbstractModel):
|
|
3901
|
+
"""DescribeCompanyList请求参数结构体
|
|
3902
|
+
|
|
3903
|
+
"""
|
|
3904
|
+
|
|
3905
|
+
def __init__(self):
|
|
3906
|
+
r"""
|
|
3907
|
+
:param _PageSize: 分页尺寸,上限 100
|
|
3908
|
+
:type PageSize: int
|
|
3909
|
+
:param _PageNumber: 分页页码,从 0 开始
|
|
3910
|
+
:type PageNumber: int
|
|
3911
|
+
:param _CompanyName: 公司名称
|
|
3912
|
+
:type CompanyName: list of str
|
|
3913
|
+
:param _State: 审核状态,1-待审核,2-审核通过,3-驳回
|
|
3914
|
+
:type State: list of int
|
|
3915
|
+
:param _ApplyID: 申请ID
|
|
3916
|
+
:type ApplyID: list of int
|
|
3917
|
+
"""
|
|
3918
|
+
self._PageSize = None
|
|
3919
|
+
self._PageNumber = None
|
|
3920
|
+
self._CompanyName = None
|
|
3921
|
+
self._State = None
|
|
3922
|
+
self._ApplyID = None
|
|
3923
|
+
|
|
3924
|
+
@property
|
|
3925
|
+
def PageSize(self):
|
|
3926
|
+
return self._PageSize
|
|
3927
|
+
|
|
3928
|
+
@PageSize.setter
|
|
3929
|
+
def PageSize(self, PageSize):
|
|
3930
|
+
self._PageSize = PageSize
|
|
3931
|
+
|
|
3932
|
+
@property
|
|
3933
|
+
def PageNumber(self):
|
|
3934
|
+
return self._PageNumber
|
|
3935
|
+
|
|
3936
|
+
@PageNumber.setter
|
|
3937
|
+
def PageNumber(self, PageNumber):
|
|
3938
|
+
self._PageNumber = PageNumber
|
|
3939
|
+
|
|
3940
|
+
@property
|
|
3941
|
+
def CompanyName(self):
|
|
3942
|
+
return self._CompanyName
|
|
3943
|
+
|
|
3944
|
+
@CompanyName.setter
|
|
3945
|
+
def CompanyName(self, CompanyName):
|
|
3946
|
+
self._CompanyName = CompanyName
|
|
3947
|
+
|
|
3948
|
+
@property
|
|
3949
|
+
def State(self):
|
|
3950
|
+
return self._State
|
|
3951
|
+
|
|
3952
|
+
@State.setter
|
|
3953
|
+
def State(self, State):
|
|
3954
|
+
self._State = State
|
|
3955
|
+
|
|
3956
|
+
@property
|
|
3957
|
+
def ApplyID(self):
|
|
3958
|
+
return self._ApplyID
|
|
3959
|
+
|
|
3960
|
+
@ApplyID.setter
|
|
3961
|
+
def ApplyID(self, ApplyID):
|
|
3962
|
+
self._ApplyID = ApplyID
|
|
3963
|
+
|
|
3964
|
+
|
|
3965
|
+
def _deserialize(self, params):
|
|
3966
|
+
self._PageSize = params.get("PageSize")
|
|
3967
|
+
self._PageNumber = params.get("PageNumber")
|
|
3968
|
+
self._CompanyName = params.get("CompanyName")
|
|
3969
|
+
self._State = params.get("State")
|
|
3970
|
+
self._ApplyID = params.get("ApplyID")
|
|
3971
|
+
memeber_set = set(params.keys())
|
|
3972
|
+
for name, value in vars(self).items():
|
|
3973
|
+
property_name = name[1:]
|
|
3974
|
+
if property_name in memeber_set:
|
|
3975
|
+
memeber_set.remove(property_name)
|
|
3976
|
+
if len(memeber_set) > 0:
|
|
3977
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3978
|
+
|
|
3979
|
+
|
|
3980
|
+
|
|
3981
|
+
class DescribeCompanyListResponse(AbstractModel):
|
|
3982
|
+
"""DescribeCompanyList返回参数结构体
|
|
3983
|
+
|
|
3984
|
+
"""
|
|
3985
|
+
|
|
3986
|
+
def __init__(self):
|
|
3987
|
+
r"""
|
|
3988
|
+
:param _TotalCount: 总数
|
|
3989
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3990
|
+
:type TotalCount: int
|
|
3991
|
+
:param _CompanyInfo: 企业资质审核信息
|
|
3992
|
+
:type CompanyInfo: list of CompanyStateInfo
|
|
3993
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3994
|
+
:type RequestId: str
|
|
3995
|
+
"""
|
|
3996
|
+
self._TotalCount = None
|
|
3997
|
+
self._CompanyInfo = None
|
|
3998
|
+
self._RequestId = None
|
|
3999
|
+
|
|
4000
|
+
@property
|
|
4001
|
+
def TotalCount(self):
|
|
4002
|
+
return self._TotalCount
|
|
4003
|
+
|
|
4004
|
+
@TotalCount.setter
|
|
4005
|
+
def TotalCount(self, TotalCount):
|
|
4006
|
+
self._TotalCount = TotalCount
|
|
4007
|
+
|
|
4008
|
+
@property
|
|
4009
|
+
def CompanyInfo(self):
|
|
4010
|
+
return self._CompanyInfo
|
|
4011
|
+
|
|
4012
|
+
@CompanyInfo.setter
|
|
4013
|
+
def CompanyInfo(self, CompanyInfo):
|
|
4014
|
+
self._CompanyInfo = CompanyInfo
|
|
4015
|
+
|
|
4016
|
+
@property
|
|
4017
|
+
def RequestId(self):
|
|
4018
|
+
return self._RequestId
|
|
4019
|
+
|
|
4020
|
+
@RequestId.setter
|
|
4021
|
+
def RequestId(self, RequestId):
|
|
4022
|
+
self._RequestId = RequestId
|
|
4023
|
+
|
|
4024
|
+
|
|
4025
|
+
def _deserialize(self, params):
|
|
4026
|
+
self._TotalCount = params.get("TotalCount")
|
|
4027
|
+
if params.get("CompanyInfo") is not None:
|
|
4028
|
+
self._CompanyInfo = []
|
|
4029
|
+
for item in params.get("CompanyInfo"):
|
|
4030
|
+
obj = CompanyStateInfo()
|
|
4031
|
+
obj._deserialize(item)
|
|
4032
|
+
self._CompanyInfo.append(obj)
|
|
4033
|
+
self._RequestId = params.get("RequestId")
|
|
4034
|
+
|
|
4035
|
+
|
|
3488
4036
|
class DescribeExtensionRequest(AbstractModel):
|
|
3489
4037
|
"""DescribeExtension请求参数结构体
|
|
3490
4038
|
|
|
@@ -6709,6 +7257,78 @@ class MessageBody(AbstractModel):
|
|
|
6709
7257
|
|
|
6710
7258
|
|
|
6711
7259
|
|
|
7260
|
+
class ModifyCompanyApplyRequest(AbstractModel):
|
|
7261
|
+
"""ModifyCompanyApply请求参数结构体
|
|
7262
|
+
|
|
7263
|
+
"""
|
|
7264
|
+
|
|
7265
|
+
def __init__(self):
|
|
7266
|
+
r"""
|
|
7267
|
+
:param _ApplyId: 申请单ID(只能修改状态为“驳回”或者“待审核”的申请单)
|
|
7268
|
+
:type ApplyId: int
|
|
7269
|
+
:param _CompanyInfo: 企业资质信息
|
|
7270
|
+
:type CompanyInfo: :class:`tencentcloud.ccc.v20200210.models.CompanyApplyInfo`
|
|
7271
|
+
"""
|
|
7272
|
+
self._ApplyId = None
|
|
7273
|
+
self._CompanyInfo = None
|
|
7274
|
+
|
|
7275
|
+
@property
|
|
7276
|
+
def ApplyId(self):
|
|
7277
|
+
return self._ApplyId
|
|
7278
|
+
|
|
7279
|
+
@ApplyId.setter
|
|
7280
|
+
def ApplyId(self, ApplyId):
|
|
7281
|
+
self._ApplyId = ApplyId
|
|
7282
|
+
|
|
7283
|
+
@property
|
|
7284
|
+
def CompanyInfo(self):
|
|
7285
|
+
return self._CompanyInfo
|
|
7286
|
+
|
|
7287
|
+
@CompanyInfo.setter
|
|
7288
|
+
def CompanyInfo(self, CompanyInfo):
|
|
7289
|
+
self._CompanyInfo = CompanyInfo
|
|
7290
|
+
|
|
7291
|
+
|
|
7292
|
+
def _deserialize(self, params):
|
|
7293
|
+
self._ApplyId = params.get("ApplyId")
|
|
7294
|
+
if params.get("CompanyInfo") is not None:
|
|
7295
|
+
self._CompanyInfo = CompanyApplyInfo()
|
|
7296
|
+
self._CompanyInfo._deserialize(params.get("CompanyInfo"))
|
|
7297
|
+
memeber_set = set(params.keys())
|
|
7298
|
+
for name, value in vars(self).items():
|
|
7299
|
+
property_name = name[1:]
|
|
7300
|
+
if property_name in memeber_set:
|
|
7301
|
+
memeber_set.remove(property_name)
|
|
7302
|
+
if len(memeber_set) > 0:
|
|
7303
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
7304
|
+
|
|
7305
|
+
|
|
7306
|
+
|
|
7307
|
+
class ModifyCompanyApplyResponse(AbstractModel):
|
|
7308
|
+
"""ModifyCompanyApply返回参数结构体
|
|
7309
|
+
|
|
7310
|
+
"""
|
|
7311
|
+
|
|
7312
|
+
def __init__(self):
|
|
7313
|
+
r"""
|
|
7314
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7315
|
+
:type RequestId: str
|
|
7316
|
+
"""
|
|
7317
|
+
self._RequestId = None
|
|
7318
|
+
|
|
7319
|
+
@property
|
|
7320
|
+
def RequestId(self):
|
|
7321
|
+
return self._RequestId
|
|
7322
|
+
|
|
7323
|
+
@RequestId.setter
|
|
7324
|
+
def RequestId(self, RequestId):
|
|
7325
|
+
self._RequestId = RequestId
|
|
7326
|
+
|
|
7327
|
+
|
|
7328
|
+
def _deserialize(self, params):
|
|
7329
|
+
self._RequestId = params.get("RequestId")
|
|
7330
|
+
|
|
7331
|
+
|
|
6712
7332
|
class ModifyExtensionRequest(AbstractModel):
|
|
6713
7333
|
"""ModifyExtension请求参数结构体
|
|
6714
7334
|
|
|
@@ -244,6 +244,8 @@ class CreateInstanceByApiRequest(AbstractModel):
|
|
|
244
244
|
:type Resources: list of ResourceSpecNew
|
|
245
245
|
:param _Tags: 标签列表
|
|
246
246
|
:type Tags: :class:`tencentcloud.cdwpg.v20201230.models.Tag`
|
|
247
|
+
:param _ProductVersion: 版本
|
|
248
|
+
:type ProductVersion: str
|
|
247
249
|
"""
|
|
248
250
|
self._InstanceName = None
|
|
249
251
|
self._Zone = None
|
|
@@ -253,6 +255,7 @@ class CreateInstanceByApiRequest(AbstractModel):
|
|
|
253
255
|
self._AdminPassword = None
|
|
254
256
|
self._Resources = None
|
|
255
257
|
self._Tags = None
|
|
258
|
+
self._ProductVersion = None
|
|
256
259
|
|
|
257
260
|
@property
|
|
258
261
|
def InstanceName(self):
|
|
@@ -318,6 +321,14 @@ class CreateInstanceByApiRequest(AbstractModel):
|
|
|
318
321
|
def Tags(self, Tags):
|
|
319
322
|
self._Tags = Tags
|
|
320
323
|
|
|
324
|
+
@property
|
|
325
|
+
def ProductVersion(self):
|
|
326
|
+
return self._ProductVersion
|
|
327
|
+
|
|
328
|
+
@ProductVersion.setter
|
|
329
|
+
def ProductVersion(self, ProductVersion):
|
|
330
|
+
self._ProductVersion = ProductVersion
|
|
331
|
+
|
|
321
332
|
|
|
322
333
|
def _deserialize(self, params):
|
|
323
334
|
self._InstanceName = params.get("InstanceName")
|
|
@@ -337,6 +348,7 @@ class CreateInstanceByApiRequest(AbstractModel):
|
|
|
337
348
|
if params.get("Tags") is not None:
|
|
338
349
|
self._Tags = Tag()
|
|
339
350
|
self._Tags._deserialize(params.get("Tags"))
|
|
351
|
+
self._ProductVersion = params.get("ProductVersion")
|
|
340
352
|
memeber_set = set(params.keys())
|
|
341
353
|
for name, value in vars(self).items():
|
|
342
354
|
property_name = name[1:]
|