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
@@ -67,7 +67,7 @@ class SmsAppQueryResp:
67
67
  }
68
68
 
69
69
  def __init__(self, id=None, create_time=None, update_time=None, customer_id=None, resource_id=None, developer_account=None, app_name=None, omp_app_name=None, app_key=None, up_link_addr=None, status=None, industry=None, region=None, intl_channel_num=None, enterprise_project_id=None, enterprise_project_name=None, ip_white_list=None, app_access_addr=None, protocol=None, platform=None, is_support_multiomp=None, tenant=None):
70
- """SmsAppQueryResp
70
+ r"""SmsAppQueryResp
71
71
 
72
72
  The model defined in huaweicloud sdk
73
73
 
@@ -190,7 +190,7 @@ class SmsAppQueryResp:
190
190
 
191
191
  @property
192
192
  def id(self):
193
- """Gets the id of this SmsAppQueryResp.
193
+ r"""Gets the id of this SmsAppQueryResp.
194
194
 
195
195
  应用主键ID,用于获取、修改应用的唯一标识
196
196
 
@@ -201,7 +201,7 @@ class SmsAppQueryResp:
201
201
 
202
202
  @id.setter
203
203
  def id(self, id):
204
- """Sets the id of this SmsAppQueryResp.
204
+ r"""Sets the id of this SmsAppQueryResp.
205
205
 
206
206
  应用主键ID,用于获取、修改应用的唯一标识
207
207
 
@@ -212,7 +212,7 @@ class SmsAppQueryResp:
212
212
 
213
213
  @property
214
214
  def create_time(self):
215
- """Gets the create_time of this SmsAppQueryResp.
215
+ r"""Gets the create_time of this SmsAppQueryResp.
216
216
 
217
217
  创建时间[yyyy-MM-dd HH:mm:ss]
218
218
 
@@ -223,7 +223,7 @@ class SmsAppQueryResp:
223
223
 
224
224
  @create_time.setter
225
225
  def create_time(self, create_time):
226
- """Sets the create_time of this SmsAppQueryResp.
226
+ r"""Sets the create_time of this SmsAppQueryResp.
227
227
 
228
228
  创建时间[yyyy-MM-dd HH:mm:ss]
229
229
 
@@ -234,7 +234,7 @@ class SmsAppQueryResp:
234
234
 
235
235
  @property
236
236
  def update_time(self):
237
- """Gets the update_time of this SmsAppQueryResp.
237
+ r"""Gets the update_time of this SmsAppQueryResp.
238
238
 
239
239
  更新时间[yyyy-MM-dd HH:mm:ss]
240
240
 
@@ -245,7 +245,7 @@ class SmsAppQueryResp:
245
245
 
246
246
  @update_time.setter
247
247
  def update_time(self, update_time):
248
- """Sets the update_time of this SmsAppQueryResp.
248
+ r"""Sets the update_time of this SmsAppQueryResp.
249
249
 
250
250
  更新时间[yyyy-MM-dd HH:mm:ss]
251
251
 
@@ -256,7 +256,7 @@ class SmsAppQueryResp:
256
256
 
257
257
  @property
258
258
  def customer_id(self):
259
- """Gets the customer_id of this SmsAppQueryResp.
259
+ r"""Gets the customer_id of this SmsAppQueryResp.
260
260
 
261
261
  租户customer id
262
262
 
@@ -267,7 +267,7 @@ class SmsAppQueryResp:
267
267
 
268
268
  @customer_id.setter
269
269
  def customer_id(self, customer_id):
270
- """Sets the customer_id of this SmsAppQueryResp.
270
+ r"""Sets the customer_id of this SmsAppQueryResp.
271
271
 
272
272
  租户customer id
273
273
 
@@ -278,7 +278,7 @@ class SmsAppQueryResp:
278
278
 
279
279
  @property
280
280
  def resource_id(self):
281
- """Gets the resource_id of this SmsAppQueryResp.
281
+ r"""Gets the resource_id of this SmsAppQueryResp.
282
282
 
283
283
  租户resource id
284
284
 
@@ -289,7 +289,7 @@ class SmsAppQueryResp:
289
289
 
290
290
  @resource_id.setter
291
291
  def resource_id(self, resource_id):
292
- """Sets the resource_id of this SmsAppQueryResp.
292
+ r"""Sets the resource_id of this SmsAppQueryResp.
293
293
 
294
294
  租户resource id
295
295
 
@@ -300,7 +300,7 @@ class SmsAppQueryResp:
300
300
 
301
301
  @property
302
302
  def developer_account(self):
303
- """Gets the developer_account of this SmsAppQueryResp.
303
+ r"""Gets the developer_account of this SmsAppQueryResp.
304
304
 
305
305
  租户开发者账号
306
306
 
@@ -311,7 +311,7 @@ class SmsAppQueryResp:
311
311
 
312
312
  @developer_account.setter
313
313
  def developer_account(self, developer_account):
314
- """Sets the developer_account of this SmsAppQueryResp.
314
+ r"""Sets the developer_account of this SmsAppQueryResp.
315
315
 
316
316
  租户开发者账号
317
317
 
@@ -322,7 +322,7 @@ class SmsAppQueryResp:
322
322
 
323
323
  @property
324
324
  def app_name(self):
325
- """Gets the app_name of this SmsAppQueryResp.
325
+ r"""Gets the app_name of this SmsAppQueryResp.
326
326
 
327
327
  应用名称
328
328
 
@@ -333,7 +333,7 @@ class SmsAppQueryResp:
333
333
 
334
334
  @app_name.setter
335
335
  def app_name(self, app_name):
336
- """Sets the app_name of this SmsAppQueryResp.
336
+ r"""Sets the app_name of this SmsAppQueryResp.
337
337
 
338
338
  应用名称
339
339
 
@@ -344,7 +344,7 @@ class SmsAppQueryResp:
344
344
 
345
345
  @property
346
346
  def omp_app_name(self):
347
- """Gets the omp_app_name of this SmsAppQueryResp.
347
+ r"""Gets the omp_app_name of this SmsAppQueryResp.
348
348
 
349
349
  omp应用名称
350
350
 
@@ -355,7 +355,7 @@ class SmsAppQueryResp:
355
355
 
356
356
  @omp_app_name.setter
357
357
  def omp_app_name(self, omp_app_name):
358
- """Sets the omp_app_name of this SmsAppQueryResp.
358
+ r"""Sets the omp_app_name of this SmsAppQueryResp.
359
359
 
360
360
  omp应用名称
361
361
 
@@ -366,7 +366,7 @@ class SmsAppQueryResp:
366
366
 
367
367
  @property
368
368
  def app_key(self):
369
- """Gets the app_key of this SmsAppQueryResp.
369
+ r"""Gets the app_key of this SmsAppQueryResp.
370
370
 
371
371
  应用key
372
372
 
@@ -377,7 +377,7 @@ class SmsAppQueryResp:
377
377
 
378
378
  @app_key.setter
379
379
  def app_key(self, app_key):
380
- """Sets the app_key of this SmsAppQueryResp.
380
+ r"""Sets the app_key of this SmsAppQueryResp.
381
381
 
382
382
  应用key
383
383
 
@@ -388,7 +388,7 @@ class SmsAppQueryResp:
388
388
 
389
389
  @property
390
390
  def up_link_addr(self):
391
- """Gets the up_link_addr of this SmsAppQueryResp.
391
+ r"""Gets the up_link_addr of this SmsAppQueryResp.
392
392
 
393
393
  上行短信地址
394
394
 
@@ -399,7 +399,7 @@ class SmsAppQueryResp:
399
399
 
400
400
  @up_link_addr.setter
401
401
  def up_link_addr(self, up_link_addr):
402
- """Sets the up_link_addr of this SmsAppQueryResp.
402
+ r"""Sets the up_link_addr of this SmsAppQueryResp.
403
403
 
404
404
  上行短信地址
405
405
 
@@ -410,7 +410,7 @@ class SmsAppQueryResp:
410
410
 
411
411
  @property
412
412
  def status(self):
413
- """Gets the status of this SmsAppQueryResp.
413
+ r"""Gets the status of this SmsAppQueryResp.
414
414
 
415
415
  应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
416
416
 
@@ -421,7 +421,7 @@ class SmsAppQueryResp:
421
421
 
422
422
  @status.setter
423
423
  def status(self, status):
424
- """Sets the status of this SmsAppQueryResp.
424
+ r"""Sets the status of this SmsAppQueryResp.
425
425
 
426
426
  应用状态 CREATED:待上线。应用暂未创建成功,请稍候。 SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 LAUNCHED:正常。应用添加成功,可以正常使用。 PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
427
427
 
@@ -432,7 +432,7 @@ class SmsAppQueryResp:
432
432
 
433
433
  @property
434
434
  def industry(self):
435
- """Gets the industry of this SmsAppQueryResp.
435
+ r"""Gets the industry of this SmsAppQueryResp.
436
436
 
437
437
  行业类型
438
438
 
@@ -443,7 +443,7 @@ class SmsAppQueryResp:
443
443
 
444
444
  @industry.setter
445
445
  def industry(self, industry):
446
- """Sets the industry of this SmsAppQueryResp.
446
+ r"""Sets the industry of this SmsAppQueryResp.
447
447
 
448
448
  行业类型
449
449
 
@@ -454,7 +454,7 @@ class SmsAppQueryResp:
454
454
 
455
455
  @property
456
456
  def region(self):
457
- """Gets the region of this SmsAppQueryResp.
457
+ r"""Gets the region of this SmsAppQueryResp.
458
458
 
459
459
  地域 1. cn:国内 2. intl:国际
460
460
 
@@ -465,7 +465,7 @@ class SmsAppQueryResp:
465
465
 
466
466
  @region.setter
467
467
  def region(self, region):
468
- """Sets the region of this SmsAppQueryResp.
468
+ r"""Sets the region of this SmsAppQueryResp.
469
469
 
470
470
  地域 1. cn:国内 2. intl:国际
471
471
 
@@ -476,7 +476,7 @@ class SmsAppQueryResp:
476
476
 
477
477
  @property
478
478
  def intl_channel_num(self):
479
- """Gets the intl_channel_num of this SmsAppQueryResp.
479
+ r"""Gets the intl_channel_num of this SmsAppQueryResp.
480
480
 
481
481
  国际/港澳台短信通道号
482
482
 
@@ -487,7 +487,7 @@ class SmsAppQueryResp:
487
487
 
488
488
  @intl_channel_num.setter
489
489
  def intl_channel_num(self, intl_channel_num):
490
- """Sets the intl_channel_num of this SmsAppQueryResp.
490
+ r"""Sets the intl_channel_num of this SmsAppQueryResp.
491
491
 
492
492
  国际/港澳台短信通道号
493
493
 
@@ -498,7 +498,7 @@ class SmsAppQueryResp:
498
498
 
499
499
  @property
500
500
  def enterprise_project_id(self):
501
- """Gets the enterprise_project_id of this SmsAppQueryResp.
501
+ r"""Gets the enterprise_project_id of this SmsAppQueryResp.
502
502
 
503
503
  企业项目ID
504
504
 
@@ -509,7 +509,7 @@ class SmsAppQueryResp:
509
509
 
510
510
  @enterprise_project_id.setter
511
511
  def enterprise_project_id(self, enterprise_project_id):
512
- """Sets the enterprise_project_id of this SmsAppQueryResp.
512
+ r"""Sets the enterprise_project_id of this SmsAppQueryResp.
513
513
 
514
514
  企业项目ID
515
515
 
@@ -520,7 +520,7 @@ class SmsAppQueryResp:
520
520
 
521
521
  @property
522
522
  def enterprise_project_name(self):
523
- """Gets the enterprise_project_name of this SmsAppQueryResp.
523
+ r"""Gets the enterprise_project_name of this SmsAppQueryResp.
524
524
 
525
525
  企业项目名称
526
526
 
@@ -531,7 +531,7 @@ class SmsAppQueryResp:
531
531
 
532
532
  @enterprise_project_name.setter
533
533
  def enterprise_project_name(self, enterprise_project_name):
534
- """Sets the enterprise_project_name of this SmsAppQueryResp.
534
+ r"""Sets the enterprise_project_name of this SmsAppQueryResp.
535
535
 
536
536
  企业项目名称
537
537
 
@@ -542,7 +542,7 @@ class SmsAppQueryResp:
542
542
 
543
543
  @property
544
544
  def ip_white_list(self):
545
- """Gets the ip_white_list of this SmsAppQueryResp.
545
+ r"""Gets the ip_white_list of this SmsAppQueryResp.
546
546
 
547
547
  IP白名单
548
548
 
@@ -553,7 +553,7 @@ class SmsAppQueryResp:
553
553
 
554
554
  @ip_white_list.setter
555
555
  def ip_white_list(self, ip_white_list):
556
- """Sets the ip_white_list of this SmsAppQueryResp.
556
+ r"""Sets the ip_white_list of this SmsAppQueryResp.
557
557
 
558
558
  IP白名单
559
559
 
@@ -564,7 +564,7 @@ class SmsAppQueryResp:
564
564
 
565
565
  @property
566
566
  def app_access_addr(self):
567
- """Gets the app_access_addr of this SmsAppQueryResp.
567
+ r"""Gets the app_access_addr of this SmsAppQueryResp.
568
568
 
569
569
  接入地址
570
570
 
@@ -575,7 +575,7 @@ class SmsAppQueryResp:
575
575
 
576
576
  @app_access_addr.setter
577
577
  def app_access_addr(self, app_access_addr):
578
- """Sets the app_access_addr of this SmsAppQueryResp.
578
+ r"""Sets the app_access_addr of this SmsAppQueryResp.
579
579
 
580
580
  接入地址
581
581
 
@@ -586,7 +586,7 @@ class SmsAppQueryResp:
586
586
 
587
587
  @property
588
588
  def protocol(self):
589
- """Gets the protocol of this SmsAppQueryResp.
589
+ r"""Gets the protocol of this SmsAppQueryResp.
590
590
 
591
591
  协议
592
592
 
@@ -597,7 +597,7 @@ class SmsAppQueryResp:
597
597
 
598
598
  @protocol.setter
599
599
  def protocol(self, protocol):
600
- """Sets the protocol of this SmsAppQueryResp.
600
+ r"""Sets the protocol of this SmsAppQueryResp.
601
601
 
602
602
  协议
603
603
 
@@ -608,7 +608,7 @@ class SmsAppQueryResp:
608
608
 
609
609
  @property
610
610
  def platform(self):
611
- """Gets the platform of this SmsAppQueryResp.
611
+ r"""Gets the platform of this SmsAppQueryResp.
612
612
 
613
613
  平台
614
614
 
@@ -619,7 +619,7 @@ class SmsAppQueryResp:
619
619
 
620
620
  @platform.setter
621
621
  def platform(self, platform):
622
- """Sets the platform of this SmsAppQueryResp.
622
+ r"""Sets the platform of this SmsAppQueryResp.
623
623
 
624
624
  平台
625
625
 
@@ -630,7 +630,7 @@ class SmsAppQueryResp:
630
630
 
631
631
  @property
632
632
  def is_support_multiomp(self):
633
- """Gets the is_support_multiomp of this SmsAppQueryResp.
633
+ r"""Gets the is_support_multiomp of this SmsAppQueryResp.
634
634
 
635
635
  是否支持多OMP
636
636
 
@@ -641,7 +641,7 @@ class SmsAppQueryResp:
641
641
 
642
642
  @is_support_multiomp.setter
643
643
  def is_support_multiomp(self, is_support_multiomp):
644
- """Sets the is_support_multiomp of this SmsAppQueryResp.
644
+ r"""Sets the is_support_multiomp of this SmsAppQueryResp.
645
645
 
646
646
  是否支持多OMP
647
647
 
@@ -652,7 +652,7 @@ class SmsAppQueryResp:
652
652
 
653
653
  @property
654
654
  def tenant(self):
655
- """Gets the tenant of this SmsAppQueryResp.
655
+ r"""Gets the tenant of this SmsAppQueryResp.
656
656
 
657
657
  :return: The tenant of this SmsAppQueryResp.
658
658
  :rtype: :class:`huaweicloudsdkmsgsms.v2.TenantBasic`
@@ -661,7 +661,7 @@ class SmsAppQueryResp:
661
661
 
662
662
  @tenant.setter
663
663
  def tenant(self, tenant):
664
- """Sets the tenant of this SmsAppQueryResp.
664
+ r"""Sets the tenant of this SmsAppQueryResp.
665
665
 
666
666
  :param tenant: The tenant of this SmsAppQueryResp.
667
667
  :type tenant: :class:`huaweicloudsdkmsgsms.v2.TenantBasic`
@@ -35,7 +35,7 @@ class SmsAppUpdateReq:
35
35
  }
36
36
 
37
37
  def __init__(self, app_name=None, create_sign_and_template=None, enterprise_project_id=None, enterprise_project_name=None, region=None, up_link_addr=None):
38
- """SmsAppUpdateReq
38
+ r"""SmsAppUpdateReq
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -76,7 +76,7 @@ class SmsAppUpdateReq:
76
76
 
77
77
  @property
78
78
  def app_name(self):
79
- """Gets the app_name of this SmsAppUpdateReq.
79
+ r"""Gets the app_name of this SmsAppUpdateReq.
80
80
 
81
81
  应用名称
82
82
 
@@ -87,7 +87,7 @@ class SmsAppUpdateReq:
87
87
 
88
88
  @app_name.setter
89
89
  def app_name(self, app_name):
90
- """Sets the app_name of this SmsAppUpdateReq.
90
+ r"""Sets the app_name of this SmsAppUpdateReq.
91
91
 
92
92
  应用名称
93
93
 
@@ -98,7 +98,7 @@ class SmsAppUpdateReq:
98
98
 
99
99
  @property
100
100
  def create_sign_and_template(self):
101
- """Gets the create_sign_and_template of this SmsAppUpdateReq.
101
+ r"""Gets the create_sign_and_template of this SmsAppUpdateReq.
102
102
 
103
103
  是否创建测试签名和模板。只有地域为国内时,该字段有效 1. true:是 2. false:否
104
104
 
@@ -109,7 +109,7 @@ class SmsAppUpdateReq:
109
109
 
110
110
  @create_sign_and_template.setter
111
111
  def create_sign_and_template(self, create_sign_and_template):
112
- """Sets the create_sign_and_template of this SmsAppUpdateReq.
112
+ r"""Sets the create_sign_and_template of this SmsAppUpdateReq.
113
113
 
114
114
  是否创建测试签名和模板。只有地域为国内时,该字段有效 1. true:是 2. false:否
115
115
 
@@ -120,7 +120,7 @@ class SmsAppUpdateReq:
120
120
 
121
121
  @property
122
122
  def enterprise_project_id(self):
123
- """Gets the enterprise_project_id of this SmsAppUpdateReq.
123
+ r"""Gets the enterprise_project_id of this SmsAppUpdateReq.
124
124
 
125
125
  企业项目ID,默认为0
126
126
 
@@ -131,7 +131,7 @@ class SmsAppUpdateReq:
131
131
 
132
132
  @enterprise_project_id.setter
133
133
  def enterprise_project_id(self, enterprise_project_id):
134
- """Sets the enterprise_project_id of this SmsAppUpdateReq.
134
+ r"""Sets the enterprise_project_id of this SmsAppUpdateReq.
135
135
 
136
136
  企业项目ID,默认为0
137
137
 
@@ -142,7 +142,7 @@ class SmsAppUpdateReq:
142
142
 
143
143
  @property
144
144
  def enterprise_project_name(self):
145
- """Gets the enterprise_project_name of this SmsAppUpdateReq.
145
+ r"""Gets the enterprise_project_name of this SmsAppUpdateReq.
146
146
 
147
147
  企业项目名称,默认为default
148
148
 
@@ -153,7 +153,7 @@ class SmsAppUpdateReq:
153
153
 
154
154
  @enterprise_project_name.setter
155
155
  def enterprise_project_name(self, enterprise_project_name):
156
- """Sets the enterprise_project_name of this SmsAppUpdateReq.
156
+ r"""Sets the enterprise_project_name of this SmsAppUpdateReq.
157
157
 
158
158
  企业项目名称,默认为default
159
159
 
@@ -164,7 +164,7 @@ class SmsAppUpdateReq:
164
164
 
165
165
  @property
166
166
  def region(self):
167
- """Gets the region of this SmsAppUpdateReq.
167
+ r"""Gets the region of this SmsAppUpdateReq.
168
168
 
169
169
  地域 1. cn:国内 2. intl:国际
170
170
 
@@ -175,7 +175,7 @@ class SmsAppUpdateReq:
175
175
 
176
176
  @region.setter
177
177
  def region(self, region):
178
- """Sets the region of this SmsAppUpdateReq.
178
+ r"""Sets the region of this SmsAppUpdateReq.
179
179
 
180
180
  地域 1. cn:国内 2. intl:国际
181
181
 
@@ -186,7 +186,7 @@ class SmsAppUpdateReq:
186
186
 
187
187
  @property
188
188
  def up_link_addr(self):
189
- """Gets the up_link_addr of this SmsAppUpdateReq.
189
+ r"""Gets the up_link_addr of this SmsAppUpdateReq.
190
190
 
191
191
  上行回调地址。只有地域为国内时,该字段有效
192
192
 
@@ -197,7 +197,7 @@ class SmsAppUpdateReq:
197
197
 
198
198
  @up_link_addr.setter
199
199
  def up_link_addr(self, up_link_addr):
200
- """Sets the up_link_addr of this SmsAppUpdateReq.
200
+ r"""Sets the up_link_addr of this SmsAppUpdateReq.
201
201
 
202
202
  上行回调地址。只有地域为国内时,该字段有效
203
203
 
@@ -29,7 +29,7 @@ class SmsCountryResp:
29
29
  }
30
30
 
31
31
  def __init__(self, country_id=None, country_name_en=None, country_name_zh=None):
32
- """SmsCountryResp
32
+ r"""SmsCountryResp
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class SmsCountryResp:
57
57
 
58
58
  @property
59
59
  def country_id(self):
60
- """Gets the country_id of this SmsCountryResp.
60
+ r"""Gets the country_id of this SmsCountryResp.
61
61
 
62
62
  国家id
63
63
 
@@ -68,7 +68,7 @@ class SmsCountryResp:
68
68
 
69
69
  @country_id.setter
70
70
  def country_id(self, country_id):
71
- """Sets the country_id of this SmsCountryResp.
71
+ r"""Sets the country_id of this SmsCountryResp.
72
72
 
73
73
  国家id
74
74
 
@@ -79,7 +79,7 @@ class SmsCountryResp:
79
79
 
80
80
  @property
81
81
  def country_name_en(self):
82
- """Gets the country_name_en of this SmsCountryResp.
82
+ r"""Gets the country_name_en of this SmsCountryResp.
83
83
 
84
84
  国家(英文)
85
85
 
@@ -90,7 +90,7 @@ class SmsCountryResp:
90
90
 
91
91
  @country_name_en.setter
92
92
  def country_name_en(self, country_name_en):
93
- """Sets the country_name_en of this SmsCountryResp.
93
+ r"""Sets the country_name_en of this SmsCountryResp.
94
94
 
95
95
  国家(英文)
96
96
 
@@ -101,7 +101,7 @@ class SmsCountryResp:
101
101
 
102
102
  @property
103
103
  def country_name_zh(self):
104
- """Gets the country_name_zh of this SmsCountryResp.
104
+ r"""Gets the country_name_zh of this SmsCountryResp.
105
105
 
106
106
  国家(中文)
107
107
 
@@ -112,7 +112,7 @@ class SmsCountryResp:
112
112
 
113
113
  @country_name_zh.setter
114
114
  def country_name_zh(self, country_name_zh):
115
- """Sets the country_name_zh of this SmsCountryResp.
115
+ r"""Sets the country_name_zh of this SmsCountryResp.
116
116
 
117
117
  国家(中文)
118
118