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
@@ -84,7 +84,7 @@ class ShowTemplateResponse(SdkResponse):
84
84
  }
85
85
 
86
86
  def __init__(self, id=None, create_time=None, update_time=None, customer_id=None, tenant=None, template_name=None, template_id=None, template_type=None, app_name=None, app_key=None, sign_id=None, template_content=None, has_variable=None, template_desc=None, review_desc=None, review_order=None, flow_status=None, universal_template=None, status=None, region=None, brackets=None, site=None, urge_status=None, urge_time=None, urge_desc=None, send_country1=None, send_country2=None, send_country3=None, is_support_multiomp=None, country_name=None):
87
- """ShowTemplateResponse
87
+ r"""ShowTemplateResponse
88
88
 
89
89
  The model defined in huaweicloud sdk
90
90
 
@@ -247,7 +247,7 @@ class ShowTemplateResponse(SdkResponse):
247
247
 
248
248
  @property
249
249
  def id(self):
250
- """Gets the id of this ShowTemplateResponse.
250
+ r"""Gets the id of this ShowTemplateResponse.
251
251
 
252
252
  模板主键ID,用于获取、修改、删除模板以及查询模板变量的唯一标识
253
253
 
@@ -258,7 +258,7 @@ class ShowTemplateResponse(SdkResponse):
258
258
 
259
259
  @id.setter
260
260
  def id(self, id):
261
- """Sets the id of this ShowTemplateResponse.
261
+ r"""Sets the id of this ShowTemplateResponse.
262
262
 
263
263
  模板主键ID,用于获取、修改、删除模板以及查询模板变量的唯一标识
264
264
 
@@ -269,7 +269,7 @@ class ShowTemplateResponse(SdkResponse):
269
269
 
270
270
  @property
271
271
  def create_time(self):
272
- """Gets the create_time of this ShowTemplateResponse.
272
+ r"""Gets the create_time of this ShowTemplateResponse.
273
273
 
274
274
  创建时间[yyyy-MM-dd HH:mm:ss]
275
275
 
@@ -280,7 +280,7 @@ class ShowTemplateResponse(SdkResponse):
280
280
 
281
281
  @create_time.setter
282
282
  def create_time(self, create_time):
283
- """Sets the create_time of this ShowTemplateResponse.
283
+ r"""Sets the create_time of this ShowTemplateResponse.
284
284
 
285
285
  创建时间[yyyy-MM-dd HH:mm:ss]
286
286
 
@@ -291,7 +291,7 @@ class ShowTemplateResponse(SdkResponse):
291
291
 
292
292
  @property
293
293
  def update_time(self):
294
- """Gets the update_time of this ShowTemplateResponse.
294
+ r"""Gets the update_time of this ShowTemplateResponse.
295
295
 
296
296
  更新时间[yyyy-MM-dd HH:mm:ss]
297
297
 
@@ -302,7 +302,7 @@ class ShowTemplateResponse(SdkResponse):
302
302
 
303
303
  @update_time.setter
304
304
  def update_time(self, update_time):
305
- """Sets the update_time of this ShowTemplateResponse.
305
+ r"""Sets the update_time of this ShowTemplateResponse.
306
306
 
307
307
  更新时间[yyyy-MM-dd HH:mm:ss]
308
308
 
@@ -313,7 +313,7 @@ class ShowTemplateResponse(SdkResponse):
313
313
 
314
314
  @property
315
315
  def customer_id(self):
316
- """Gets the customer_id of this ShowTemplateResponse.
316
+ r"""Gets the customer_id of this ShowTemplateResponse.
317
317
 
318
318
  租户customer id
319
319
 
@@ -324,7 +324,7 @@ class ShowTemplateResponse(SdkResponse):
324
324
 
325
325
  @customer_id.setter
326
326
  def customer_id(self, customer_id):
327
- """Sets the customer_id of this ShowTemplateResponse.
327
+ r"""Sets the customer_id of this ShowTemplateResponse.
328
328
 
329
329
  租户customer id
330
330
 
@@ -335,7 +335,7 @@ class ShowTemplateResponse(SdkResponse):
335
335
 
336
336
  @property
337
337
  def tenant(self):
338
- """Gets the tenant of this ShowTemplateResponse.
338
+ r"""Gets the tenant of this ShowTemplateResponse.
339
339
 
340
340
  :return: The tenant of this ShowTemplateResponse.
341
341
  :rtype: :class:`huaweicloudsdkmsgsms.v2.TenantBasic`
@@ -344,7 +344,7 @@ class ShowTemplateResponse(SdkResponse):
344
344
 
345
345
  @tenant.setter
346
346
  def tenant(self, tenant):
347
- """Sets the tenant of this ShowTemplateResponse.
347
+ r"""Sets the tenant of this ShowTemplateResponse.
348
348
 
349
349
  :param tenant: The tenant of this ShowTemplateResponse.
350
350
  :type tenant: :class:`huaweicloudsdkmsgsms.v2.TenantBasic`
@@ -353,7 +353,7 @@ class ShowTemplateResponse(SdkResponse):
353
353
 
354
354
  @property
355
355
  def template_name(self):
356
- """Gets the template_name of this ShowTemplateResponse.
356
+ r"""Gets the template_name of this ShowTemplateResponse.
357
357
 
358
358
  模板名称
359
359
 
@@ -364,7 +364,7 @@ class ShowTemplateResponse(SdkResponse):
364
364
 
365
365
  @template_name.setter
366
366
  def template_name(self, template_name):
367
- """Sets the template_name of this ShowTemplateResponse.
367
+ r"""Sets the template_name of this ShowTemplateResponse.
368
368
 
369
369
  模板名称
370
370
 
@@ -375,7 +375,7 @@ class ShowTemplateResponse(SdkResponse):
375
375
 
376
376
  @property
377
377
  def template_id(self):
378
- """Gets the template_id of this ShowTemplateResponse.
378
+ r"""Gets the template_id of this ShowTemplateResponse.
379
379
 
380
380
  模板ID
381
381
 
@@ -386,7 +386,7 @@ class ShowTemplateResponse(SdkResponse):
386
386
 
387
387
  @template_id.setter
388
388
  def template_id(self, template_id):
389
- """Sets the template_id of this ShowTemplateResponse.
389
+ r"""Sets the template_id of this ShowTemplateResponse.
390
390
 
391
391
  模板ID
392
392
 
@@ -397,7 +397,7 @@ class ShowTemplateResponse(SdkResponse):
397
397
 
398
398
  @property
399
399
  def template_type(self):
400
- """Gets the template_type of this ShowTemplateResponse.
400
+ r"""Gets the template_type of this ShowTemplateResponse.
401
401
 
402
402
  模板类型
403
403
 
@@ -408,7 +408,7 @@ class ShowTemplateResponse(SdkResponse):
408
408
 
409
409
  @template_type.setter
410
410
  def template_type(self, template_type):
411
- """Sets the template_type of this ShowTemplateResponse.
411
+ r"""Sets the template_type of this ShowTemplateResponse.
412
412
 
413
413
  模板类型
414
414
 
@@ -419,7 +419,7 @@ class ShowTemplateResponse(SdkResponse):
419
419
 
420
420
  @property
421
421
  def app_name(self):
422
- """Gets the app_name of this ShowTemplateResponse.
422
+ r"""Gets the app_name of this ShowTemplateResponse.
423
423
 
424
424
  应用名称
425
425
 
@@ -430,7 +430,7 @@ class ShowTemplateResponse(SdkResponse):
430
430
 
431
431
  @app_name.setter
432
432
  def app_name(self, app_name):
433
- """Sets the app_name of this ShowTemplateResponse.
433
+ r"""Sets the app_name of this ShowTemplateResponse.
434
434
 
435
435
  应用名称
436
436
 
@@ -441,7 +441,7 @@ class ShowTemplateResponse(SdkResponse):
441
441
 
442
442
  @property
443
443
  def app_key(self):
444
- """Gets the app_key of this ShowTemplateResponse.
444
+ r"""Gets the app_key of this ShowTemplateResponse.
445
445
 
446
446
  应用key
447
447
 
@@ -452,7 +452,7 @@ class ShowTemplateResponse(SdkResponse):
452
452
 
453
453
  @app_key.setter
454
454
  def app_key(self, app_key):
455
- """Sets the app_key of this ShowTemplateResponse.
455
+ r"""Sets the app_key of this ShowTemplateResponse.
456
456
 
457
457
  应用key
458
458
 
@@ -463,7 +463,7 @@ class ShowTemplateResponse(SdkResponse):
463
463
 
464
464
  @property
465
465
  def sign_id(self):
466
- """Gets the sign_id of this ShowTemplateResponse.
466
+ r"""Gets the sign_id of this ShowTemplateResponse.
467
467
 
468
468
  签名主键id
469
469
 
@@ -474,7 +474,7 @@ class ShowTemplateResponse(SdkResponse):
474
474
 
475
475
  @sign_id.setter
476
476
  def sign_id(self, sign_id):
477
- """Sets the sign_id of this ShowTemplateResponse.
477
+ r"""Sets the sign_id of this ShowTemplateResponse.
478
478
 
479
479
  签名主键id
480
480
 
@@ -485,7 +485,7 @@ class ShowTemplateResponse(SdkResponse):
485
485
 
486
486
  @property
487
487
  def template_content(self):
488
- """Gets the template_content of this ShowTemplateResponse.
488
+ r"""Gets the template_content of this ShowTemplateResponse.
489
489
 
490
490
  模板内容
491
491
 
@@ -496,7 +496,7 @@ class ShowTemplateResponse(SdkResponse):
496
496
 
497
497
  @template_content.setter
498
498
  def template_content(self, template_content):
499
- """Sets the template_content of this ShowTemplateResponse.
499
+ r"""Sets the template_content of this ShowTemplateResponse.
500
500
 
501
501
  模板内容
502
502
 
@@ -507,7 +507,7 @@ class ShowTemplateResponse(SdkResponse):
507
507
 
508
508
  @property
509
509
  def has_variable(self):
510
- """Gets the has_variable of this ShowTemplateResponse.
510
+ r"""Gets the has_variable of this ShowTemplateResponse.
511
511
 
512
512
  是否有变量
513
513
 
@@ -518,7 +518,7 @@ class ShowTemplateResponse(SdkResponse):
518
518
 
519
519
  @has_variable.setter
520
520
  def has_variable(self, has_variable):
521
- """Sets the has_variable of this ShowTemplateResponse.
521
+ r"""Sets the has_variable of this ShowTemplateResponse.
522
522
 
523
523
  是否有变量
524
524
 
@@ -529,7 +529,7 @@ class ShowTemplateResponse(SdkResponse):
529
529
 
530
530
  @property
531
531
  def template_desc(self):
532
- """Gets the template_desc of this ShowTemplateResponse.
532
+ r"""Gets the template_desc of this ShowTemplateResponse.
533
533
 
534
534
  申请描述
535
535
 
@@ -540,7 +540,7 @@ class ShowTemplateResponse(SdkResponse):
540
540
 
541
541
  @template_desc.setter
542
542
  def template_desc(self, template_desc):
543
- """Sets the template_desc of this ShowTemplateResponse.
543
+ r"""Sets the template_desc of this ShowTemplateResponse.
544
544
 
545
545
  申请描述
546
546
 
@@ -551,7 +551,7 @@ class ShowTemplateResponse(SdkResponse):
551
551
 
552
552
  @property
553
553
  def review_desc(self):
554
- """Gets the review_desc of this ShowTemplateResponse.
554
+ r"""Gets the review_desc of this ShowTemplateResponse.
555
555
 
556
556
  审核意见
557
557
 
@@ -562,7 +562,7 @@ class ShowTemplateResponse(SdkResponse):
562
562
 
563
563
  @review_desc.setter
564
564
  def review_desc(self, review_desc):
565
- """Sets the review_desc of this ShowTemplateResponse.
565
+ r"""Sets the review_desc of this ShowTemplateResponse.
566
566
 
567
567
  审核意见
568
568
 
@@ -573,7 +573,7 @@ class ShowTemplateResponse(SdkResponse):
573
573
 
574
574
  @property
575
575
  def review_order(self):
576
- """Gets the review_order of this ShowTemplateResponse.
576
+ r"""Gets the review_order of this ShowTemplateResponse.
577
577
 
578
578
  审核人账号
579
579
 
@@ -584,7 +584,7 @@ class ShowTemplateResponse(SdkResponse):
584
584
 
585
585
  @review_order.setter
586
586
  def review_order(self, review_order):
587
- """Sets the review_order of this ShowTemplateResponse.
587
+ r"""Sets the review_order of this ShowTemplateResponse.
588
588
 
589
589
  审核人账号
590
590
 
@@ -595,7 +595,7 @@ class ShowTemplateResponse(SdkResponse):
595
595
 
596
596
  @property
597
597
  def flow_status(self):
598
- """Gets the flow_status of this ShowTemplateResponse.
598
+ r"""Gets the flow_status of this ShowTemplateResponse.
599
599
 
600
600
  流程状态
601
601
 
@@ -606,7 +606,7 @@ class ShowTemplateResponse(SdkResponse):
606
606
 
607
607
  @flow_status.setter
608
608
  def flow_status(self, flow_status):
609
- """Sets the flow_status of this ShowTemplateResponse.
609
+ r"""Sets the flow_status of this ShowTemplateResponse.
610
610
 
611
611
  流程状态
612
612
 
@@ -617,7 +617,7 @@ class ShowTemplateResponse(SdkResponse):
617
617
 
618
618
  @property
619
619
  def universal_template(self):
620
- """Gets the universal_template of this ShowTemplateResponse.
620
+ r"""Gets the universal_template of this ShowTemplateResponse.
621
621
 
622
622
  是否是通用模板
623
623
 
@@ -628,7 +628,7 @@ class ShowTemplateResponse(SdkResponse):
628
628
 
629
629
  @universal_template.setter
630
630
  def universal_template(self, universal_template):
631
- """Sets the universal_template of this ShowTemplateResponse.
631
+ r"""Sets the universal_template of this ShowTemplateResponse.
632
632
 
633
633
  是否是通用模板
634
634
 
@@ -639,7 +639,7 @@ class ShowTemplateResponse(SdkResponse):
639
639
 
640
640
  @property
641
641
  def status(self):
642
- """Gets the status of this ShowTemplateResponse.
642
+ r"""Gets the status of this ShowTemplateResponse.
643
643
 
644
644
  模板状态
645
645
 
@@ -650,7 +650,7 @@ class ShowTemplateResponse(SdkResponse):
650
650
 
651
651
  @status.setter
652
652
  def status(self, status):
653
- """Sets the status of this ShowTemplateResponse.
653
+ r"""Sets the status of this ShowTemplateResponse.
654
654
 
655
655
  模板状态
656
656
 
@@ -661,7 +661,7 @@ class ShowTemplateResponse(SdkResponse):
661
661
 
662
662
  @property
663
663
  def region(self):
664
- """Gets the region of this ShowTemplateResponse.
664
+ r"""Gets the region of this ShowTemplateResponse.
665
665
 
666
666
  地域 1. cn:国内 2. intl:国际
667
667
 
@@ -672,7 +672,7 @@ class ShowTemplateResponse(SdkResponse):
672
672
 
673
673
  @region.setter
674
674
  def region(self, region):
675
- """Sets the region of this ShowTemplateResponse.
675
+ r"""Sets the region of this ShowTemplateResponse.
676
676
 
677
677
  地域 1. cn:国内 2. intl:国际
678
678
 
@@ -683,7 +683,7 @@ class ShowTemplateResponse(SdkResponse):
683
683
 
684
684
  @property
685
685
  def brackets(self):
686
- """Gets the brackets of this ShowTemplateResponse.
686
+ r"""Gets the brackets of this ShowTemplateResponse.
687
687
 
688
688
  中括号类型 支持枚举值: CN: 中文类型 GB: 英文类型
689
689
 
@@ -694,7 +694,7 @@ class ShowTemplateResponse(SdkResponse):
694
694
 
695
695
  @brackets.setter
696
696
  def brackets(self, brackets):
697
- """Sets the brackets of this ShowTemplateResponse.
697
+ r"""Sets the brackets of this ShowTemplateResponse.
698
698
 
699
699
  中括号类型 支持枚举值: CN: 中文类型 GB: 英文类型
700
700
 
@@ -705,7 +705,7 @@ class ShowTemplateResponse(SdkResponse):
705
705
 
706
706
  @property
707
707
  def site(self):
708
- """Gets the site of this ShowTemplateResponse.
708
+ r"""Gets the site of this ShowTemplateResponse.
709
709
 
710
710
  站点
711
711
 
@@ -716,7 +716,7 @@ class ShowTemplateResponse(SdkResponse):
716
716
 
717
717
  @site.setter
718
718
  def site(self, site):
719
- """Sets the site of this ShowTemplateResponse.
719
+ r"""Sets the site of this ShowTemplateResponse.
720
720
 
721
721
  站点
722
722
 
@@ -727,7 +727,7 @@ class ShowTemplateResponse(SdkResponse):
727
727
 
728
728
  @property
729
729
  def urge_status(self):
730
- """Gets the urge_status of this ShowTemplateResponse.
730
+ r"""Gets the urge_status of this ShowTemplateResponse.
731
731
 
732
732
  催审状态
733
733
 
@@ -738,7 +738,7 @@ class ShowTemplateResponse(SdkResponse):
738
738
 
739
739
  @urge_status.setter
740
740
  def urge_status(self, urge_status):
741
- """Sets the urge_status of this ShowTemplateResponse.
741
+ r"""Sets the urge_status of this ShowTemplateResponse.
742
742
 
743
743
  催审状态
744
744
 
@@ -749,7 +749,7 @@ class ShowTemplateResponse(SdkResponse):
749
749
 
750
750
  @property
751
751
  def urge_time(self):
752
- """Gets the urge_time of this ShowTemplateResponse.
752
+ r"""Gets the urge_time of this ShowTemplateResponse.
753
753
 
754
754
  催审时间
755
755
 
@@ -760,7 +760,7 @@ class ShowTemplateResponse(SdkResponse):
760
760
 
761
761
  @urge_time.setter
762
762
  def urge_time(self, urge_time):
763
- """Sets the urge_time of this ShowTemplateResponse.
763
+ r"""Sets the urge_time of this ShowTemplateResponse.
764
764
 
765
765
  催审时间
766
766
 
@@ -771,7 +771,7 @@ class ShowTemplateResponse(SdkResponse):
771
771
 
772
772
  @property
773
773
  def urge_desc(self):
774
- """Gets the urge_desc of this ShowTemplateResponse.
774
+ r"""Gets the urge_desc of this ShowTemplateResponse.
775
775
 
776
776
  催审描述
777
777
 
@@ -782,7 +782,7 @@ class ShowTemplateResponse(SdkResponse):
782
782
 
783
783
  @urge_desc.setter
784
784
  def urge_desc(self, urge_desc):
785
- """Sets the urge_desc of this ShowTemplateResponse.
785
+ r"""Sets the urge_desc of this ShowTemplateResponse.
786
786
 
787
787
  催审描述
788
788
 
@@ -793,7 +793,7 @@ class ShowTemplateResponse(SdkResponse):
793
793
 
794
794
  @property
795
795
  def send_country1(self):
796
- """Gets the send_country1 of this ShowTemplateResponse.
796
+ r"""Gets the send_country1 of this ShowTemplateResponse.
797
797
 
798
798
  发送国家1
799
799
 
@@ -804,7 +804,7 @@ class ShowTemplateResponse(SdkResponse):
804
804
 
805
805
  @send_country1.setter
806
806
  def send_country1(self, send_country1):
807
- """Sets the send_country1 of this ShowTemplateResponse.
807
+ r"""Sets the send_country1 of this ShowTemplateResponse.
808
808
 
809
809
  发送国家1
810
810
 
@@ -815,7 +815,7 @@ class ShowTemplateResponse(SdkResponse):
815
815
 
816
816
  @property
817
817
  def send_country2(self):
818
- """Gets the send_country2 of this ShowTemplateResponse.
818
+ r"""Gets the send_country2 of this ShowTemplateResponse.
819
819
 
820
820
  发送国家2
821
821
 
@@ -826,7 +826,7 @@ class ShowTemplateResponse(SdkResponse):
826
826
 
827
827
  @send_country2.setter
828
828
  def send_country2(self, send_country2):
829
- """Sets the send_country2 of this ShowTemplateResponse.
829
+ r"""Sets the send_country2 of this ShowTemplateResponse.
830
830
 
831
831
  发送国家2
832
832
 
@@ -837,7 +837,7 @@ class ShowTemplateResponse(SdkResponse):
837
837
 
838
838
  @property
839
839
  def send_country3(self):
840
- """Gets the send_country3 of this ShowTemplateResponse.
840
+ r"""Gets the send_country3 of this ShowTemplateResponse.
841
841
 
842
842
  发送国家3
843
843
 
@@ -848,7 +848,7 @@ class ShowTemplateResponse(SdkResponse):
848
848
 
849
849
  @send_country3.setter
850
850
  def send_country3(self, send_country3):
851
- """Sets the send_country3 of this ShowTemplateResponse.
851
+ r"""Sets the send_country3 of this ShowTemplateResponse.
852
852
 
853
853
  发送国家3
854
854
 
@@ -859,7 +859,7 @@ class ShowTemplateResponse(SdkResponse):
859
859
 
860
860
  @property
861
861
  def is_support_multiomp(self):
862
- """Gets the is_support_multiomp of this ShowTemplateResponse.
862
+ r"""Gets the is_support_multiomp of this ShowTemplateResponse.
863
863
 
864
864
  是否支持多OMP
865
865
 
@@ -870,7 +870,7 @@ class ShowTemplateResponse(SdkResponse):
870
870
 
871
871
  @is_support_multiomp.setter
872
872
  def is_support_multiomp(self, is_support_multiomp):
873
- """Sets the is_support_multiomp of this ShowTemplateResponse.
873
+ r"""Sets the is_support_multiomp of this ShowTemplateResponse.
874
874
 
875
875
  是否支持多OMP
876
876
 
@@ -881,7 +881,7 @@ class ShowTemplateResponse(SdkResponse):
881
881
 
882
882
  @property
883
883
  def country_name(self):
884
- """Gets the country_name of this ShowTemplateResponse.
884
+ r"""Gets the country_name of this ShowTemplateResponse.
885
885
 
886
886
  国家名称列表,返回发送国家前三名的国家名称,国家名称间以\"~\"分隔
887
887
 
@@ -892,7 +892,7 @@ class ShowTemplateResponse(SdkResponse):
892
892
 
893
893
  @country_name.setter
894
894
  def country_name(self, country_name):
895
- """Sets the country_name of this ShowTemplateResponse.
895
+ r"""Sets the country_name of this ShowTemplateResponse.
896
896
 
897
897
  国家名称列表,返回发送国家前三名的国家名称,国家名称间以\"~\"分隔
898
898
 
@@ -37,7 +37,7 @@ class SmsAppAddReq:
37
37
  }
38
38
 
39
39
  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, show_secret=None):
40
- """SmsAppAddReq
40
+ r"""SmsAppAddReq
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -83,7 +83,7 @@ class SmsAppAddReq:
83
83
 
84
84
  @property
85
85
  def app_name(self):
86
- """Gets the app_name of this SmsAppAddReq.
86
+ r"""Gets the app_name of this SmsAppAddReq.
87
87
 
88
88
  应用名称
89
89
 
@@ -94,7 +94,7 @@ class SmsAppAddReq:
94
94
 
95
95
  @app_name.setter
96
96
  def app_name(self, app_name):
97
- """Sets the app_name of this SmsAppAddReq.
97
+ r"""Sets the app_name of this SmsAppAddReq.
98
98
 
99
99
  应用名称
100
100
 
@@ -105,7 +105,7 @@ class SmsAppAddReq:
105
105
 
106
106
  @property
107
107
  def create_sign_and_template(self):
108
- """Gets the create_sign_and_template of this SmsAppAddReq.
108
+ r"""Gets the create_sign_and_template of this SmsAppAddReq.
109
109
 
110
110
  是否创建测试签名和模板。只有地域为国内时,该字段有效 true:是 false:否
111
111
 
@@ -116,7 +116,7 @@ class SmsAppAddReq:
116
116
 
117
117
  @create_sign_and_template.setter
118
118
  def create_sign_and_template(self, create_sign_and_template):
119
- """Sets the create_sign_and_template of this SmsAppAddReq.
119
+ r"""Sets the create_sign_and_template of this SmsAppAddReq.
120
120
 
121
121
  是否创建测试签名和模板。只有地域为国内时,该字段有效 true:是 false:否
122
122
 
@@ -127,7 +127,7 @@ class SmsAppAddReq:
127
127
 
128
128
  @property
129
129
  def enterprise_project_id(self):
130
- """Gets the enterprise_project_id of this SmsAppAddReq.
130
+ r"""Gets the enterprise_project_id of this SmsAppAddReq.
131
131
 
132
132
  企业项目ID,默认为0
133
133
 
@@ -138,7 +138,7 @@ class SmsAppAddReq:
138
138
 
139
139
  @enterprise_project_id.setter
140
140
  def enterprise_project_id(self, enterprise_project_id):
141
- """Sets the enterprise_project_id of this SmsAppAddReq.
141
+ r"""Sets the enterprise_project_id of this SmsAppAddReq.
142
142
 
143
143
  企业项目ID,默认为0
144
144
 
@@ -149,7 +149,7 @@ class SmsAppAddReq:
149
149
 
150
150
  @property
151
151
  def enterprise_project_name(self):
152
- """Gets the enterprise_project_name of this SmsAppAddReq.
152
+ r"""Gets the enterprise_project_name of this SmsAppAddReq.
153
153
 
154
154
  企业项目名称,默认为default
155
155
 
@@ -160,7 +160,7 @@ class SmsAppAddReq:
160
160
 
161
161
  @enterprise_project_name.setter
162
162
  def enterprise_project_name(self, enterprise_project_name):
163
- """Sets the enterprise_project_name of this SmsAppAddReq.
163
+ r"""Sets the enterprise_project_name of this SmsAppAddReq.
164
164
 
165
165
  企业项目名称,默认为default
166
166
 
@@ -171,7 +171,7 @@ class SmsAppAddReq:
171
171
 
172
172
  @property
173
173
  def region(self):
174
- """Gets the region of this SmsAppAddReq.
174
+ r"""Gets the region of this SmsAppAddReq.
175
175
 
176
176
  地域 1. cn:国内 2. intl:国际
177
177
 
@@ -182,7 +182,7 @@ class SmsAppAddReq:
182
182
 
183
183
  @region.setter
184
184
  def region(self, region):
185
- """Sets the region of this SmsAppAddReq.
185
+ r"""Sets the region of this SmsAppAddReq.
186
186
 
187
187
  地域 1. cn:国内 2. intl:国际
188
188
 
@@ -193,7 +193,7 @@ class SmsAppAddReq:
193
193
 
194
194
  @property
195
195
  def up_link_addr(self):
196
- """Gets the up_link_addr of this SmsAppAddReq.
196
+ r"""Gets the up_link_addr of this SmsAppAddReq.
197
197
 
198
198
  上行回调地址。只有地域为国内时,
199
199
 
@@ -204,7 +204,7 @@ class SmsAppAddReq:
204
204
 
205
205
  @up_link_addr.setter
206
206
  def up_link_addr(self, up_link_addr):
207
- """Sets the up_link_addr of this SmsAppAddReq.
207
+ r"""Sets the up_link_addr of this SmsAppAddReq.
208
208
 
209
209
  上行回调地址。只有地域为国内时,
210
210
 
@@ -215,7 +215,7 @@ class SmsAppAddReq:
215
215
 
216
216
  @property
217
217
  def show_secret(self):
218
- """Gets the show_secret of this SmsAppAddReq.
218
+ r"""Gets the show_secret of this SmsAppAddReq.
219
219
 
220
220
  是否在返回体中显示app_secret字段
221
221
 
@@ -226,7 +226,7 @@ class SmsAppAddReq:
226
226
 
227
227
  @show_secret.setter
228
228
  def show_secret(self, show_secret):
229
- """Sets the show_secret of this SmsAppAddReq.
229
+ r"""Sets the show_secret of this SmsAppAddReq.
230
230
 
231
231
  是否在返回体中显示app_secret字段
232
232