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
@@ -28,7 +28,7 @@ class ListAppDetailsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, results=None, total=None):
31
- """ListAppDetailsResponse
31
+ r"""ListAppDetailsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListAppDetailsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def results(self):
54
- """Gets the results of this ListAppDetailsResponse.
54
+ r"""Gets the results of this ListAppDetailsResponse.
55
55
 
56
56
  查询结果
57
57
 
@@ -62,7 +62,7 @@ class ListAppDetailsResponse(SdkResponse):
62
62
 
63
63
  @results.setter
64
64
  def results(self, results):
65
- """Sets the results of this ListAppDetailsResponse.
65
+ r"""Sets the results of this ListAppDetailsResponse.
66
66
 
67
67
  查询结果
68
68
 
@@ -73,7 +73,7 @@ class ListAppDetailsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListAppDetailsResponse.
76
+ r"""Gets the total of this ListAppDetailsResponse.
77
77
 
78
78
  总数
79
79
 
@@ -84,7 +84,7 @@ class ListAppDetailsResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListAppDetailsResponse.
87
+ r"""Sets the total of this ListAppDetailsResponse.
88
88
 
89
89
  总数
90
90
 
@@ -27,7 +27,7 @@ class ListSendCountryDetailsRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, country_name_en=None, country_name_zh=None):
30
- """ListSendCountryDetailsRequest
30
+ r"""ListSendCountryDetailsRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class ListSendCountryDetailsRequest:
50
50
 
51
51
  @property
52
52
  def country_name_en(self):
53
- """Gets the country_name_en of this ListSendCountryDetailsRequest.
53
+ r"""Gets the country_name_en of this ListSendCountryDetailsRequest.
54
54
 
55
55
  国家(英文)
56
56
 
@@ -61,7 +61,7 @@ class ListSendCountryDetailsRequest:
61
61
 
62
62
  @country_name_en.setter
63
63
  def country_name_en(self, country_name_en):
64
- """Sets the country_name_en of this ListSendCountryDetailsRequest.
64
+ r"""Sets the country_name_en of this ListSendCountryDetailsRequest.
65
65
 
66
66
  国家(英文)
67
67
 
@@ -72,7 +72,7 @@ class ListSendCountryDetailsRequest:
72
72
 
73
73
  @property
74
74
  def country_name_zh(self):
75
- """Gets the country_name_zh of this ListSendCountryDetailsRequest.
75
+ r"""Gets the country_name_zh of this ListSendCountryDetailsRequest.
76
76
 
77
77
  国家(中文)
78
78
 
@@ -83,7 +83,7 @@ class ListSendCountryDetailsRequest:
83
83
 
84
84
  @country_name_zh.setter
85
85
  def country_name_zh(self, country_name_zh):
86
- """Sets the country_name_zh of this ListSendCountryDetailsRequest.
86
+ r"""Sets the country_name_zh of this ListSendCountryDetailsRequest.
87
87
 
88
88
  国家(中文)
89
89
 
@@ -26,7 +26,7 @@ class ListSendCountryDetailsResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, body=None):
29
- """ListSendCountryDetailsResponse
29
+ r"""ListSendCountryDetailsResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ListSendCountryDetailsResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def body(self):
47
- """Gets the body of this ListSendCountryDetailsResponse.
47
+ r"""Gets the body of this ListSendCountryDetailsResponse.
48
48
 
49
49
  :return: The body of this ListSendCountryDetailsResponse.
50
50
  :rtype: list[:class:`huaweicloudsdkmsgsms.v2.SmsCountryResp`]
@@ -53,7 +53,7 @@ class ListSendCountryDetailsResponse(SdkResponse):
53
53
 
54
54
  @body.setter
55
55
  def body(self, body):
56
- """Sets the body of this ListSendCountryDetailsResponse.
56
+ r"""Sets the body of this ListSendCountryDetailsResponse.
57
57
 
58
58
  :param body: The body of this ListSendCountryDetailsResponse.
59
59
  :type body: list[:class:`huaweicloudsdkmsgsms.v2.SmsCountryResp`]
@@ -47,7 +47,7 @@ class ListSignatureDetailsRequest:
47
47
  }
48
48
 
49
49
  def __init__(self, app_name=None, start_time=None, end_time=None, limit=None, offset=None, signature_id=None, signature_name=None, signature_type=None, site=None, sort_dir=None, sort_key=None, status=None):
50
- """ListSignatureDetailsRequest
50
+ r"""ListSignatureDetailsRequest
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
@@ -120,7 +120,7 @@ class ListSignatureDetailsRequest:
120
120
 
121
121
  @property
122
122
  def app_name(self):
123
- """Gets the app_name of this ListSignatureDetailsRequest.
123
+ r"""Gets the app_name of this ListSignatureDetailsRequest.
124
124
 
125
125
  应用名称
126
126
 
@@ -131,7 +131,7 @@ class ListSignatureDetailsRequest:
131
131
 
132
132
  @app_name.setter
133
133
  def app_name(self, app_name):
134
- """Sets the app_name of this ListSignatureDetailsRequest.
134
+ r"""Sets the app_name of this ListSignatureDetailsRequest.
135
135
 
136
136
  应用名称
137
137
 
@@ -142,7 +142,7 @@ class ListSignatureDetailsRequest:
142
142
 
143
143
  @property
144
144
  def start_time(self):
145
- """Gets the start_time of this ListSignatureDetailsRequest.
145
+ r"""Gets the start_time of this ListSignatureDetailsRequest.
146
146
 
147
147
  开始时间
148
148
 
@@ -153,7 +153,7 @@ class ListSignatureDetailsRequest:
153
153
 
154
154
  @start_time.setter
155
155
  def start_time(self, start_time):
156
- """Sets the start_time of this ListSignatureDetailsRequest.
156
+ r"""Sets the start_time of this ListSignatureDetailsRequest.
157
157
 
158
158
  开始时间
159
159
 
@@ -164,7 +164,7 @@ class ListSignatureDetailsRequest:
164
164
 
165
165
  @property
166
166
  def end_time(self):
167
- """Gets the end_time of this ListSignatureDetailsRequest.
167
+ r"""Gets the end_time of this ListSignatureDetailsRequest.
168
168
 
169
169
  结束时间
170
170
 
@@ -175,7 +175,7 @@ class ListSignatureDetailsRequest:
175
175
 
176
176
  @end_time.setter
177
177
  def end_time(self, end_time):
178
- """Sets the end_time of this ListSignatureDetailsRequest.
178
+ r"""Sets the end_time of this ListSignatureDetailsRequest.
179
179
 
180
180
  结束时间
181
181
 
@@ -186,7 +186,7 @@ class ListSignatureDetailsRequest:
186
186
 
187
187
  @property
188
188
  def limit(self):
189
- """Gets the limit of this ListSignatureDetailsRequest.
189
+ r"""Gets the limit of this ListSignatureDetailsRequest.
190
190
 
191
191
  数量
192
192
 
@@ -197,7 +197,7 @@ class ListSignatureDetailsRequest:
197
197
 
198
198
  @limit.setter
199
199
  def limit(self, limit):
200
- """Sets the limit of this ListSignatureDetailsRequest.
200
+ r"""Sets the limit of this ListSignatureDetailsRequest.
201
201
 
202
202
  数量
203
203
 
@@ -208,7 +208,7 @@ class ListSignatureDetailsRequest:
208
208
 
209
209
  @property
210
210
  def offset(self):
211
- """Gets the offset of this ListSignatureDetailsRequest.
211
+ r"""Gets the offset of this ListSignatureDetailsRequest.
212
212
 
213
213
  偏移量
214
214
 
@@ -219,7 +219,7 @@ class ListSignatureDetailsRequest:
219
219
 
220
220
  @offset.setter
221
221
  def offset(self, offset):
222
- """Sets the offset of this ListSignatureDetailsRequest.
222
+ r"""Sets the offset of this ListSignatureDetailsRequest.
223
223
 
224
224
  偏移量
225
225
 
@@ -230,7 +230,7 @@ class ListSignatureDetailsRequest:
230
230
 
231
231
  @property
232
232
  def signature_id(self):
233
- """Gets the signature_id of this ListSignatureDetailsRequest.
233
+ r"""Gets the signature_id of this ListSignatureDetailsRequest.
234
234
 
235
235
  签名ID
236
236
 
@@ -241,7 +241,7 @@ class ListSignatureDetailsRequest:
241
241
 
242
242
  @signature_id.setter
243
243
  def signature_id(self, signature_id):
244
- """Sets the signature_id of this ListSignatureDetailsRequest.
244
+ r"""Sets the signature_id of this ListSignatureDetailsRequest.
245
245
 
246
246
  签名ID
247
247
 
@@ -252,7 +252,7 @@ class ListSignatureDetailsRequest:
252
252
 
253
253
  @property
254
254
  def signature_name(self):
255
- """Gets the signature_name of this ListSignatureDetailsRequest.
255
+ r"""Gets the signature_name of this ListSignatureDetailsRequest.
256
256
 
257
257
  签名名称
258
258
 
@@ -263,7 +263,7 @@ class ListSignatureDetailsRequest:
263
263
 
264
264
  @signature_name.setter
265
265
  def signature_name(self, signature_name):
266
- """Sets the signature_name of this ListSignatureDetailsRequest.
266
+ r"""Sets the signature_name of this ListSignatureDetailsRequest.
267
267
 
268
268
  签名名称
269
269
 
@@ -274,7 +274,7 @@ class ListSignatureDetailsRequest:
274
274
 
275
275
  @property
276
276
  def signature_type(self):
277
- """Gets the signature_type of this ListSignatureDetailsRequest.
277
+ r"""Gets the signature_type of this ListSignatureDetailsRequest.
278
278
 
279
279
  签名类型。支持枚举值: 1. VERIFY_CODE_TYPE: 验证码类 2. PROMOTION_TYPE: 推广类 3. NOTIFY_TYPE: 通知类
280
280
 
@@ -285,7 +285,7 @@ class ListSignatureDetailsRequest:
285
285
 
286
286
  @signature_type.setter
287
287
  def signature_type(self, signature_type):
288
- """Sets the signature_type of this ListSignatureDetailsRequest.
288
+ r"""Sets the signature_type of this ListSignatureDetailsRequest.
289
289
 
290
290
  签名类型。支持枚举值: 1. VERIFY_CODE_TYPE: 验证码类 2. PROMOTION_TYPE: 推广类 3. NOTIFY_TYPE: 通知类
291
291
 
@@ -296,7 +296,7 @@ class ListSignatureDetailsRequest:
296
296
 
297
297
  @property
298
298
  def site(self):
299
- """Gets the site of this ListSignatureDetailsRequest.
299
+ r"""Gets the site of this ListSignatureDetailsRequest.
300
300
 
301
301
  地域
302
302
 
@@ -307,7 +307,7 @@ class ListSignatureDetailsRequest:
307
307
 
308
308
  @site.setter
309
309
  def site(self, site):
310
- """Sets the site of this ListSignatureDetailsRequest.
310
+ r"""Sets the site of this ListSignatureDetailsRequest.
311
311
 
312
312
  地域
313
313
 
@@ -318,7 +318,7 @@ class ListSignatureDetailsRequest:
318
318
 
319
319
  @property
320
320
  def sort_dir(self):
321
- """Gets the sort_dir of this ListSignatureDetailsRequest.
321
+ r"""Gets the sort_dir of this ListSignatureDetailsRequest.
322
322
 
323
323
  排序方式 1. desc:降序 2. asc:升序
324
324
 
@@ -329,7 +329,7 @@ class ListSignatureDetailsRequest:
329
329
 
330
330
  @sort_dir.setter
331
331
  def sort_dir(self, sort_dir):
332
- """Sets the sort_dir of this ListSignatureDetailsRequest.
332
+ r"""Sets the sort_dir of this ListSignatureDetailsRequest.
333
333
 
334
334
  排序方式 1. desc:降序 2. asc:升序
335
335
 
@@ -340,7 +340,7 @@ class ListSignatureDetailsRequest:
340
340
 
341
341
  @property
342
342
  def sort_key(self):
343
- """Gets the sort_key of this ListSignatureDetailsRequest.
343
+ r"""Gets the sort_key of this ListSignatureDetailsRequest.
344
344
 
345
345
  排序字段
346
346
 
@@ -351,7 +351,7 @@ class ListSignatureDetailsRequest:
351
351
 
352
352
  @sort_key.setter
353
353
  def sort_key(self, sort_key):
354
- """Sets the sort_key of this ListSignatureDetailsRequest.
354
+ r"""Sets the sort_key of this ListSignatureDetailsRequest.
355
355
 
356
356
  排序字段
357
357
 
@@ -362,7 +362,7 @@ class ListSignatureDetailsRequest:
362
362
 
363
363
  @property
364
364
  def status(self):
365
- """Gets the status of this ListSignatureDetailsRequest.
365
+ r"""Gets the status of this ListSignatureDetailsRequest.
366
366
 
367
367
  状态 1. PENDING_REVIEW:待签名审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕(待补充资质),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中 7. PENDING_QUALIFICATION_REVIEW:待资质审核,该状态下,用户不可发送短信 8. REAL_NAME_REGISTRATING:实名报备中,该状态下,用户不可发送短信 9. REVIEW_PASSED_QUALIFICATION_PROCESSING:处理完毕(资质审核中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 10. REVIEW_PASSED_REAL_NAME_REGISTRATING:处理完毕(实名报备中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 11. REVIEW_PASSED_REAL_NAME_REGISTRATE_FAIL:处理完毕(实名报备失败),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 12. REVIEW_PROCESSING_COMPLETED:处理完毕
368
368
 
@@ -373,7 +373,7 @@ class ListSignatureDetailsRequest:
373
373
 
374
374
  @status.setter
375
375
  def status(self, status):
376
- """Sets the status of this ListSignatureDetailsRequest.
376
+ r"""Sets the status of this ListSignatureDetailsRequest.
377
377
 
378
378
  状态 1. PENDING_REVIEW:待签名审核 2. PROCESSING:内容审核通过,签名处理中 3. REVIEW_PASSED:处理完毕(待补充资质),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 4. REVIEW_NOT_PASS:审核不通过 5. TO_BE_ACTIVATED:待激活 6. PENDING_ACTIVATE:激活审核中 7. PENDING_QUALIFICATION_REVIEW:待资质审核,该状态下,用户不可发送短信 8. REAL_NAME_REGISTRATING:实名报备中,该状态下,用户不可发送短信 9. REVIEW_PASSED_QUALIFICATION_PROCESSING:处理完毕(资质审核中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 10. REVIEW_PASSED_REAL_NAME_REGISTRATING:处理完毕(实名报备中),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 11. REVIEW_PASSED_REAL_NAME_REGISTRATE_FAIL:处理完毕(实名报备失败),该状态仅针对存量签名补充资质有效。在该状态下,用户可发送短信,但发送短信可能会由于运营商资质管控而失败 12. REVIEW_PROCESSING_COMPLETED:处理完毕
379
379
 
@@ -28,7 +28,7 @@ class ListSignatureDetailsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, results=None, total=None):
31
- """ListSignatureDetailsResponse
31
+ r"""ListSignatureDetailsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListSignatureDetailsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def results(self):
54
- """Gets the results of this ListSignatureDetailsResponse.
54
+ r"""Gets the results of this ListSignatureDetailsResponse.
55
55
 
56
56
  查询结果
57
57
 
@@ -62,7 +62,7 @@ class ListSignatureDetailsResponse(SdkResponse):
62
62
 
63
63
  @results.setter
64
64
  def results(self, results):
65
- """Sets the results of this ListSignatureDetailsResponse.
65
+ r"""Sets the results of this ListSignatureDetailsResponse.
66
66
 
67
67
  查询结果
68
68
 
@@ -73,7 +73,7 @@ class ListSignatureDetailsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListSignatureDetailsResponse.
76
+ r"""Gets the total of this ListSignatureDetailsResponse.
77
77
 
78
78
  总数
79
79
 
@@ -84,7 +84,7 @@ class ListSignatureDetailsResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListSignatureDetailsResponse.
87
+ r"""Sets the total of this ListSignatureDetailsResponse.
88
88
 
89
89
  总数
90
90
 
@@ -53,7 +53,7 @@ class ListTemplateDetailsRequest:
53
53
  }
54
54
 
55
55
  def __init__(self, app_key=None, app_name=None, start_time=None, end_time=None, limit=None, offset=None, flow_status=None, has_variable=None, region=None, sign_name=None, sort_dir=None, sort_key=None, template_id=None, template_name=None, template_type=None):
56
- """ListTemplateDetailsRequest
56
+ r"""ListTemplateDetailsRequest
57
57
 
58
58
  The model defined in huaweicloud sdk
59
59
 
@@ -141,7 +141,7 @@ class ListTemplateDetailsRequest:
141
141
 
142
142
  @property
143
143
  def app_key(self):
144
- """Gets the app_key of this ListTemplateDetailsRequest.
144
+ r"""Gets the app_key of this ListTemplateDetailsRequest.
145
145
 
146
146
  应用key
147
147
 
@@ -152,7 +152,7 @@ class ListTemplateDetailsRequest:
152
152
 
153
153
  @app_key.setter
154
154
  def app_key(self, app_key):
155
- """Sets the app_key of this ListTemplateDetailsRequest.
155
+ r"""Sets the app_key of this ListTemplateDetailsRequest.
156
156
 
157
157
  应用key
158
158
 
@@ -163,7 +163,7 @@ class ListTemplateDetailsRequest:
163
163
 
164
164
  @property
165
165
  def app_name(self):
166
- """Gets the app_name of this ListTemplateDetailsRequest.
166
+ r"""Gets the app_name of this ListTemplateDetailsRequest.
167
167
 
168
168
  应用名称
169
169
 
@@ -174,7 +174,7 @@ class ListTemplateDetailsRequest:
174
174
 
175
175
  @app_name.setter
176
176
  def app_name(self, app_name):
177
- """Sets the app_name of this ListTemplateDetailsRequest.
177
+ r"""Sets the app_name of this ListTemplateDetailsRequest.
178
178
 
179
179
  应用名称
180
180
 
@@ -185,7 +185,7 @@ class ListTemplateDetailsRequest:
185
185
 
186
186
  @property
187
187
  def start_time(self):
188
- """Gets the start_time of this ListTemplateDetailsRequest.
188
+ r"""Gets the start_time of this ListTemplateDetailsRequest.
189
189
 
190
190
  开始时间
191
191
 
@@ -196,7 +196,7 @@ class ListTemplateDetailsRequest:
196
196
 
197
197
  @start_time.setter
198
198
  def start_time(self, start_time):
199
- """Sets the start_time of this ListTemplateDetailsRequest.
199
+ r"""Sets the start_time of this ListTemplateDetailsRequest.
200
200
 
201
201
  开始时间
202
202
 
@@ -207,7 +207,7 @@ class ListTemplateDetailsRequest:
207
207
 
208
208
  @property
209
209
  def end_time(self):
210
- """Gets the end_time of this ListTemplateDetailsRequest.
210
+ r"""Gets the end_time of this ListTemplateDetailsRequest.
211
211
 
212
212
  结束时间
213
213
 
@@ -218,7 +218,7 @@ class ListTemplateDetailsRequest:
218
218
 
219
219
  @end_time.setter
220
220
  def end_time(self, end_time):
221
- """Sets the end_time of this ListTemplateDetailsRequest.
221
+ r"""Sets the end_time of this ListTemplateDetailsRequest.
222
222
 
223
223
  结束时间
224
224
 
@@ -229,7 +229,7 @@ class ListTemplateDetailsRequest:
229
229
 
230
230
  @property
231
231
  def limit(self):
232
- """Gets the limit of this ListTemplateDetailsRequest.
232
+ r"""Gets the limit of this ListTemplateDetailsRequest.
233
233
 
234
234
  数量
235
235
 
@@ -240,7 +240,7 @@ class ListTemplateDetailsRequest:
240
240
 
241
241
  @limit.setter
242
242
  def limit(self, limit):
243
- """Sets the limit of this ListTemplateDetailsRequest.
243
+ r"""Sets the limit of this ListTemplateDetailsRequest.
244
244
 
245
245
  数量
246
246
 
@@ -251,7 +251,7 @@ class ListTemplateDetailsRequest:
251
251
 
252
252
  @property
253
253
  def offset(self):
254
- """Gets the offset of this ListTemplateDetailsRequest.
254
+ r"""Gets the offset of this ListTemplateDetailsRequest.
255
255
 
256
256
  偏移量
257
257
 
@@ -262,7 +262,7 @@ class ListTemplateDetailsRequest:
262
262
 
263
263
  @offset.setter
264
264
  def offset(self, offset):
265
- """Sets the offset of this ListTemplateDetailsRequest.
265
+ r"""Sets the offset of this ListTemplateDetailsRequest.
266
266
 
267
267
  偏移量
268
268
 
@@ -273,7 +273,7 @@ class ListTemplateDetailsRequest:
273
273
 
274
274
  @property
275
275
  def flow_status(self):
276
- """Gets the flow_status of this ListTemplateDetailsRequest.
276
+ r"""Gets the flow_status of this ListTemplateDetailsRequest.
277
277
 
278
278
  流程状态 1. Adopted: 通过 2. Reviewing: 审核中 3. Reject: 拒绝
279
279
 
@@ -284,7 +284,7 @@ class ListTemplateDetailsRequest:
284
284
 
285
285
  @flow_status.setter
286
286
  def flow_status(self, flow_status):
287
- """Sets the flow_status of this ListTemplateDetailsRequest.
287
+ r"""Sets the flow_status of this ListTemplateDetailsRequest.
288
288
 
289
289
  流程状态 1. Adopted: 通过 2. Reviewing: 审核中 3. Reject: 拒绝
290
290
 
@@ -295,7 +295,7 @@ class ListTemplateDetailsRequest:
295
295
 
296
296
  @property
297
297
  def has_variable(self):
298
- """Gets the has_variable of this ListTemplateDetailsRequest.
298
+ r"""Gets the has_variable of this ListTemplateDetailsRequest.
299
299
 
300
300
  是否存在变量
301
301
 
@@ -306,7 +306,7 @@ class ListTemplateDetailsRequest:
306
306
 
307
307
  @has_variable.setter
308
308
  def has_variable(self, has_variable):
309
- """Sets the has_variable of this ListTemplateDetailsRequest.
309
+ r"""Sets the has_variable of this ListTemplateDetailsRequest.
310
310
 
311
311
  是否存在变量
312
312
 
@@ -317,7 +317,7 @@ class ListTemplateDetailsRequest:
317
317
 
318
318
  @property
319
319
  def region(self):
320
- """Gets the region of this ListTemplateDetailsRequest.
320
+ r"""Gets the region of this ListTemplateDetailsRequest.
321
321
 
322
322
  地域 1. cn:国内 2. intl:国际
323
323
 
@@ -328,7 +328,7 @@ class ListTemplateDetailsRequest:
328
328
 
329
329
  @region.setter
330
330
  def region(self, region):
331
- """Sets the region of this ListTemplateDetailsRequest.
331
+ r"""Sets the region of this ListTemplateDetailsRequest.
332
332
 
333
333
  地域 1. cn:国内 2. intl:国际
334
334
 
@@ -339,7 +339,7 @@ class ListTemplateDetailsRequest:
339
339
 
340
340
  @property
341
341
  def sign_name(self):
342
- """Gets the sign_name of this ListTemplateDetailsRequest.
342
+ r"""Gets the sign_name of this ListTemplateDetailsRequest.
343
343
 
344
344
  签名名称
345
345
 
@@ -350,7 +350,7 @@ class ListTemplateDetailsRequest:
350
350
 
351
351
  @sign_name.setter
352
352
  def sign_name(self, sign_name):
353
- """Sets the sign_name of this ListTemplateDetailsRequest.
353
+ r"""Sets the sign_name of this ListTemplateDetailsRequest.
354
354
 
355
355
  签名名称
356
356
 
@@ -361,7 +361,7 @@ class ListTemplateDetailsRequest:
361
361
 
362
362
  @property
363
363
  def sort_dir(self):
364
- """Gets the sort_dir of this ListTemplateDetailsRequest.
364
+ r"""Gets the sort_dir of this ListTemplateDetailsRequest.
365
365
 
366
366
  排序方式 1. desc:降序 2. asc:升序
367
367
 
@@ -372,7 +372,7 @@ class ListTemplateDetailsRequest:
372
372
 
373
373
  @sort_dir.setter
374
374
  def sort_dir(self, sort_dir):
375
- """Sets the sort_dir of this ListTemplateDetailsRequest.
375
+ r"""Sets the sort_dir of this ListTemplateDetailsRequest.
376
376
 
377
377
  排序方式 1. desc:降序 2. asc:升序
378
378
 
@@ -383,7 +383,7 @@ class ListTemplateDetailsRequest:
383
383
 
384
384
  @property
385
385
  def sort_key(self):
386
- """Gets the sort_key of this ListTemplateDetailsRequest.
386
+ r"""Gets the sort_key of this ListTemplateDetailsRequest.
387
387
 
388
388
  排序字段
389
389
 
@@ -394,7 +394,7 @@ class ListTemplateDetailsRequest:
394
394
 
395
395
  @sort_key.setter
396
396
  def sort_key(self, sort_key):
397
- """Sets the sort_key of this ListTemplateDetailsRequest.
397
+ r"""Sets the sort_key of this ListTemplateDetailsRequest.
398
398
 
399
399
  排序字段
400
400
 
@@ -405,7 +405,7 @@ class ListTemplateDetailsRequest:
405
405
 
406
406
  @property
407
407
  def template_id(self):
408
- """Gets the template_id of this ListTemplateDetailsRequest.
408
+ r"""Gets the template_id of this ListTemplateDetailsRequest.
409
409
 
410
410
  模板ID
411
411
 
@@ -416,7 +416,7 @@ class ListTemplateDetailsRequest:
416
416
 
417
417
  @template_id.setter
418
418
  def template_id(self, template_id):
419
- """Sets the template_id of this ListTemplateDetailsRequest.
419
+ r"""Sets the template_id of this ListTemplateDetailsRequest.
420
420
 
421
421
  模板ID
422
422
 
@@ -427,7 +427,7 @@ class ListTemplateDetailsRequest:
427
427
 
428
428
  @property
429
429
  def template_name(self):
430
- """Gets the template_name of this ListTemplateDetailsRequest.
430
+ r"""Gets the template_name of this ListTemplateDetailsRequest.
431
431
 
432
432
  模板名称
433
433
 
@@ -438,7 +438,7 @@ class ListTemplateDetailsRequest:
438
438
 
439
439
  @template_name.setter
440
440
  def template_name(self, template_name):
441
- """Sets the template_name of this ListTemplateDetailsRequest.
441
+ r"""Sets the template_name of this ListTemplateDetailsRequest.
442
442
 
443
443
  模板名称
444
444
 
@@ -449,7 +449,7 @@ class ListTemplateDetailsRequest:
449
449
 
450
450
  @property
451
451
  def template_type(self):
452
- """Gets the template_type of this ListTemplateDetailsRequest.
452
+ r"""Gets the template_type of this ListTemplateDetailsRequest.
453
453
 
454
454
  模板类型 1. VERIFY_CODE_TYPE: 验证码类 2. PROMOTION_TYPE: 推广类 3. NOTIFY_TYPE: 通知类
455
455
 
@@ -460,7 +460,7 @@ class ListTemplateDetailsRequest:
460
460
 
461
461
  @template_type.setter
462
462
  def template_type(self, template_type):
463
- """Sets the template_type of this ListTemplateDetailsRequest.
463
+ r"""Sets the template_type of this ListTemplateDetailsRequest.
464
464
 
465
465
  模板类型 1. VERIFY_CODE_TYPE: 验证码类 2. PROMOTION_TYPE: 推广类 3. NOTIFY_TYPE: 通知类
466
466
 
@@ -28,7 +28,7 @@ class ListTemplateDetailsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, results=None, total=None):
31
- """ListTemplateDetailsResponse
31
+ r"""ListTemplateDetailsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListTemplateDetailsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def results(self):
54
- """Gets the results of this ListTemplateDetailsResponse.
54
+ r"""Gets the results of this ListTemplateDetailsResponse.
55
55
 
56
56
  查询结果
57
57
 
@@ -62,7 +62,7 @@ class ListTemplateDetailsResponse(SdkResponse):
62
62
 
63
63
  @results.setter
64
64
  def results(self, results):
65
- """Sets the results of this ListTemplateDetailsResponse.
65
+ r"""Sets the results of this ListTemplateDetailsResponse.
66
66
 
67
67
  查询结果
68
68
 
@@ -73,7 +73,7 @@ class ListTemplateDetailsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListTemplateDetailsResponse.
76
+ r"""Gets the total of this ListTemplateDetailsResponse.
77
77
 
78
78
  总数
79
79
 
@@ -84,7 +84,7 @@ class ListTemplateDetailsResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListTemplateDetailsResponse.
87
+ r"""Sets the total of this ListTemplateDetailsResponse.
88
88
 
89
89
  总数
90
90