huaweicloudsdkmsgsms 3.1.142__py2.py3-none-any.whl → 3.1.143__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.143.dist-info}/METADATA +2 -2
  56. huaweicloudsdkmsgsms-3.1.143.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.143.dist-info}/LICENSE +0 -0
  59. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.143.dist-info}/WHEEL +0 -0
  60. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.143.dist-info}/top_level.txt +0 -0
@@ -37,7 +37,7 @@ class ApiTemplateVariable:
37
37
  }
38
38
 
39
39
  def __init__(self, id=None, user_name=None, temp_name=None, variable_index=None, variable_type=None, variable_length=None, variable_desc=None):
40
- """ApiTemplateVariable
40
+ r"""ApiTemplateVariable
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -85,7 +85,7 @@ class ApiTemplateVariable:
85
85
 
86
86
  @property
87
87
  def id(self):
88
- """Gets the id of this ApiTemplateVariable.
88
+ r"""Gets the id of this ApiTemplateVariable.
89
89
 
90
90
  变量id
91
91
 
@@ -96,7 +96,7 @@ class ApiTemplateVariable:
96
96
 
97
97
  @id.setter
98
98
  def id(self, id):
99
- """Sets the id of this ApiTemplateVariable.
99
+ r"""Sets the id of this ApiTemplateVariable.
100
100
 
101
101
  变量id
102
102
 
@@ -107,7 +107,7 @@ class ApiTemplateVariable:
107
107
 
108
108
  @property
109
109
  def user_name(self):
110
- """Gets the user_name of this ApiTemplateVariable.
110
+ r"""Gets the user_name of this ApiTemplateVariable.
111
111
 
112
112
  用户名
113
113
 
@@ -118,7 +118,7 @@ class ApiTemplateVariable:
118
118
 
119
119
  @user_name.setter
120
120
  def user_name(self, user_name):
121
- """Sets the user_name of this ApiTemplateVariable.
121
+ r"""Sets the user_name of this ApiTemplateVariable.
122
122
 
123
123
  用户名
124
124
 
@@ -129,7 +129,7 @@ class ApiTemplateVariable:
129
129
 
130
130
  @property
131
131
  def temp_name(self):
132
- """Gets the temp_name of this ApiTemplateVariable.
132
+ r"""Gets the temp_name of this ApiTemplateVariable.
133
133
 
134
134
  模板名称
135
135
 
@@ -140,7 +140,7 @@ class ApiTemplateVariable:
140
140
 
141
141
  @temp_name.setter
142
142
  def temp_name(self, temp_name):
143
- """Sets the temp_name of this ApiTemplateVariable.
143
+ r"""Sets the temp_name of this ApiTemplateVariable.
144
144
 
145
145
  模板名称
146
146
 
@@ -151,7 +151,7 @@ class ApiTemplateVariable:
151
151
 
152
152
  @property
153
153
  def variable_index(self):
154
- """Gets the variable_index of this ApiTemplateVariable.
154
+ r"""Gets the variable_index of this ApiTemplateVariable.
155
155
 
156
156
  变量索引
157
157
 
@@ -162,7 +162,7 @@ class ApiTemplateVariable:
162
162
 
163
163
  @variable_index.setter
164
164
  def variable_index(self, variable_index):
165
- """Sets the variable_index of this ApiTemplateVariable.
165
+ r"""Sets the variable_index of this ApiTemplateVariable.
166
166
 
167
167
  变量索引
168
168
 
@@ -173,7 +173,7 @@ class ApiTemplateVariable:
173
173
 
174
174
  @property
175
175
  def variable_type(self):
176
- """Gets the variable_type of this ApiTemplateVariable.
176
+ r"""Gets the variable_type of this ApiTemplateVariable.
177
177
 
178
178
  变量类型
179
179
 
@@ -184,7 +184,7 @@ class ApiTemplateVariable:
184
184
 
185
185
  @variable_type.setter
186
186
  def variable_type(self, variable_type):
187
- """Sets the variable_type of this ApiTemplateVariable.
187
+ r"""Sets the variable_type of this ApiTemplateVariable.
188
188
 
189
189
  变量类型
190
190
 
@@ -195,7 +195,7 @@ class ApiTemplateVariable:
195
195
 
196
196
  @property
197
197
  def variable_length(self):
198
- """Gets the variable_length of this ApiTemplateVariable.
198
+ r"""Gets the variable_length of this ApiTemplateVariable.
199
199
 
200
200
  变量长度
201
201
 
@@ -206,7 +206,7 @@ class ApiTemplateVariable:
206
206
 
207
207
  @variable_length.setter
208
208
  def variable_length(self, variable_length):
209
- """Sets the variable_length of this ApiTemplateVariable.
209
+ r"""Sets the variable_length of this ApiTemplateVariable.
210
210
 
211
211
  变量长度
212
212
 
@@ -217,7 +217,7 @@ class ApiTemplateVariable:
217
217
 
218
218
  @property
219
219
  def variable_desc(self):
220
- """Gets the variable_desc of this ApiTemplateVariable.
220
+ r"""Gets the variable_desc of this ApiTemplateVariable.
221
221
 
222
222
  变量描述
223
223
 
@@ -228,7 +228,7 @@ class ApiTemplateVariable:
228
228
 
229
229
  @variable_desc.setter
230
230
  def variable_desc(self, variable_desc):
231
- """Sets the variable_desc of this ApiTemplateVariable.
231
+ r"""Sets the variable_desc of this ApiTemplateVariable.
232
232
 
233
233
  变量描述
234
234
 
@@ -25,7 +25,7 @@ class CreateAppRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """CreateAppRequest
28
+ r"""CreateAppRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class CreateAppRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this CreateAppRequest.
46
+ r"""Gets the body of this CreateAppRequest.
47
47
 
48
48
  :return: The body of this CreateAppRequest.
49
49
  :rtype: :class:`huaweicloudsdkmsgsms.v2.SmsAppAddReq`
@@ -52,7 +52,7 @@ class CreateAppRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this CreateAppRequest.
55
+ r"""Sets the body of this CreateAppRequest.
56
56
 
57
57
  :param body: The body of this CreateAppRequest.
58
58
  :type body: :class:`huaweicloudsdkmsgsms.v2.SmsAppAddReq`
@@ -32,7 +32,7 @@ class CreateAppResponse(SdkResponse):
32
32
  }
33
33
 
34
34
  def __init__(self, app_key=None, app_name=None, id=None, app_secret=None):
35
- """CreateAppResponse
35
+ r"""CreateAppResponse
36
36
 
37
37
  The model defined in huaweicloud sdk
38
38
 
@@ -65,7 +65,7 @@ class CreateAppResponse(SdkResponse):
65
65
 
66
66
  @property
67
67
  def app_key(self):
68
- """Gets the app_key of this CreateAppResponse.
68
+ r"""Gets the app_key of this CreateAppResponse.
69
69
 
70
70
  应用KEY
71
71
 
@@ -76,7 +76,7 @@ class CreateAppResponse(SdkResponse):
76
76
 
77
77
  @app_key.setter
78
78
  def app_key(self, app_key):
79
- """Sets the app_key of this CreateAppResponse.
79
+ r"""Sets the app_key of this CreateAppResponse.
80
80
 
81
81
  应用KEY
82
82
 
@@ -87,7 +87,7 @@ class CreateAppResponse(SdkResponse):
87
87
 
88
88
  @property
89
89
  def app_name(self):
90
- """Gets the app_name of this CreateAppResponse.
90
+ r"""Gets the app_name of this CreateAppResponse.
91
91
 
92
92
  应用名称
93
93
 
@@ -98,7 +98,7 @@ class CreateAppResponse(SdkResponse):
98
98
 
99
99
  @app_name.setter
100
100
  def app_name(self, app_name):
101
- """Sets the app_name of this CreateAppResponse.
101
+ r"""Sets the app_name of this CreateAppResponse.
102
102
 
103
103
  应用名称
104
104
 
@@ -109,7 +109,7 @@ class CreateAppResponse(SdkResponse):
109
109
 
110
110
  @property
111
111
  def id(self):
112
- """Gets the id of this CreateAppResponse.
112
+ r"""Gets the id of this CreateAppResponse.
113
113
 
114
114
  应用主键ID
115
115
 
@@ -120,7 +120,7 @@ class CreateAppResponse(SdkResponse):
120
120
 
121
121
  @id.setter
122
122
  def id(self, id):
123
- """Sets the id of this CreateAppResponse.
123
+ r"""Sets the id of this CreateAppResponse.
124
124
 
125
125
  应用主键ID
126
126
 
@@ -131,7 +131,7 @@ class CreateAppResponse(SdkResponse):
131
131
 
132
132
  @property
133
133
  def app_secret(self):
134
- """Gets the app_secret of this CreateAppResponse.
134
+ r"""Gets the app_secret of this CreateAppResponse.
135
135
 
136
136
  Application Secret,应用密钥
137
137
 
@@ -142,7 +142,7 @@ class CreateAppResponse(SdkResponse):
142
142
 
143
143
  @app_secret.setter
144
144
  def app_secret(self, app_secret):
145
- """Sets the app_secret of this CreateAppResponse.
145
+ r"""Sets the app_secret of this CreateAppResponse.
146
146
 
147
147
  Application Secret,应用密钥
148
148
 
@@ -25,7 +25,7 @@ class CreateSignatureRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """CreateSignatureRequest
28
+ r"""CreateSignatureRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class CreateSignatureRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this CreateSignatureRequest.
46
+ r"""Gets the body of this CreateSignatureRequest.
47
47
 
48
48
  :return: The body of this CreateSignatureRequest.
49
49
  :rtype: :class:`huaweicloudsdkmsgsms.v2.SmsSignatureReq`
@@ -52,7 +52,7 @@ class CreateSignatureRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this CreateSignatureRequest.
55
+ r"""Sets the body of this CreateSignatureRequest.
56
56
 
57
57
  :param body: The body of this CreateSignatureRequest.
58
58
  :type body: :class:`huaweicloudsdkmsgsms.v2.SmsSignatureReq`
@@ -30,7 +30,7 @@ class CreateSignatureResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, id=None, signature_id=None, signature_name=None):
33
- """CreateSignatureResponse
33
+ r"""CreateSignatureResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class CreateSignatureResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def id(self):
61
- """Gets the id of this CreateSignatureResponse.
61
+ r"""Gets the id of this CreateSignatureResponse.
62
62
 
63
63
  签名主键ID
64
64
 
@@ -69,7 +69,7 @@ class CreateSignatureResponse(SdkResponse):
69
69
 
70
70
  @id.setter
71
71
  def id(self, id):
72
- """Sets the id of this CreateSignatureResponse.
72
+ r"""Sets the id of this CreateSignatureResponse.
73
73
 
74
74
  签名主键ID
75
75
 
@@ -80,7 +80,7 @@ class CreateSignatureResponse(SdkResponse):
80
80
 
81
81
  @property
82
82
  def signature_id(self):
83
- """Gets the signature_id of this CreateSignatureResponse.
83
+ r"""Gets the signature_id of this CreateSignatureResponse.
84
84
 
85
85
  签名ID
86
86
 
@@ -91,7 +91,7 @@ class CreateSignatureResponse(SdkResponse):
91
91
 
92
92
  @signature_id.setter
93
93
  def signature_id(self, signature_id):
94
- """Sets the signature_id of this CreateSignatureResponse.
94
+ r"""Sets the signature_id of this CreateSignatureResponse.
95
95
 
96
96
  签名ID
97
97
 
@@ -102,7 +102,7 @@ class CreateSignatureResponse(SdkResponse):
102
102
 
103
103
  @property
104
104
  def signature_name(self):
105
- """Gets the signature_name of this CreateSignatureResponse.
105
+ r"""Gets the signature_name of this CreateSignatureResponse.
106
106
 
107
107
  签名名称
108
108
 
@@ -113,7 +113,7 @@ class CreateSignatureResponse(SdkResponse):
113
113
 
114
114
  @signature_name.setter
115
115
  def signature_name(self, signature_name):
116
- """Sets the signature_name of this CreateSignatureResponse.
116
+ r"""Sets the signature_name of this CreateSignatureResponse.
117
117
 
118
118
  签名名称
119
119
 
@@ -25,7 +25,7 @@ class CreateTemplateRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """CreateTemplateRequest
28
+ r"""CreateTemplateRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class CreateTemplateRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this CreateTemplateRequest.
46
+ r"""Gets the body of this CreateTemplateRequest.
47
47
 
48
48
  :return: The body of this CreateTemplateRequest.
49
49
  :rtype: :class:`huaweicloudsdkmsgsms.v2.SmsTemplateReq`
@@ -52,7 +52,7 @@ class CreateTemplateRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this CreateTemplateRequest.
55
+ r"""Sets the body of this CreateTemplateRequest.
56
56
 
57
57
  :param body: The body of this CreateTemplateRequest.
58
58
  :type body: :class:`huaweicloudsdkmsgsms.v2.SmsTemplateReq`
@@ -28,7 +28,7 @@ class CreateTemplateResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, id=None, template_name=None):
31
- """CreateTemplateResponse
31
+ r"""CreateTemplateResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class CreateTemplateResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def id(self):
54
- """Gets the id of this CreateTemplateResponse.
54
+ r"""Gets the id of this CreateTemplateResponse.
55
55
 
56
56
  模板主键ID
57
57
 
@@ -62,7 +62,7 @@ class CreateTemplateResponse(SdkResponse):
62
62
 
63
63
  @id.setter
64
64
  def id(self, id):
65
- """Sets the id of this CreateTemplateResponse.
65
+ r"""Sets the id of this CreateTemplateResponse.
66
66
 
67
67
  模板主键ID
68
68
 
@@ -73,7 +73,7 @@ class CreateTemplateResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def template_name(self):
76
- """Gets the template_name of this CreateTemplateResponse.
76
+ r"""Gets the template_name of this CreateTemplateResponse.
77
77
 
78
78
  模板名称
79
79
 
@@ -84,7 +84,7 @@ class CreateTemplateResponse(SdkResponse):
84
84
 
85
85
  @template_name.setter
86
86
  def template_name(self, template_name):
87
- """Sets the template_name of this CreateTemplateResponse.
87
+ r"""Sets the template_name of this CreateTemplateResponse.
88
88
 
89
89
  模板名称
90
90
 
@@ -25,7 +25,7 @@ class DeleteSignatureRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, id=None):
28
- """DeleteSignatureRequest
28
+ r"""DeleteSignatureRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class DeleteSignatureRequest:
42
42
 
43
43
  @property
44
44
  def id(self):
45
- """Gets the id of this DeleteSignatureRequest.
45
+ r"""Gets the id of this DeleteSignatureRequest.
46
46
 
47
47
  签名ID
48
48
 
@@ -53,7 +53,7 @@ class DeleteSignatureRequest:
53
53
 
54
54
  @id.setter
55
55
  def id(self, id):
56
- """Sets the id of this DeleteSignatureRequest.
56
+ r"""Sets the id of this DeleteSignatureRequest.
57
57
 
58
58
  签名ID
59
59
 
@@ -24,7 +24,7 @@ class DeleteSignatureResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """DeleteSignatureResponse
27
+ r"""DeleteSignatureResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -25,7 +25,7 @@ class DeleteTemplateRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, id=None):
28
- """DeleteTemplateRequest
28
+ r"""DeleteTemplateRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class DeleteTemplateRequest:
42
42
 
43
43
  @property
44
44
  def id(self):
45
- """Gets the id of this DeleteTemplateRequest.
45
+ r"""Gets the id of this DeleteTemplateRequest.
46
46
 
47
47
  模板ID
48
48
 
@@ -53,7 +53,7 @@ class DeleteTemplateRequest:
53
53
 
54
54
  @id.setter
55
55
  def id(self, id):
56
- """Sets the id of this DeleteTemplateRequest.
56
+ r"""Sets the id of this DeleteTemplateRequest.
57
57
 
58
58
  模板ID
59
59
 
@@ -24,7 +24,7 @@ class DeleteTemplateResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """DeleteTemplateResponse
27
+ r"""DeleteTemplateResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -25,7 +25,7 @@ class EnableSignatureRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, id=None):
28
- """EnableSignatureRequest
28
+ r"""EnableSignatureRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class EnableSignatureRequest:
42
42
 
43
43
  @property
44
44
  def id(self):
45
- """Gets the id of this EnableSignatureRequest.
45
+ r"""Gets the id of this EnableSignatureRequest.
46
46
 
47
47
  签名ID
48
48
 
@@ -53,7 +53,7 @@ class EnableSignatureRequest:
53
53
 
54
54
  @id.setter
55
55
  def id(self, id):
56
- """Sets the id of this EnableSignatureRequest.
56
+ r"""Sets the id of this EnableSignatureRequest.
57
57
 
58
58
  签名ID
59
59
 
@@ -24,7 +24,7 @@ class EnableSignatureResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """EnableSignatureResponse
27
+ r"""EnableSignatureResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -41,7 +41,7 @@ class ListAppDetailsRequest:
41
41
  }
42
42
 
43
43
  def __init__(self, app_name=None, start_time=None, end_time=None, limit=None, offset=None, region=None, sort_dir=None, sort_key=None, status=None):
44
- """ListAppDetailsRequest
44
+ r"""ListAppDetailsRequest
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -99,7 +99,7 @@ class ListAppDetailsRequest:
99
99
 
100
100
  @property
101
101
  def app_name(self):
102
- """Gets the app_name of this ListAppDetailsRequest.
102
+ r"""Gets the app_name of this ListAppDetailsRequest.
103
103
 
104
104
  应用名称
105
105
 
@@ -110,7 +110,7 @@ class ListAppDetailsRequest:
110
110
 
111
111
  @app_name.setter
112
112
  def app_name(self, app_name):
113
- """Sets the app_name of this ListAppDetailsRequest.
113
+ r"""Sets the app_name of this ListAppDetailsRequest.
114
114
 
115
115
  应用名称
116
116
 
@@ -121,7 +121,7 @@ class ListAppDetailsRequest:
121
121
 
122
122
  @property
123
123
  def start_time(self):
124
- """Gets the start_time of this ListAppDetailsRequest.
124
+ r"""Gets the start_time of this ListAppDetailsRequest.
125
125
 
126
126
  开始时间
127
127
 
@@ -132,7 +132,7 @@ class ListAppDetailsRequest:
132
132
 
133
133
  @start_time.setter
134
134
  def start_time(self, start_time):
135
- """Sets the start_time of this ListAppDetailsRequest.
135
+ r"""Sets the start_time of this ListAppDetailsRequest.
136
136
 
137
137
  开始时间
138
138
 
@@ -143,7 +143,7 @@ class ListAppDetailsRequest:
143
143
 
144
144
  @property
145
145
  def end_time(self):
146
- """Gets the end_time of this ListAppDetailsRequest.
146
+ r"""Gets the end_time of this ListAppDetailsRequest.
147
147
 
148
148
  结束时间
149
149
 
@@ -154,7 +154,7 @@ class ListAppDetailsRequest:
154
154
 
155
155
  @end_time.setter
156
156
  def end_time(self, end_time):
157
- """Sets the end_time of this ListAppDetailsRequest.
157
+ r"""Sets the end_time of this ListAppDetailsRequest.
158
158
 
159
159
  结束时间
160
160
 
@@ -165,7 +165,7 @@ class ListAppDetailsRequest:
165
165
 
166
166
  @property
167
167
  def limit(self):
168
- """Gets the limit of this ListAppDetailsRequest.
168
+ r"""Gets the limit of this ListAppDetailsRequest.
169
169
 
170
170
  数量
171
171
 
@@ -176,7 +176,7 @@ class ListAppDetailsRequest:
176
176
 
177
177
  @limit.setter
178
178
  def limit(self, limit):
179
- """Sets the limit of this ListAppDetailsRequest.
179
+ r"""Sets the limit of this ListAppDetailsRequest.
180
180
 
181
181
  数量
182
182
 
@@ -187,7 +187,7 @@ class ListAppDetailsRequest:
187
187
 
188
188
  @property
189
189
  def offset(self):
190
- """Gets the offset of this ListAppDetailsRequest.
190
+ r"""Gets the offset of this ListAppDetailsRequest.
191
191
 
192
192
  偏移量
193
193
 
@@ -198,7 +198,7 @@ class ListAppDetailsRequest:
198
198
 
199
199
  @offset.setter
200
200
  def offset(self, offset):
201
- """Sets the offset of this ListAppDetailsRequest.
201
+ r"""Sets the offset of this ListAppDetailsRequest.
202
202
 
203
203
  偏移量
204
204
 
@@ -209,7 +209,7 @@ class ListAppDetailsRequest:
209
209
 
210
210
  @property
211
211
  def region(self):
212
- """Gets the region of this ListAppDetailsRequest.
212
+ r"""Gets the region of this ListAppDetailsRequest.
213
213
 
214
214
  地域 1. cn:国内 2. intl:国际
215
215
 
@@ -220,7 +220,7 @@ class ListAppDetailsRequest:
220
220
 
221
221
  @region.setter
222
222
  def region(self, region):
223
- """Sets the region of this ListAppDetailsRequest.
223
+ r"""Sets the region of this ListAppDetailsRequest.
224
224
 
225
225
  地域 1. cn:国内 2. intl:国际
226
226
 
@@ -231,7 +231,7 @@ class ListAppDetailsRequest:
231
231
 
232
232
  @property
233
233
  def sort_dir(self):
234
- """Gets the sort_dir of this ListAppDetailsRequest.
234
+ r"""Gets the sort_dir of this ListAppDetailsRequest.
235
235
 
236
236
  排序方式 1. desc:降序 2. asc:升序
237
237
 
@@ -242,7 +242,7 @@ class ListAppDetailsRequest:
242
242
 
243
243
  @sort_dir.setter
244
244
  def sort_dir(self, sort_dir):
245
- """Sets the sort_dir of this ListAppDetailsRequest.
245
+ r"""Sets the sort_dir of this ListAppDetailsRequest.
246
246
 
247
247
  排序方式 1. desc:降序 2. asc:升序
248
248
 
@@ -253,7 +253,7 @@ class ListAppDetailsRequest:
253
253
 
254
254
  @property
255
255
  def sort_key(self):
256
- """Gets the sort_key of this ListAppDetailsRequest.
256
+ r"""Gets the sort_key of this ListAppDetailsRequest.
257
257
 
258
258
  排序字段
259
259
 
@@ -264,7 +264,7 @@ class ListAppDetailsRequest:
264
264
 
265
265
  @sort_key.setter
266
266
  def sort_key(self, sort_key):
267
- """Sets the sort_key of this ListAppDetailsRequest.
267
+ r"""Sets the sort_key of this ListAppDetailsRequest.
268
268
 
269
269
  排序字段
270
270
 
@@ -275,7 +275,7 @@ class ListAppDetailsRequest:
275
275
 
276
276
  @property
277
277
  def status(self):
278
- """Gets the status of this ListAppDetailsRequest.
278
+ r"""Gets the status of this ListAppDetailsRequest.
279
279
 
280
280
  应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。 4. PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
281
281
 
@@ -286,7 +286,7 @@ class ListAppDetailsRequest:
286
286
 
287
287
  @status.setter
288
288
  def status(self, status):
289
- """Sets the status of this ListAppDetailsRequest.
289
+ r"""Sets the status of this ListAppDetailsRequest.
290
290
 
291
291
  应用状态 1. CREATED:待上线。应用暂未创建成功,请稍候。 2. SUSPENDED:暂停。无法发起业务请求。当客户所发短信内容触发业务违规,或客户申请退订短信业务时,运营经理会将客户短信应用暂停。 3. LAUNCHED:正常。应用添加成功,可以正常使用。 4. PROCESSING:资源待分配。请联系客户经理或通过工单系统申请配置资源。
292
292