huaweicloudsdkmsgsms 3.1.86__py2.py3-none-any.whl → 3.1.132__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.
@@ -61,7 +61,7 @@ class ListAppDetailsRequest:
61
61
  :type sort_dir: str
62
62
  :param sort_key: 排序字段
63
63
  :type sort_key: str
64
- :param status: 应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。
64
+ :param status: 应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。 4. PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
65
65
  :type status: str
66
66
  """
67
67
 
@@ -277,7 +277,7 @@ class ListAppDetailsRequest:
277
277
  def status(self):
278
278
  """Gets the status of this ListAppDetailsRequest.
279
279
 
280
- 应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。
280
+ 应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。 4. PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
281
281
 
282
282
  :return: The status of this ListAppDetailsRequest.
283
283
  :rtype: str
@@ -288,7 +288,7 @@ class ListAppDetailsRequest:
288
288
  def status(self, status):
289
289
  """Sets the status of this ListAppDetailsRequest.
290
290
 
291
- 应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。
291
+ 应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。 4. PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
292
292
 
293
293
  :param status: The status of this ListAppDetailsRequest.
294
294
  :type status: str
@@ -73,7 +73,7 @@ class ListSignatureDetailsRequest:
73
73
  :type sort_dir: str
74
74
  :param sort_key: 排序字段
75
75
  :type sort_key: str
76
- :param status: 状态 1. PENDING_REVIEW:待审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中
76
+ :param status: 状态 1. PENDING_REVIEW:待签名审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕(待补充资质),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中 7. PENDING_QUALIFICATION_REVIEW:待资质审核,该状态下,用户不可发送短信 8. REAL_NAME_REGISTRATING:实名报备中,该状态下,用户不可发送短信 9. REVIEW_PASSED_QUALIFICATION_PROCESSING:处理完毕(资质审核中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 10. REVIEW_PASSED_REAL_NAME_REGISTRATING:处理完毕(实名报备中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 11. REVIEW_PASSED_REAL_NAME_REGISTRATE_FAIL:处理完毕(实名报备失败),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 12. REVIEW_PROCESSING_COMPLETED:处理完毕
77
77
  :type status: str
78
78
  """
79
79
 
@@ -364,7 +364,7 @@ class ListSignatureDetailsRequest:
364
364
  def status(self):
365
365
  """Gets the status of this ListSignatureDetailsRequest.
366
366
 
367
- 状态 1. PENDING_REVIEW:待审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中
367
+ 状态 1. PENDING_REVIEW:待签名审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕(待补充资质),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中 7. PENDING_QUALIFICATION_REVIEW:待资质审核,该状态下,用户不可发送短信 8. REAL_NAME_REGISTRATING:实名报备中,该状态下,用户不可发送短信 9. REVIEW_PASSED_QUALIFICATION_PROCESSING:处理完毕(资质审核中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 10. REVIEW_PASSED_REAL_NAME_REGISTRATING:处理完毕(实名报备中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 11. REVIEW_PASSED_REAL_NAME_REGISTRATE_FAIL:处理完毕(实名报备失败),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 12. REVIEW_PROCESSING_COMPLETED:处理完毕
368
368
 
369
369
  :return: The status of this ListSignatureDetailsRequest.
370
370
  :rtype: str
@@ -375,7 +375,7 @@ class ListSignatureDetailsRequest:
375
375
  def status(self, status):
376
376
  """Sets the status of this ListSignatureDetailsRequest.
377
377
 
378
- 状态 1. PENDING_REVIEW:待审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中
378
+ 状态 1. PENDING_REVIEW:待签名审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕(待补充资质),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中 7. PENDING_QUALIFICATION_REVIEW:待资质审核,该状态下,用户不可发送短信 8. REAL_NAME_REGISTRATING:实名报备中,该状态下,用户不可发送短信 9. REVIEW_PASSED_QUALIFICATION_PROCESSING:处理完毕(资质审核中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 10. REVIEW_PASSED_REAL_NAME_REGISTRATING:处理完毕(实名报备中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 11. REVIEW_PASSED_REAL_NAME_REGISTRATE_FAIL:处理完毕(实名报备失败),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 12. REVIEW_PROCESSING_COMPLETED:处理完毕
379
379
 
380
380
  :param status: The status of this ListSignatureDetailsRequest.
381
381
  :type status: str
@@ -92,7 +92,7 @@ class ShowAppResponse(SdkResponse):
92
92
  :type app_key: str
93
93
  :param up_link_addr: 上行短信地址
94
94
  :type up_link_addr: str
95
- :param status: 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。
95
+ :param status: 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
96
96
  :type status: str
97
97
  :param industry: 行业类型
98
98
  :type industry: int
@@ -413,7 +413,7 @@ class ShowAppResponse(SdkResponse):
413
413
  def status(self):
414
414
  """Gets the status of this ShowAppResponse.
415
415
 
416
- 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。
416
+ 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
417
417
 
418
418
  :return: The status of this ShowAppResponse.
419
419
  :rtype: str
@@ -424,7 +424,7 @@ class ShowAppResponse(SdkResponse):
424
424
  def status(self, status):
425
425
  """Sets the status of this ShowAppResponse.
426
426
 
427
- 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。
427
+ 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
428
428
 
429
429
  :param status: The status of this ShowAppResponse.
430
430
  :type status: str
@@ -41,7 +41,9 @@ class ShowSignatureResponse(SdkResponse):
41
41
  'urge_desc': 'str',
42
42
  'app_key': 'str',
43
43
  'source_title_content': 'str',
44
- 'signature_usage': 'str'
44
+ 'signature_usage': 'str',
45
+ 'qualification_id': 'str',
46
+ 'qualification_name': 'str'
45
47
  }
46
48
 
47
49
  attribute_map = {
@@ -68,10 +70,12 @@ class ShowSignatureResponse(SdkResponse):
68
70
  'urge_desc': 'urge_desc',
69
71
  'app_key': 'app_key',
70
72
  'source_title_content': 'source_title_content',
71
- 'signature_usage': 'signature_usage'
73
+ 'signature_usage': 'signature_usage',
74
+ 'qualification_id': 'qualification_id',
75
+ 'qualification_name': 'qualification_name'
72
76
  }
73
77
 
74
- def __init__(self, id=None, create_time=None, update_time=None, customer_id=None, tenant=None, signature_name=None, signature_id=None, signature_type=None, app_name=None, apply_desc=None, channel_num=None, review_desc=None, file_id=None, status=None, site=None, signature_source=None, is_involved_third=None, power_attorney_file_id=None, urge_status=None, urge_time=None, urge_desc=None, app_key=None, source_title_content=None, signature_usage=None):
78
+ def __init__(self, id=None, create_time=None, update_time=None, customer_id=None, tenant=None, signature_name=None, signature_id=None, signature_type=None, app_name=None, apply_desc=None, channel_num=None, review_desc=None, file_id=None, status=None, site=None, signature_source=None, is_involved_third=None, power_attorney_file_id=None, urge_status=None, urge_time=None, urge_desc=None, app_key=None, source_title_content=None, signature_usage=None, qualification_id=None, qualification_name=None):
75
79
  """ShowSignatureResponse
76
80
 
77
81
  The model defined in huaweicloud sdk
@@ -124,6 +128,10 @@ class ShowSignatureResponse(SdkResponse):
124
128
  :type source_title_content: str
125
129
  :param signature_usage: 签名用途
126
130
  :type signature_usage: str
131
+ :param qualification_id: 资质ID
132
+ :type qualification_id: str
133
+ :param qualification_name: 资质名
134
+ :type qualification_name: str
127
135
  """
128
136
 
129
137
  super(ShowSignatureResponse, self).__init__()
@@ -152,6 +160,8 @@ class ShowSignatureResponse(SdkResponse):
152
160
  self._app_key = None
153
161
  self._source_title_content = None
154
162
  self._signature_usage = None
163
+ self._qualification_id = None
164
+ self._qualification_name = None
155
165
  self.discriminator = None
156
166
 
157
167
  if id is not None:
@@ -202,6 +212,10 @@ class ShowSignatureResponse(SdkResponse):
202
212
  self.source_title_content = source_title_content
203
213
  if signature_usage is not None:
204
214
  self.signature_usage = signature_usage
215
+ if qualification_id is not None:
216
+ self.qualification_id = qualification_id
217
+ if qualification_name is not None:
218
+ self.qualification_name = qualification_name
205
219
 
206
220
  @property
207
221
  def id(self):
@@ -727,6 +741,50 @@ class ShowSignatureResponse(SdkResponse):
727
741
  """
728
742
  self._signature_usage = signature_usage
729
743
 
744
+ @property
745
+ def qualification_id(self):
746
+ """Gets the qualification_id of this ShowSignatureResponse.
747
+
748
+ 资质ID
749
+
750
+ :return: The qualification_id of this ShowSignatureResponse.
751
+ :rtype: str
752
+ """
753
+ return self._qualification_id
754
+
755
+ @qualification_id.setter
756
+ def qualification_id(self, qualification_id):
757
+ """Sets the qualification_id of this ShowSignatureResponse.
758
+
759
+ 资质ID
760
+
761
+ :param qualification_id: The qualification_id of this ShowSignatureResponse.
762
+ :type qualification_id: str
763
+ """
764
+ self._qualification_id = qualification_id
765
+
766
+ @property
767
+ def qualification_name(self):
768
+ """Gets the qualification_name of this ShowSignatureResponse.
769
+
770
+ 资质名
771
+
772
+ :return: The qualification_name of this ShowSignatureResponse.
773
+ :rtype: str
774
+ """
775
+ return self._qualification_name
776
+
777
+ @qualification_name.setter
778
+ def qualification_name(self, qualification_name):
779
+ """Sets the qualification_name of this ShowSignatureResponse.
780
+
781
+ 资质名
782
+
783
+ :param qualification_name: The qualification_name of this ShowSignatureResponse.
784
+ :type qualification_name: str
785
+ """
786
+ self._qualification_name = qualification_name
787
+
730
788
  def to_dict(self):
731
789
  """Returns the model properties as a dict"""
732
790
  result = {}
@@ -91,7 +91,7 @@ class SmsAppQueryResp:
91
91
  :type app_key: str
92
92
  :param up_link_addr: 上行短信地址
93
93
  :type up_link_addr: str
94
- :param status: 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。
94
+ :param status: 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
95
95
  :type status: str
96
96
  :param industry: 行业类型
97
97
  :type industry: int
@@ -412,7 +412,7 @@ class SmsAppQueryResp:
412
412
  def status(self):
413
413
  """Gets the status of this SmsAppQueryResp.
414
414
 
415
- 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。
415
+ 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
416
416
 
417
417
  :return: The status of this SmsAppQueryResp.
418
418
  :rtype: str
@@ -423,7 +423,7 @@ class SmsAppQueryResp:
423
423
  def status(self, status):
424
424
  """Sets the status of this SmsAppQueryResp.
425
425
 
426
- 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。
426
+ 应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
427
427
 
428
428
  :param status: The status of this SmsAppQueryResp.
429
429
  :type status: str
@@ -25,7 +25,8 @@ class SmsSignatureReq:
25
25
  'signature_name': 'str',
26
26
  'signature_source': 'int',
27
27
  'signature_type': 'str',
28
- 'source_title_content': 'str'
28
+ 'source_title_content': 'str',
29
+ 'qualification_id': 'str'
29
30
  }
30
31
 
31
32
  attribute_map = {
@@ -37,10 +38,11 @@ class SmsSignatureReq:
37
38
  'signature_name': 'signature_name',
38
39
  'signature_source': 'signature_source',
39
40
  'signature_type': 'signature_type',
40
- 'source_title_content': 'source_title_content'
41
+ 'source_title_content': 'source_title_content',
42
+ 'qualification_id': 'qualification_id'
41
43
  }
42
44
 
43
- def __init__(self, app_id=None, apply_desc=None, file_id=None, is_involved_third=None, power_attorney_fileid=None, signature_name=None, signature_source=None, signature_type=None, source_title_content=None):
45
+ def __init__(self, app_id=None, apply_desc=None, file_id=None, is_involved_third=None, power_attorney_fileid=None, signature_name=None, signature_source=None, signature_type=None, source_title_content=None, qualification_id=None):
44
46
  """SmsSignatureReq
45
47
 
46
48
  The model defined in huaweicloud sdk
@@ -51,7 +53,7 @@ class SmsSignatureReq:
51
53
  :type apply_desc: str
52
54
  :param file_id: 营业执照文件ID
53
55
  :type file_id: str
54
- :param is_involved_third: 是否涉及第三方权益 1. Yes: 是 2. No:
56
+ :param is_involved_third: 是否涉及第三方权益 1. Yes: 是 2. No:
55
57
  :type is_involved_third: str
56
58
  :param power_attorney_fileid: 授权委托书文件ID
57
59
  :type power_attorney_fileid: str
@@ -63,6 +65,8 @@ class SmsSignatureReq:
63
65
  :type signature_type: str
64
66
  :param source_title_content: 签名来源标题内容
65
67
  :type source_title_content: str
68
+ :param qualification_id: 资质ID ,当前考虑存量应用的接口兼容性,代码未做强制校验,但创建签名时请务必携带资质ID,否则会导致资质审核失败
69
+ :type qualification_id: str
66
70
  """
67
71
 
68
72
 
@@ -76,6 +80,7 @@ class SmsSignatureReq:
76
80
  self._signature_source = None
77
81
  self._signature_type = None
78
82
  self._source_title_content = None
83
+ self._qualification_id = None
79
84
  self.discriminator = None
80
85
 
81
86
  self.app_id = app_id
@@ -91,6 +96,8 @@ class SmsSignatureReq:
91
96
  self.signature_type = signature_type
92
97
  if source_title_content is not None:
93
98
  self.source_title_content = source_title_content
99
+ if qualification_id is not None:
100
+ self.qualification_id = qualification_id
94
101
 
95
102
  @property
96
103
  def app_id(self):
@@ -162,7 +169,7 @@ class SmsSignatureReq:
162
169
  def is_involved_third(self):
163
170
  """Gets the is_involved_third of this SmsSignatureReq.
164
171
 
165
- 是否涉及第三方权益 1. Yes: 是 2. No:
172
+ 是否涉及第三方权益 1. Yes: 是 2. No:
166
173
 
167
174
  :return: The is_involved_third of this SmsSignatureReq.
168
175
  :rtype: str
@@ -173,7 +180,7 @@ class SmsSignatureReq:
173
180
  def is_involved_third(self, is_involved_third):
174
181
  """Sets the is_involved_third of this SmsSignatureReq.
175
182
 
176
- 是否涉及第三方权益 1. Yes: 是 2. No:
183
+ 是否涉及第三方权益 1. Yes: 是 2. No:
177
184
 
178
185
  :param is_involved_third: The is_involved_third of this SmsSignatureReq.
179
186
  :type is_involved_third: str
@@ -290,6 +297,28 @@ class SmsSignatureReq:
290
297
  """
291
298
  self._source_title_content = source_title_content
292
299
 
300
+ @property
301
+ def qualification_id(self):
302
+ """Gets the qualification_id of this SmsSignatureReq.
303
+
304
+ 资质ID ,当前考虑存量应用的接口兼容性,代码未做强制校验,但创建签名时请务必携带资质ID,否则会导致资质审核失败
305
+
306
+ :return: The qualification_id of this SmsSignatureReq.
307
+ :rtype: str
308
+ """
309
+ return self._qualification_id
310
+
311
+ @qualification_id.setter
312
+ def qualification_id(self, qualification_id):
313
+ """Sets the qualification_id of this SmsSignatureReq.
314
+
315
+ 资质ID ,当前考虑存量应用的接口兼容性,代码未做强制校验,但创建签名时请务必携带资质ID,否则会导致资质审核失败
316
+
317
+ :param qualification_id: The qualification_id of this SmsSignatureReq.
318
+ :type qualification_id: str
319
+ """
320
+ self._qualification_id = qualification_id
321
+
293
322
  def to_dict(self):
294
323
  """Returns the model properties as a dict"""
295
324
  result = {}
@@ -40,7 +40,9 @@ class SmsSignatureResp:
40
40
  'urge_desc': 'str',
41
41
  'app_key': 'str',
42
42
  'source_title_content': 'str',
43
- 'signature_usage': 'str'
43
+ 'signature_usage': 'str',
44
+ 'qualification_id': 'str',
45
+ 'qualification_name': 'str'
44
46
  }
45
47
 
46
48
  attribute_map = {
@@ -67,10 +69,12 @@ class SmsSignatureResp:
67
69
  'urge_desc': 'urge_desc',
68
70
  'app_key': 'app_key',
69
71
  'source_title_content': 'source_title_content',
70
- 'signature_usage': 'signature_usage'
72
+ 'signature_usage': 'signature_usage',
73
+ 'qualification_id': 'qualification_id',
74
+ 'qualification_name': 'qualification_name'
71
75
  }
72
76
 
73
- def __init__(self, id=None, create_time=None, update_time=None, customer_id=None, tenant=None, signature_name=None, signature_id=None, signature_type=None, app_name=None, apply_desc=None, channel_num=None, review_desc=None, file_id=None, status=None, site=None, signature_source=None, is_involved_third=None, power_attorney_file_id=None, urge_status=None, urge_time=None, urge_desc=None, app_key=None, source_title_content=None, signature_usage=None):
77
+ def __init__(self, id=None, create_time=None, update_time=None, customer_id=None, tenant=None, signature_name=None, signature_id=None, signature_type=None, app_name=None, apply_desc=None, channel_num=None, review_desc=None, file_id=None, status=None, site=None, signature_source=None, is_involved_third=None, power_attorney_file_id=None, urge_status=None, urge_time=None, urge_desc=None, app_key=None, source_title_content=None, signature_usage=None, qualification_id=None, qualification_name=None):
74
78
  """SmsSignatureResp
75
79
 
76
80
  The model defined in huaweicloud sdk
@@ -123,6 +127,10 @@ class SmsSignatureResp:
123
127
  :type source_title_content: str
124
128
  :param signature_usage: 签名用途
125
129
  :type signature_usage: str
130
+ :param qualification_id: 资质ID
131
+ :type qualification_id: str
132
+ :param qualification_name: 资质名
133
+ :type qualification_name: str
126
134
  """
127
135
 
128
136
 
@@ -151,6 +159,8 @@ class SmsSignatureResp:
151
159
  self._app_key = None
152
160
  self._source_title_content = None
153
161
  self._signature_usage = None
162
+ self._qualification_id = None
163
+ self._qualification_name = None
154
164
  self.discriminator = None
155
165
 
156
166
  if id is not None:
@@ -201,6 +211,10 @@ class SmsSignatureResp:
201
211
  self.source_title_content = source_title_content
202
212
  if signature_usage is not None:
203
213
  self.signature_usage = signature_usage
214
+ if qualification_id is not None:
215
+ self.qualification_id = qualification_id
216
+ if qualification_name is not None:
217
+ self.qualification_name = qualification_name
204
218
 
205
219
  @property
206
220
  def id(self):
@@ -726,6 +740,50 @@ class SmsSignatureResp:
726
740
  """
727
741
  self._signature_usage = signature_usage
728
742
 
743
+ @property
744
+ def qualification_id(self):
745
+ """Gets the qualification_id of this SmsSignatureResp.
746
+
747
+ 资质ID
748
+
749
+ :return: The qualification_id of this SmsSignatureResp.
750
+ :rtype: str
751
+ """
752
+ return self._qualification_id
753
+
754
+ @qualification_id.setter
755
+ def qualification_id(self, qualification_id):
756
+ """Sets the qualification_id of this SmsSignatureResp.
757
+
758
+ 资质ID
759
+
760
+ :param qualification_id: The qualification_id of this SmsSignatureResp.
761
+ :type qualification_id: str
762
+ """
763
+ self._qualification_id = qualification_id
764
+
765
+ @property
766
+ def qualification_name(self):
767
+ """Gets the qualification_name of this SmsSignatureResp.
768
+
769
+ 资质名
770
+
771
+ :return: The qualification_name of this SmsSignatureResp.
772
+ :rtype: str
773
+ """
774
+ return self._qualification_name
775
+
776
+ @qualification_name.setter
777
+ def qualification_name(self, qualification_name):
778
+ """Sets the qualification_name of this SmsSignatureResp.
779
+
780
+ 资质名
781
+
782
+ :param qualification_name: The qualification_name of this SmsSignatureResp.
783
+ :type qualification_name: str
784
+ """
785
+ self._qualification_name = qualification_name
786
+
729
787
  def to_dict(self):
730
788
  """Returns the model properties as a dict"""
731
789
  result = {}
@@ -27,7 +27,8 @@ class SmsTemplateReq:
27
27
  'template_name': 'str',
28
28
  'template_type': 'str',
29
29
  'universal_template': 'int',
30
- 'variable_attributes': 'list[SmsTemplateVariableAttrReq]'
30
+ 'variable_attributes': 'list[SmsTemplateVariableAttrReq]',
31
+ 'flow_status': 'str'
31
32
  }
32
33
 
33
34
  attribute_map = {
@@ -41,10 +42,11 @@ class SmsTemplateReq:
41
42
  'template_name': 'template_name',
42
43
  'template_type': 'template_type',
43
44
  'universal_template': 'universal_template',
44
- 'variable_attributes': 'variable_attributes'
45
+ 'variable_attributes': 'variable_attributes',
46
+ 'flow_status': 'flow_status'
45
47
  }
46
48
 
47
- def __init__(self, app_id=None, brackets=None, region=None, send_country=None, sign_id=None, template_content=None, template_desc=None, template_name=None, template_type=None, universal_template=None, variable_attributes=None):
49
+ def __init__(self, app_id=None, brackets=None, region=None, send_country=None, sign_id=None, template_content=None, template_desc=None, template_name=None, template_type=None, universal_template=None, variable_attributes=None, flow_status=None):
48
50
  """SmsTemplateReq
49
51
 
50
52
  The model defined in huaweicloud sdk
@@ -71,6 +73,8 @@ class SmsTemplateReq:
71
73
  :type universal_template: int
72
74
  :param variable_attributes: 模板参数
73
75
  :type variable_attributes: list[:class:`huaweicloudsdkmsgsms.v2.SmsTemplateVariableAttrReq`]
76
+ :param flow_status: 流程状态 1. Pending: 待提交 2. Reviewing: 待审核 3. Disable:停用
77
+ :type flow_status: str
74
78
  """
75
79
 
76
80
 
@@ -86,6 +90,7 @@ class SmsTemplateReq:
86
90
  self._template_type = None
87
91
  self._universal_template = None
88
92
  self._variable_attributes = None
93
+ self._flow_status = None
89
94
  self.discriminator = None
90
95
 
91
96
  self.app_id = app_id
@@ -105,6 +110,8 @@ class SmsTemplateReq:
105
110
  self.universal_template = universal_template
106
111
  if variable_attributes is not None:
107
112
  self.variable_attributes = variable_attributes
113
+ if flow_status is not None:
114
+ self.flow_status = flow_status
108
115
 
109
116
  @property
110
117
  def app_id(self):
@@ -348,6 +355,28 @@ class SmsTemplateReq:
348
355
  """
349
356
  self._variable_attributes = variable_attributes
350
357
 
358
+ @property
359
+ def flow_status(self):
360
+ """Gets the flow_status of this SmsTemplateReq.
361
+
362
+ 流程状态 1. Pending: 待提交 2. Reviewing: 待审核 3. Disable:停用
363
+
364
+ :return: The flow_status of this SmsTemplateReq.
365
+ :rtype: str
366
+ """
367
+ return self._flow_status
368
+
369
+ @flow_status.setter
370
+ def flow_status(self, flow_status):
371
+ """Sets the flow_status of this SmsTemplateReq.
372
+
373
+ 流程状态 1. Pending: 待提交 2. Reviewing: 待审核 3. Disable:停用
374
+
375
+ :param flow_status: The flow_status of this SmsTemplateReq.
376
+ :type flow_status: str
377
+ """
378
+ self._flow_status = flow_status
379
+
351
380
  def to_dict(self):
352
381
  """Returns the model properties as a dict"""
353
382
  result = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkmsgsms
3
- Version: 3.1.86
3
+ Version: 3.1.132
4
4
  Summary: MSGSMS
5
5
  Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
6
6
  Author: HuaweiCloud SDK
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
22
22
  Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: huaweicloudsdkcore >=3.1.86
25
+ Requires-Dist: huaweicloudsdkcore>=3.1.132
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -16,11 +16,11 @@ huaweicloudsdkmsgsms/v2/model/delete_template_request.py,sha256=OUJv_YTpbgj7KuBa
16
16
  huaweicloudsdkmsgsms/v2/model/delete_template_response.py,sha256=ysetgsjLJzYrNHKmn4Io8qBfE4zm26E386qPa4rrNZw,2439
17
17
  huaweicloudsdkmsgsms/v2/model/enable_signature_request.py,sha256=SBi4SJzwsaLby2WggQXLSBUkzuxZoO9r7gi58CZqyOs,2914
18
18
  huaweicloudsdkmsgsms/v2/model/enable_signature_response.py,sha256=vRA2UOC18CrmJ3jDQg-5156KmY6jliS6O99HpU7MYy8,2443
19
- huaweicloudsdkmsgsms/v2/model/list_app_details_request.py,sha256=CQzpBKt-yCw_m2wFXHmupf7Yr5100jGdS2igiWxwbnA,10176
19
+ huaweicloudsdkmsgsms/v2/model/list_app_details_request.py,sha256=e5_dply9FeOAOC5BNDatF-O-retDvoLjHEa9CjFFJQI,10476
20
20
  huaweicloudsdkmsgsms/v2/model/list_app_details_response.py,sha256=uWKu2fGcYDG9MhAXQzCJmwXQL2iVAhV4Lk6afGzZVEg,4042
21
21
  huaweicloudsdkmsgsms/v2/model/list_send_country_details_request.py,sha256=cZ7ctz3D_eq0OzMJDPy5It4gb4kzC1zPkc7WDR8fc2A,4277
22
22
  huaweicloudsdkmsgsms/v2/model/list_send_country_details_response.py,sha256=H657-08INY4IlOv-b3Jr2lr0YmH4DB1etia7FNJyR2o,3293
23
- huaweicloudsdkmsgsms/v2/model/list_signature_details_request.py,sha256=xT0ELth8MbtSwtHYKJZdfe-7AcXAWgZU1VO7HiUk_tM,13009
23
+ huaweicloudsdkmsgsms/v2/model/list_signature_details_request.py,sha256=y-7sposEp5BhoHPQXQqrB6hhCWn7tdw6GANABtTHGEM,16303
24
24
  huaweicloudsdkmsgsms/v2/model/list_signature_details_response.py,sha256=EfHXvmvN_6E62b-VjmkeEUtAoRjBmHQ-mIZUdqvS6XE,4118
25
25
  huaweicloudsdkmsgsms/v2/model/list_template_details_request.py,sha256=OmVXEZJJqwnWG0-K4S_42MX8ckIp60Rwe8OpwhOzjjQ,15083
26
26
  huaweicloudsdkmsgsms/v2/model/list_template_details_response.py,sha256=JvdSNEbdTJU0NI_xGiIlbIHDyoEnDr_zFoasQ9ztbAo,4102
@@ -29,20 +29,20 @@ huaweicloudsdkmsgsms/v2/model/list_template_varilable_details_response.py,sha256
29
29
  huaweicloudsdkmsgsms/v2/model/show_app_count_request.py,sha256=9xESHofp86YvdZ8ScSKckMAuviMXlJI01Kdn6eTId1w,3071
30
30
  huaweicloudsdkmsgsms/v2/model/show_app_count_response.py,sha256=2tZuGRI0_NHsfUFt08p5I-82RExz-ySvYODazFaMkjE,3778
31
31
  huaweicloudsdkmsgsms/v2/model/show_app_request.py,sha256=5kRqll7r8mOtH4q6HSbs5-WcQcUorajsI0ZeIG7mAI4,2858
32
- huaweicloudsdkmsgsms/v2/model/show_app_response.py,sha256=iTiTzD1-ZHUAYCliIV_c_x_bkjVM6ft_kSdnURD0eBc,21977
32
+ huaweicloudsdkmsgsms/v2/model/show_app_response.py,sha256=Py4ht3_ybjiJod9kso1BYx77KKqRopR5ejb15tD9xtI,22268
33
33
  huaweicloudsdkmsgsms/v2/model/show_signature_file_request.py,sha256=xkfpGHsfQHNkbPrixoPo-I2WMmURWY-SY-0qy8bAPms,3056
34
34
  huaweicloudsdkmsgsms/v2/model/show_signature_file_response.py,sha256=2FirIcbwoXBk9DUEnPVKG9HrzJuwUnflcSd_T3o3zCQ,9666
35
35
  huaweicloudsdkmsgsms/v2/model/show_signature_request.py,sha256=KflrYjf0w1XMudxCR6JGaFNMlbSnohpVxMeIa7Fs8Ww,2900
36
- huaweicloudsdkmsgsms/v2/model/show_signature_response.py,sha256=iYMXBzY68OjBqzqtZ8THMYjG-X8H3v9mflh_LLs0gH4,23180
36
+ huaweicloudsdkmsgsms/v2/model/show_signature_response.py,sha256=snAy7WqjBxVaIDdVtaV3ZGkunXrn40_9UJ30bejUkdE,25107
37
37
  huaweicloudsdkmsgsms/v2/model/show_template_request.py,sha256=77zla3i244IqgfH94DuyqwJCoQHJdtdQM-YKvc4r3H0,2893
38
38
  huaweicloudsdkmsgsms/v2/model/show_template_response.py,sha256=qIGBxeDHtLwtHy67rmf-DrMWTVy8kghTK4FkE8gzbuo,28079
39
39
  huaweicloudsdkmsgsms/v2/model/sms_app_add_req.py,sha256=J1lBAAOPcBHamY1LZYXde_cV8tRTs_G7IwfBL_iooY8,9140
40
- huaweicloudsdkmsgsms/v2/model/sms_app_query_resp.py,sha256=QPA8o5CztAL4GrJ7qFvkxtygVO6C9iZiNWP004aSlQU,21869
40
+ huaweicloudsdkmsgsms/v2/model/sms_app_query_resp.py,sha256=Me53za9ctuCFg8NgP9KNnQSsVrnQj0j94Fennm28OfM,22160
41
41
  huaweicloudsdkmsgsms/v2/model/sms_app_update_req.py,sha256=Ni0Z6EeAXNXT_fbvRpU7lPvNzqclNgWNEsmwxbKtR8w,8387
42
42
  huaweicloudsdkmsgsms/v2/model/sms_country_resp.py,sha256=1DzpeVjCmw84UuXJMRmszBemm4wZLkRYQhyqXggEP94,4885
43
- huaweicloudsdkmsgsms/v2/model/sms_signature_req.py,sha256=udTtY0I49DGyYzNN5fT3bUBqAvtZ2721Y3qlT78q9UU,11350
44
- huaweicloudsdkmsgsms/v2/model/sms_signature_resp.py,sha256=Xh2CpIw4VnywReKPlZL3Ra7J5OA41dX8BORbDndOlkk,22571
45
- huaweicloudsdkmsgsms/v2/model/sms_template_req.py,sha256=vCkVNmMTJLo4JTwtQhkC0QxvZhaN8hXI2uIvLx240Kg,12631
43
+ huaweicloudsdkmsgsms/v2/model/sms_signature_req.py,sha256=sSGt2HAlqxTjpRaoZYOioouGMWRrucdtgsUiqwNrMZg,12727
44
+ huaweicloudsdkmsgsms/v2/model/sms_signature_resp.py,sha256=s-4Tdmvo3GU15198iLT_JR3GCvTG6KKlUTTvJNzN35Y,24458
45
+ huaweicloudsdkmsgsms/v2/model/sms_template_req.py,sha256=1Z8YAo1x9tmHjStIIyFHshNgSLza9FZ46k1vljEr3K0,13637
46
46
  huaweicloudsdkmsgsms/v2/model/sms_template_resp.py,sha256=MS85V0p8bmZI9cNRceGOXDXAMuJ9mzNS0XSZ-kNiLIA,27351
47
47
  huaweicloudsdkmsgsms/v2/model/sms_template_variable_attr_req.py,sha256=RQP60tSjFB-jsgbypsD479Ya9M1mApxZ2i6CMuIwROA,5400
48
48
  huaweicloudsdkmsgsms/v2/model/tenant_basic.py,sha256=LovsuhvnRjcoV5SgEmrdFB7nRN0WoSV9dsR8hFjS7_Q,4859
@@ -57,8 +57,8 @@ huaweicloudsdkmsgsms/v2/model/upload_signature_file_request_body.py,sha256=MWmYX
57
57
  huaweicloudsdkmsgsms/v2/model/upload_signature_file_response.py,sha256=n-oTbNEkbBan_98ITGpOmFYA_M13Ndii154nCHBfayU,3215
58
58
  huaweicloudsdkmsgsms/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
59
  huaweicloudsdkmsgsms/v2/region/msgsms_region.py,sha256=bj1uInVueY-pXAY47L7Tj6g84uTYVvgnCdUPKnrYLkA,1116
60
- huaweicloudsdkmsgsms-3.1.86.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
61
- huaweicloudsdkmsgsms-3.1.86.dist-info/METADATA,sha256=SSuoM5hZfrpyLL2WRTWiESu4AK9ITRAwu96DGxgNFDs,1143
62
- huaweicloudsdkmsgsms-3.1.86.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
63
- huaweicloudsdkmsgsms-3.1.86.dist-info/top_level.txt,sha256=I9NpgmPwn52WdP8Sh3mkwiFieEOWez7kV_FoQd_4IeE,21
64
- huaweicloudsdkmsgsms-3.1.86.dist-info/RECORD,,
60
+ huaweicloudsdkmsgsms-3.1.132.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
61
+ huaweicloudsdkmsgsms-3.1.132.dist-info/METADATA,sha256=LCAocJVa9QY-C07mkLMxVkatyEAUKMhmJGKh9Y5hYT0,1144
62
+ huaweicloudsdkmsgsms-3.1.132.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
63
+ huaweicloudsdkmsgsms-3.1.132.dist-info/top_level.txt,sha256=I9NpgmPwn52WdP8Sh3mkwiFieEOWez7kV_FoQd_4IeE,21
64
+ huaweicloudsdkmsgsms-3.1.132.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any