huaweicloudsdkmsgsms 3.1.142__py2.py3-none-any.whl → 3.1.144__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.
Files changed (60) hide show
  1. huaweicloudsdkmsgsms/v2/model/api_template_variable.py +15 -15
  2. huaweicloudsdkmsgsms/v2/model/create_app_request.py +3 -3
  3. huaweicloudsdkmsgsms/v2/model/create_app_response.py +9 -9
  4. huaweicloudsdkmsgsms/v2/model/create_signature_request.py +3 -3
  5. huaweicloudsdkmsgsms/v2/model/create_signature_response.py +7 -7
  6. huaweicloudsdkmsgsms/v2/model/create_template_request.py +3 -3
  7. huaweicloudsdkmsgsms/v2/model/create_template_response.py +5 -5
  8. huaweicloudsdkmsgsms/v2/model/delete_signature_request.py +3 -3
  9. huaweicloudsdkmsgsms/v2/model/delete_signature_response.py +1 -1
  10. huaweicloudsdkmsgsms/v2/model/delete_template_request.py +3 -3
  11. huaweicloudsdkmsgsms/v2/model/delete_template_response.py +1 -1
  12. huaweicloudsdkmsgsms/v2/model/enable_signature_request.py +3 -3
  13. huaweicloudsdkmsgsms/v2/model/enable_signature_response.py +1 -1
  14. huaweicloudsdkmsgsms/v2/model/list_app_details_request.py +19 -19
  15. huaweicloudsdkmsgsms/v2/model/list_app_details_response.py +5 -5
  16. huaweicloudsdkmsgsms/v2/model/list_send_country_details_request.py +5 -5
  17. huaweicloudsdkmsgsms/v2/model/list_send_country_details_response.py +3 -3
  18. huaweicloudsdkmsgsms/v2/model/list_signature_details_request.py +25 -25
  19. huaweicloudsdkmsgsms/v2/model/list_signature_details_response.py +5 -5
  20. huaweicloudsdkmsgsms/v2/model/list_template_details_request.py +31 -31
  21. huaweicloudsdkmsgsms/v2/model/list_template_details_response.py +5 -5
  22. huaweicloudsdkmsgsms/v2/model/list_template_varilable_details_request.py +3 -3
  23. huaweicloudsdkmsgsms/v2/model/list_template_varilable_details_response.py +5 -5
  24. huaweicloudsdkmsgsms/v2/model/show_app_count_request.py +3 -3
  25. huaweicloudsdkmsgsms/v2/model/show_app_count_response.py +5 -5
  26. huaweicloudsdkmsgsms/v2/model/show_app_request.py +3 -3
  27. huaweicloudsdkmsgsms/v2/model/show_app_response.py +45 -45
  28. huaweicloudsdkmsgsms/v2/model/show_signature_file_request.py +3 -3
  29. huaweicloudsdkmsgsms/v2/model/show_signature_file_response.py +19 -19
  30. huaweicloudsdkmsgsms/v2/model/show_signature_request.py +3 -3
  31. huaweicloudsdkmsgsms/v2/model/show_signature_response.py +53 -53
  32. huaweicloudsdkmsgsms/v2/model/show_template_request.py +3 -3
  33. huaweicloudsdkmsgsms/v2/model/show_template_response.py +61 -61
  34. huaweicloudsdkmsgsms/v2/model/sms_app_add_req.py +15 -15
  35. huaweicloudsdkmsgsms/v2/model/sms_app_query_resp.py +45 -45
  36. huaweicloudsdkmsgsms/v2/model/sms_app_update_req.py +13 -13
  37. huaweicloudsdkmsgsms/v2/model/sms_country_resp.py +7 -7
  38. huaweicloudsdkmsgsms/v2/model/sms_signature_req.py +21 -21
  39. huaweicloudsdkmsgsms/v2/model/sms_signature_resp.py +53 -53
  40. huaweicloudsdkmsgsms/v2/model/sms_template_req.py +25 -25
  41. huaweicloudsdkmsgsms/v2/model/sms_template_resp.py +61 -61
  42. huaweicloudsdkmsgsms/v2/model/sms_template_variable_attr_req.py +7 -7
  43. huaweicloudsdkmsgsms/v2/model/tenant_basic.py +7 -7
  44. huaweicloudsdkmsgsms/v2/model/update_app_request.py +5 -5
  45. huaweicloudsdkmsgsms/v2/model/update_app_response.py +7 -7
  46. huaweicloudsdkmsgsms/v2/model/update_signature_request.py +5 -5
  47. huaweicloudsdkmsgsms/v2/model/update_signature_response.py +7 -7
  48. huaweicloudsdkmsgsms/v2/model/update_template_request.py +5 -5
  49. huaweicloudsdkmsgsms/v2/model/update_template_response.py +5 -5
  50. huaweicloudsdkmsgsms/v2/model/upload_signature_file_request.py +5 -5
  51. huaweicloudsdkmsgsms/v2/model/upload_signature_file_request_body.py +3 -3
  52. huaweicloudsdkmsgsms/v2/model/upload_signature_file_response.py +3 -3
  53. huaweicloudsdkmsgsms/v2/msgsms_async_client.py +20 -20
  54. huaweicloudsdkmsgsms/v2/msgsms_client.py +20 -20
  55. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/METADATA +2 -2
  56. huaweicloudsdkmsgsms-3.1.144.dist-info/RECORD +64 -0
  57. huaweicloudsdkmsgsms-3.1.142.dist-info/RECORD +0 -64
  58. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/LICENSE +0 -0
  59. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/WHEEL +0 -0
  60. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,7 @@ class SmsSignatureReq:
43
43
  }
44
44
 
45
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):
46
- """SmsSignatureReq
46
+ r"""SmsSignatureReq
47
47
 
48
48
  The model defined in huaweicloud sdk
49
49
 
@@ -101,7 +101,7 @@ class SmsSignatureReq:
101
101
 
102
102
  @property
103
103
  def app_id(self):
104
- """Gets the app_id of this SmsSignatureReq.
104
+ r"""Gets the app_id of this SmsSignatureReq.
105
105
 
106
106
  应用主键ID
107
107
 
@@ -112,7 +112,7 @@ class SmsSignatureReq:
112
112
 
113
113
  @app_id.setter
114
114
  def app_id(self, app_id):
115
- """Sets the app_id of this SmsSignatureReq.
115
+ r"""Sets the app_id of this SmsSignatureReq.
116
116
 
117
117
  应用主键ID
118
118
 
@@ -123,7 +123,7 @@ class SmsSignatureReq:
123
123
 
124
124
  @property
125
125
  def apply_desc(self):
126
- """Gets the apply_desc of this SmsSignatureReq.
126
+ r"""Gets the apply_desc of this SmsSignatureReq.
127
127
 
128
128
  申请说明
129
129
 
@@ -134,7 +134,7 @@ class SmsSignatureReq:
134
134
 
135
135
  @apply_desc.setter
136
136
  def apply_desc(self, apply_desc):
137
- """Sets the apply_desc of this SmsSignatureReq.
137
+ r"""Sets the apply_desc of this SmsSignatureReq.
138
138
 
139
139
  申请说明
140
140
 
@@ -145,7 +145,7 @@ class SmsSignatureReq:
145
145
 
146
146
  @property
147
147
  def file_id(self):
148
- """Gets the file_id of this SmsSignatureReq.
148
+ r"""Gets the file_id of this SmsSignatureReq.
149
149
 
150
150
  营业执照文件ID
151
151
 
@@ -156,7 +156,7 @@ class SmsSignatureReq:
156
156
 
157
157
  @file_id.setter
158
158
  def file_id(self, file_id):
159
- """Sets the file_id of this SmsSignatureReq.
159
+ r"""Sets the file_id of this SmsSignatureReq.
160
160
 
161
161
  营业执照文件ID
162
162
 
@@ -167,7 +167,7 @@ class SmsSignatureReq:
167
167
 
168
168
  @property
169
169
  def is_involved_third(self):
170
- """Gets the is_involved_third of this SmsSignatureReq.
170
+ r"""Gets the is_involved_third of this SmsSignatureReq.
171
171
 
172
172
  是否涉及第三方权益 1. Yes: 是 2. No:
173
173
 
@@ -178,7 +178,7 @@ class SmsSignatureReq:
178
178
 
179
179
  @is_involved_third.setter
180
180
  def is_involved_third(self, is_involved_third):
181
- """Sets the is_involved_third of this SmsSignatureReq.
181
+ r"""Sets the is_involved_third of this SmsSignatureReq.
182
182
 
183
183
  是否涉及第三方权益 1. Yes: 是 2. No:
184
184
 
@@ -189,7 +189,7 @@ class SmsSignatureReq:
189
189
 
190
190
  @property
191
191
  def power_attorney_fileid(self):
192
- """Gets the power_attorney_fileid of this SmsSignatureReq.
192
+ r"""Gets the power_attorney_fileid of this SmsSignatureReq.
193
193
 
194
194
  授权委托书文件ID
195
195
 
@@ -200,7 +200,7 @@ class SmsSignatureReq:
200
200
 
201
201
  @power_attorney_fileid.setter
202
202
  def power_attorney_fileid(self, power_attorney_fileid):
203
- """Sets the power_attorney_fileid of this SmsSignatureReq.
203
+ r"""Sets the power_attorney_fileid of this SmsSignatureReq.
204
204
 
205
205
  授权委托书文件ID
206
206
 
@@ -211,7 +211,7 @@ class SmsSignatureReq:
211
211
 
212
212
  @property
213
213
  def signature_name(self):
214
- """Gets the signature_name of this SmsSignatureReq.
214
+ r"""Gets the signature_name of this SmsSignatureReq.
215
215
 
216
216
  签名名称
217
217
 
@@ -222,7 +222,7 @@ class SmsSignatureReq:
222
222
 
223
223
  @signature_name.setter
224
224
  def signature_name(self, signature_name):
225
- """Sets the signature_name of this SmsSignatureReq.
225
+ r"""Sets the signature_name of this SmsSignatureReq.
226
226
 
227
227
  签名名称
228
228
 
@@ -233,7 +233,7 @@ class SmsSignatureReq:
233
233
 
234
234
  @property
235
235
  def signature_source(self):
236
- """Gets the signature_source of this SmsSignatureReq.
236
+ r"""Gets the signature_source of this SmsSignatureReq.
237
237
 
238
238
  签名来源。支持枚举值: 1. 0:企事业单位的全称或简称 2. 1:工信部备案网站的全称或简称 3. 2: APP应用的全称或简称 4. 3:公众号或小程序的全称或简称 5. 4:电商平台店铺名的全称或简称 6. 5:商标名的全称或简称
239
239
 
@@ -244,7 +244,7 @@ class SmsSignatureReq:
244
244
 
245
245
  @signature_source.setter
246
246
  def signature_source(self, signature_source):
247
- """Sets the signature_source of this SmsSignatureReq.
247
+ r"""Sets the signature_source of this SmsSignatureReq.
248
248
 
249
249
  签名来源。支持枚举值: 1. 0:企事业单位的全称或简称 2. 1:工信部备案网站的全称或简称 3. 2: APP应用的全称或简称 4. 3:公众号或小程序的全称或简称 5. 4:电商平台店铺名的全称或简称 6. 5:商标名的全称或简称
250
250
 
@@ -255,7 +255,7 @@ class SmsSignatureReq:
255
255
 
256
256
  @property
257
257
  def signature_type(self):
258
- """Gets the signature_type of this SmsSignatureReq.
258
+ r"""Gets the signature_type of this SmsSignatureReq.
259
259
 
260
260
  签名类型。支持枚举值: 1. VERIFY_CODE_TYPE: 验证码类 2. PROMOTION_TYPE: 推广类 3. NOTIFY_TYPE: 通知类
261
261
 
@@ -266,7 +266,7 @@ class SmsSignatureReq:
266
266
 
267
267
  @signature_type.setter
268
268
  def signature_type(self, signature_type):
269
- """Sets the signature_type of this SmsSignatureReq.
269
+ r"""Sets the signature_type of this SmsSignatureReq.
270
270
 
271
271
  签名类型。支持枚举值: 1. VERIFY_CODE_TYPE: 验证码类 2. PROMOTION_TYPE: 推广类 3. NOTIFY_TYPE: 通知类
272
272
 
@@ -277,7 +277,7 @@ class SmsSignatureReq:
277
277
 
278
278
  @property
279
279
  def source_title_content(self):
280
- """Gets the source_title_content of this SmsSignatureReq.
280
+ r"""Gets the source_title_content of this SmsSignatureReq.
281
281
 
282
282
  签名来源标题内容
283
283
 
@@ -288,7 +288,7 @@ class SmsSignatureReq:
288
288
 
289
289
  @source_title_content.setter
290
290
  def source_title_content(self, source_title_content):
291
- """Sets the source_title_content of this SmsSignatureReq.
291
+ r"""Sets the source_title_content of this SmsSignatureReq.
292
292
 
293
293
  签名来源标题内容
294
294
 
@@ -299,7 +299,7 @@ class SmsSignatureReq:
299
299
 
300
300
  @property
301
301
  def qualification_id(self):
302
- """Gets the qualification_id of this SmsSignatureReq.
302
+ r"""Gets the qualification_id of this SmsSignatureReq.
303
303
 
304
304
  资质ID ,当前考虑存量应用的接口兼容性,代码未做强制校验,但创建签名时请务必携带资质ID,否则会导致资质审核失败
305
305
 
@@ -310,7 +310,7 @@ class SmsSignatureReq:
310
310
 
311
311
  @qualification_id.setter
312
312
  def qualification_id(self, qualification_id):
313
- """Sets the qualification_id of this SmsSignatureReq.
313
+ r"""Sets the qualification_id of this SmsSignatureReq.
314
314
 
315
315
  资质ID ,当前考虑存量应用的接口兼容性,代码未做强制校验,但创建签名时请务必携带资质ID,否则会导致资质审核失败
316
316
 
@@ -75,7 +75,7 @@ class SmsSignatureResp:
75
75
  }
76
76
 
77
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):
78
- """SmsSignatureResp
78
+ r"""SmsSignatureResp
79
79
 
80
80
  The model defined in huaweicloud sdk
81
81
 
@@ -218,7 +218,7 @@ class SmsSignatureResp:
218
218
 
219
219
  @property
220
220
  def id(self):
221
- """Gets the id of this SmsSignatureResp.
221
+ r"""Gets the id of this SmsSignatureResp.
222
222
 
223
223
  签名主键id,用于获取、修改、删除、申请激活签名的唯一标识
224
224
 
@@ -229,7 +229,7 @@ class SmsSignatureResp:
229
229
 
230
230
  @id.setter
231
231
  def id(self, id):
232
- """Sets the id of this SmsSignatureResp.
232
+ r"""Sets the id of this SmsSignatureResp.
233
233
 
234
234
  签名主键id,用于获取、修改、删除、申请激活签名的唯一标识
235
235
 
@@ -240,7 +240,7 @@ class SmsSignatureResp:
240
240
 
241
241
  @property
242
242
  def create_time(self):
243
- """Gets the create_time of this SmsSignatureResp.
243
+ r"""Gets the create_time of this SmsSignatureResp.
244
244
 
245
245
  创建时间[yyyy-MM-dd HH:mm:ss]
246
246
 
@@ -251,7 +251,7 @@ class SmsSignatureResp:
251
251
 
252
252
  @create_time.setter
253
253
  def create_time(self, create_time):
254
- """Sets the create_time of this SmsSignatureResp.
254
+ r"""Sets the create_time of this SmsSignatureResp.
255
255
 
256
256
  创建时间[yyyy-MM-dd HH:mm:ss]
257
257
 
@@ -262,7 +262,7 @@ class SmsSignatureResp:
262
262
 
263
263
  @property
264
264
  def update_time(self):
265
- """Gets the update_time of this SmsSignatureResp.
265
+ r"""Gets the update_time of this SmsSignatureResp.
266
266
 
267
267
  更新时间[yyyy-MM-dd HH:mm:ss]
268
268
 
@@ -273,7 +273,7 @@ class SmsSignatureResp:
273
273
 
274
274
  @update_time.setter
275
275
  def update_time(self, update_time):
276
- """Sets the update_time of this SmsSignatureResp.
276
+ r"""Sets the update_time of this SmsSignatureResp.
277
277
 
278
278
  更新时间[yyyy-MM-dd HH:mm:ss]
279
279
 
@@ -284,7 +284,7 @@ class SmsSignatureResp:
284
284
 
285
285
  @property
286
286
  def customer_id(self):
287
- """Gets the customer_id of this SmsSignatureResp.
287
+ r"""Gets the customer_id of this SmsSignatureResp.
288
288
 
289
289
  租户customer id
290
290
 
@@ -295,7 +295,7 @@ class SmsSignatureResp:
295
295
 
296
296
  @customer_id.setter
297
297
  def customer_id(self, customer_id):
298
- """Sets the customer_id of this SmsSignatureResp.
298
+ r"""Sets the customer_id of this SmsSignatureResp.
299
299
 
300
300
  租户customer id
301
301
 
@@ -306,7 +306,7 @@ class SmsSignatureResp:
306
306
 
307
307
  @property
308
308
  def tenant(self):
309
- """Gets the tenant of this SmsSignatureResp.
309
+ r"""Gets the tenant of this SmsSignatureResp.
310
310
 
311
311
  :return: The tenant of this SmsSignatureResp.
312
312
  :rtype: :class:`huaweicloudsdkmsgsms.v2.TenantBasic`
@@ -315,7 +315,7 @@ class SmsSignatureResp:
315
315
 
316
316
  @tenant.setter
317
317
  def tenant(self, tenant):
318
- """Sets the tenant of this SmsSignatureResp.
318
+ r"""Sets the tenant of this SmsSignatureResp.
319
319
 
320
320
  :param tenant: The tenant of this SmsSignatureResp.
321
321
  :type tenant: :class:`huaweicloudsdkmsgsms.v2.TenantBasic`
@@ -324,7 +324,7 @@ class SmsSignatureResp:
324
324
 
325
325
  @property
326
326
  def signature_name(self):
327
- """Gets the signature_name of this SmsSignatureResp.
327
+ r"""Gets the signature_name of this SmsSignatureResp.
328
328
 
329
329
  签名名称
330
330
 
@@ -335,7 +335,7 @@ class SmsSignatureResp:
335
335
 
336
336
  @signature_name.setter
337
337
  def signature_name(self, signature_name):
338
- """Sets the signature_name of this SmsSignatureResp.
338
+ r"""Sets the signature_name of this SmsSignatureResp.
339
339
 
340
340
  签名名称
341
341
 
@@ -346,7 +346,7 @@ class SmsSignatureResp:
346
346
 
347
347
  @property
348
348
  def signature_id(self):
349
- """Gets the signature_id of this SmsSignatureResp.
349
+ r"""Gets the signature_id of this SmsSignatureResp.
350
350
 
351
351
  签名id
352
352
 
@@ -357,7 +357,7 @@ class SmsSignatureResp:
357
357
 
358
358
  @signature_id.setter
359
359
  def signature_id(self, signature_id):
360
- """Sets the signature_id of this SmsSignatureResp.
360
+ r"""Sets the signature_id of this SmsSignatureResp.
361
361
 
362
362
  签名id
363
363
 
@@ -368,7 +368,7 @@ class SmsSignatureResp:
368
368
 
369
369
  @property
370
370
  def signature_type(self):
371
- """Gets the signature_type of this SmsSignatureResp.
371
+ r"""Gets the signature_type of this SmsSignatureResp.
372
372
 
373
373
  签名类型
374
374
 
@@ -379,7 +379,7 @@ class SmsSignatureResp:
379
379
 
380
380
  @signature_type.setter
381
381
  def signature_type(self, signature_type):
382
- """Sets the signature_type of this SmsSignatureResp.
382
+ r"""Sets the signature_type of this SmsSignatureResp.
383
383
 
384
384
  签名类型
385
385
 
@@ -390,7 +390,7 @@ class SmsSignatureResp:
390
390
 
391
391
  @property
392
392
  def app_name(self):
393
- """Gets the app_name of this SmsSignatureResp.
393
+ r"""Gets the app_name of this SmsSignatureResp.
394
394
 
395
395
  应用名称
396
396
 
@@ -401,7 +401,7 @@ class SmsSignatureResp:
401
401
 
402
402
  @app_name.setter
403
403
  def app_name(self, app_name):
404
- """Sets the app_name of this SmsSignatureResp.
404
+ r"""Sets the app_name of this SmsSignatureResp.
405
405
 
406
406
  应用名称
407
407
 
@@ -412,7 +412,7 @@ class SmsSignatureResp:
412
412
 
413
413
  @property
414
414
  def apply_desc(self):
415
- """Gets the apply_desc of this SmsSignatureResp.
415
+ r"""Gets the apply_desc of this SmsSignatureResp.
416
416
 
417
417
  申请描述
418
418
 
@@ -423,7 +423,7 @@ class SmsSignatureResp:
423
423
 
424
424
  @apply_desc.setter
425
425
  def apply_desc(self, apply_desc):
426
- """Sets the apply_desc of this SmsSignatureResp.
426
+ r"""Sets the apply_desc of this SmsSignatureResp.
427
427
 
428
428
  申请描述
429
429
 
@@ -434,7 +434,7 @@ class SmsSignatureResp:
434
434
 
435
435
  @property
436
436
  def channel_num(self):
437
- """Gets the channel_num of this SmsSignatureResp.
437
+ r"""Gets the channel_num of this SmsSignatureResp.
438
438
 
439
439
  国内短信通道号,仅当签名审核成功,运营人员配置完成后返回。
440
440
 
@@ -445,7 +445,7 @@ class SmsSignatureResp:
445
445
 
446
446
  @channel_num.setter
447
447
  def channel_num(self, channel_num):
448
- """Sets the channel_num of this SmsSignatureResp.
448
+ r"""Sets the channel_num of this SmsSignatureResp.
449
449
 
450
450
  国内短信通道号,仅当签名审核成功,运营人员配置完成后返回。
451
451
 
@@ -456,7 +456,7 @@ class SmsSignatureResp:
456
456
 
457
457
  @property
458
458
  def review_desc(self):
459
- """Gets the review_desc of this SmsSignatureResp.
459
+ r"""Gets the review_desc of this SmsSignatureResp.
460
460
 
461
461
  审核意见
462
462
 
@@ -467,7 +467,7 @@ class SmsSignatureResp:
467
467
 
468
468
  @review_desc.setter
469
469
  def review_desc(self, review_desc):
470
- """Sets the review_desc of this SmsSignatureResp.
470
+ r"""Sets the review_desc of this SmsSignatureResp.
471
471
 
472
472
  审核意见
473
473
 
@@ -478,7 +478,7 @@ class SmsSignatureResp:
478
478
 
479
479
  @property
480
480
  def file_id(self):
481
- """Gets the file_id of this SmsSignatureResp.
481
+ r"""Gets the file_id of this SmsSignatureResp.
482
482
 
483
483
  文件id
484
484
 
@@ -489,7 +489,7 @@ class SmsSignatureResp:
489
489
 
490
490
  @file_id.setter
491
491
  def file_id(self, file_id):
492
- """Sets the file_id of this SmsSignatureResp.
492
+ r"""Sets the file_id of this SmsSignatureResp.
493
493
 
494
494
  文件id
495
495
 
@@ -500,7 +500,7 @@ class SmsSignatureResp:
500
500
 
501
501
  @property
502
502
  def status(self):
503
- """Gets the status of this SmsSignatureResp.
503
+ r"""Gets the status of this SmsSignatureResp.
504
504
 
505
505
  签名状态
506
506
 
@@ -511,7 +511,7 @@ class SmsSignatureResp:
511
511
 
512
512
  @status.setter
513
513
  def status(self, status):
514
- """Sets the status of this SmsSignatureResp.
514
+ r"""Sets the status of this SmsSignatureResp.
515
515
 
516
516
  签名状态
517
517
 
@@ -522,7 +522,7 @@ class SmsSignatureResp:
522
522
 
523
523
  @property
524
524
  def site(self):
525
- """Gets the site of this SmsSignatureResp.
525
+ r"""Gets the site of this SmsSignatureResp.
526
526
 
527
527
  站点
528
528
 
@@ -533,7 +533,7 @@ class SmsSignatureResp:
533
533
 
534
534
  @site.setter
535
535
  def site(self, site):
536
- """Sets the site of this SmsSignatureResp.
536
+ r"""Sets the site of this SmsSignatureResp.
537
537
 
538
538
  站点
539
539
 
@@ -544,7 +544,7 @@ class SmsSignatureResp:
544
544
 
545
545
  @property
546
546
  def signature_source(self):
547
- """Gets the signature_source of this SmsSignatureResp.
547
+ r"""Gets the signature_source of this SmsSignatureResp.
548
548
 
549
549
  签名来源
550
550
 
@@ -555,7 +555,7 @@ class SmsSignatureResp:
555
555
 
556
556
  @signature_source.setter
557
557
  def signature_source(self, signature_source):
558
- """Sets the signature_source of this SmsSignatureResp.
558
+ r"""Sets the signature_source of this SmsSignatureResp.
559
559
 
560
560
  签名来源
561
561
 
@@ -566,7 +566,7 @@ class SmsSignatureResp:
566
566
 
567
567
  @property
568
568
  def is_involved_third(self):
569
- """Gets the is_involved_third of this SmsSignatureResp.
569
+ r"""Gets the is_involved_third of this SmsSignatureResp.
570
570
 
571
571
  是否涉及第三方权益
572
572
 
@@ -577,7 +577,7 @@ class SmsSignatureResp:
577
577
 
578
578
  @is_involved_third.setter
579
579
  def is_involved_third(self, is_involved_third):
580
- """Sets the is_involved_third of this SmsSignatureResp.
580
+ r"""Sets the is_involved_third of this SmsSignatureResp.
581
581
 
582
582
  是否涉及第三方权益
583
583
 
@@ -588,7 +588,7 @@ class SmsSignatureResp:
588
588
 
589
589
  @property
590
590
  def power_attorney_file_id(self):
591
- """Gets the power_attorney_file_id of this SmsSignatureResp.
591
+ r"""Gets the power_attorney_file_id of this SmsSignatureResp.
592
592
 
593
593
  授权委托书文件ID
594
594
 
@@ -599,7 +599,7 @@ class SmsSignatureResp:
599
599
 
600
600
  @power_attorney_file_id.setter
601
601
  def power_attorney_file_id(self, power_attorney_file_id):
602
- """Sets the power_attorney_file_id of this SmsSignatureResp.
602
+ r"""Sets the power_attorney_file_id of this SmsSignatureResp.
603
603
 
604
604
  授权委托书文件ID
605
605
 
@@ -610,7 +610,7 @@ class SmsSignatureResp:
610
610
 
611
611
  @property
612
612
  def urge_status(self):
613
- """Gets the urge_status of this SmsSignatureResp.
613
+ r"""Gets the urge_status of this SmsSignatureResp.
614
614
 
615
615
  催审状态
616
616
 
@@ -621,7 +621,7 @@ class SmsSignatureResp:
621
621
 
622
622
  @urge_status.setter
623
623
  def urge_status(self, urge_status):
624
- """Sets the urge_status of this SmsSignatureResp.
624
+ r"""Sets the urge_status of this SmsSignatureResp.
625
625
 
626
626
  催审状态
627
627
 
@@ -632,7 +632,7 @@ class SmsSignatureResp:
632
632
 
633
633
  @property
634
634
  def urge_time(self):
635
- """Gets the urge_time of this SmsSignatureResp.
635
+ r"""Gets the urge_time of this SmsSignatureResp.
636
636
 
637
637
  催审时间
638
638
 
@@ -643,7 +643,7 @@ class SmsSignatureResp:
643
643
 
644
644
  @urge_time.setter
645
645
  def urge_time(self, urge_time):
646
- """Sets the urge_time of this SmsSignatureResp.
646
+ r"""Sets the urge_time of this SmsSignatureResp.
647
647
 
648
648
  催审时间
649
649
 
@@ -654,7 +654,7 @@ class SmsSignatureResp:
654
654
 
655
655
  @property
656
656
  def urge_desc(self):
657
- """Gets the urge_desc of this SmsSignatureResp.
657
+ r"""Gets the urge_desc of this SmsSignatureResp.
658
658
 
659
659
  催审描述
660
660
 
@@ -665,7 +665,7 @@ class SmsSignatureResp:
665
665
 
666
666
  @urge_desc.setter
667
667
  def urge_desc(self, urge_desc):
668
- """Sets the urge_desc of this SmsSignatureResp.
668
+ r"""Sets the urge_desc of this SmsSignatureResp.
669
669
 
670
670
  催审描述
671
671
 
@@ -676,7 +676,7 @@ class SmsSignatureResp:
676
676
 
677
677
  @property
678
678
  def app_key(self):
679
- """Gets the app_key of this SmsSignatureResp.
679
+ r"""Gets the app_key of this SmsSignatureResp.
680
680
 
681
681
  应用key
682
682
 
@@ -687,7 +687,7 @@ class SmsSignatureResp:
687
687
 
688
688
  @app_key.setter
689
689
  def app_key(self, app_key):
690
- """Sets the app_key of this SmsSignatureResp.
690
+ r"""Sets the app_key of this SmsSignatureResp.
691
691
 
692
692
  应用key
693
693
 
@@ -698,7 +698,7 @@ class SmsSignatureResp:
698
698
 
699
699
  @property
700
700
  def source_title_content(self):
701
- """Gets the source_title_content of this SmsSignatureResp.
701
+ r"""Gets the source_title_content of this SmsSignatureResp.
702
702
 
703
703
  标题内容
704
704
 
@@ -709,7 +709,7 @@ class SmsSignatureResp:
709
709
 
710
710
  @source_title_content.setter
711
711
  def source_title_content(self, source_title_content):
712
- """Sets the source_title_content of this SmsSignatureResp.
712
+ r"""Sets the source_title_content of this SmsSignatureResp.
713
713
 
714
714
  标题内容
715
715
 
@@ -720,7 +720,7 @@ class SmsSignatureResp:
720
720
 
721
721
  @property
722
722
  def signature_usage(self):
723
- """Gets the signature_usage of this SmsSignatureResp.
723
+ r"""Gets the signature_usage of this SmsSignatureResp.
724
724
 
725
725
  签名用途
726
726
 
@@ -731,7 +731,7 @@ class SmsSignatureResp:
731
731
 
732
732
  @signature_usage.setter
733
733
  def signature_usage(self, signature_usage):
734
- """Sets the signature_usage of this SmsSignatureResp.
734
+ r"""Sets the signature_usage of this SmsSignatureResp.
735
735
 
736
736
  签名用途
737
737
 
@@ -742,7 +742,7 @@ class SmsSignatureResp:
742
742
 
743
743
  @property
744
744
  def qualification_id(self):
745
- """Gets the qualification_id of this SmsSignatureResp.
745
+ r"""Gets the qualification_id of this SmsSignatureResp.
746
746
 
747
747
  资质ID
748
748
 
@@ -753,7 +753,7 @@ class SmsSignatureResp:
753
753
 
754
754
  @qualification_id.setter
755
755
  def qualification_id(self, qualification_id):
756
- """Sets the qualification_id of this SmsSignatureResp.
756
+ r"""Sets the qualification_id of this SmsSignatureResp.
757
757
 
758
758
  资质ID
759
759
 
@@ -764,7 +764,7 @@ class SmsSignatureResp:
764
764
 
765
765
  @property
766
766
  def qualification_name(self):
767
- """Gets the qualification_name of this SmsSignatureResp.
767
+ r"""Gets the qualification_name of this SmsSignatureResp.
768
768
 
769
769
  资质名
770
770
 
@@ -775,7 +775,7 @@ class SmsSignatureResp:
775
775
 
776
776
  @qualification_name.setter
777
777
  def qualification_name(self, qualification_name):
778
- """Sets the qualification_name of this SmsSignatureResp.
778
+ r"""Sets the qualification_name of this SmsSignatureResp.
779
779
 
780
780
  资质名
781
781