huaweicloudsdkcodeartsbuild 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 (105) hide show
  1. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +30 -30
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +30 -30
  3. huaweicloudsdkcodeartsbuild/v3/model/build_step.py +7 -7
  4. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter.py +5 -5
  5. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter_param.py +7 -7
  6. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request.py +3 -3
  7. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +21 -21
  8. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response.py +7 -7
  9. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response_body_result.py +3 -3
  10. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +21 -21
  11. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_steps.py +11 -11
  12. huaweicloudsdkcodeartsbuild/v3/model/create_template.py +3 -3
  13. huaweicloudsdkcodeartsbuild/v3/model/create_template_steps.py +11 -11
  14. huaweicloudsdkcodeartsbuild/v3/model/create_templates_items.py +39 -39
  15. huaweicloudsdkcodeartsbuild/v3/model/create_templates_request.py +3 -3
  16. huaweicloudsdkcodeartsbuild/v3/model/create_templates_request_body.py +11 -11
  17. huaweicloudsdkcodeartsbuild/v3/model/create_templates_response.py +7 -7
  18. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_request.py +3 -3
  19. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +5 -5
  20. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response_body_result.py +5 -5
  21. huaweicloudsdkcodeartsbuild/v3/model/delete_templates_request.py +3 -3
  22. huaweicloudsdkcodeartsbuild/v3/model/delete_templates_response.py +7 -7
  23. huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_request.py +3 -3
  24. huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_response.py +3 -3
  25. huaweicloudsdkcodeartsbuild/v3/model/disable_notice_request.py +5 -5
  26. huaweicloudsdkcodeartsbuild/v3/model/disable_notice_response.py +7 -7
  27. huaweicloudsdkcodeartsbuild/v3/model/download_build_log_request.py +5 -5
  28. huaweicloudsdkcodeartsbuild/v3/model/download_build_log_response.py +1 -1
  29. huaweicloudsdkcodeartsbuild/v3/model/download_keystore_request.py +5 -5
  30. huaweicloudsdkcodeartsbuild/v3/model/download_keystore_response.py +1 -1
  31. huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_request.py +3 -3
  32. huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_response.py +1 -1
  33. huaweicloudsdkcodeartsbuild/v3/model/download_task_log_request.py +7 -7
  34. huaweicloudsdkcodeartsbuild/v3/model/download_task_log_response.py +1 -1
  35. huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_request.py +3 -3
  36. huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_response.py +3 -3
  37. huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result.py +5 -5
  38. huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result_edges.py +5 -5
  39. huaweicloudsdkcodeartsbuild/v3/model/history_record.py +13 -13
  40. huaweicloudsdkcodeartsbuild/v3/model/history_record1.py +23 -23
  41. huaweicloudsdkcodeartsbuild/v3/model/job.py +35 -35
  42. huaweicloudsdkcodeartsbuild/v3/model/limits_param.py +7 -7
  43. huaweicloudsdkcodeartsbuild/v3/model/list_job_config_request.py +5 -5
  44. huaweicloudsdkcodeartsbuild/v3/model/list_job_config_response.py +7 -7
  45. huaweicloudsdkcodeartsbuild/v3/model/list_notice_request.py +3 -3
  46. huaweicloudsdkcodeartsbuild/v3/model/list_notice_response.py +7 -7
  47. huaweicloudsdkcodeartsbuild/v3/model/list_templates_request.py +7 -7
  48. huaweicloudsdkcodeartsbuild/v3/model/list_templates_response.py +7 -7
  49. huaweicloudsdkcodeartsbuild/v3/model/out_put_info_result.py +7 -7
  50. huaweicloudsdkcodeartsbuild/v3/model/out_put_result.py +15 -15
  51. huaweicloudsdkcodeartsbuild/v3/model/parameter_item.py +5 -5
  52. huaweicloudsdkcodeartsbuild/v3/model/query_job_notice_items.py +7 -7
  53. huaweicloudsdkcodeartsbuild/v3/model/query_template.py +3 -3
  54. huaweicloudsdkcodeartsbuild/v3/model/query_templates_items.py +41 -41
  55. huaweicloudsdkcodeartsbuild/v3/model/query_templates_result.py +5 -5
  56. huaweicloudsdkcodeartsbuild/v3/model/record_info2_result.py +67 -67
  57. huaweicloudsdkcodeartsbuild/v3/model/record_info_result.py +67 -67
  58. huaweicloudsdkcodeartsbuild/v3/model/run_job_request.py +3 -3
  59. huaweicloudsdkcodeartsbuild/v3/model/run_job_request_body.py +7 -7
  60. huaweicloudsdkcodeartsbuild/v3/model/run_job_response.py +7 -7
  61. huaweicloudsdkcodeartsbuild/v3/model/scm.py +5 -5
  62. huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_request.py +3 -3
  63. huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_response.py +9 -9
  64. huaweicloudsdkcodeartsbuild/v3/model/show_history_details_request.py +5 -5
  65. huaweicloudsdkcodeartsbuild/v3/model/show_history_details_response.py +13 -13
  66. huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_request.py +7 -7
  67. huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_response.py +5 -5
  68. huaweicloudsdkcodeartsbuild/v3/model/show_job_status_request.py +3 -3
  69. huaweicloudsdkcodeartsbuild/v3/model/show_job_status_response.py +3 -3
  70. huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_request.py +7 -7
  71. huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_response.py +7 -7
  72. huaweicloudsdkcodeartsbuild/v3/model/show_last_history_request.py +5 -5
  73. huaweicloudsdkcodeartsbuild/v3/model/show_last_history_response.py +17 -17
  74. huaweicloudsdkcodeartsbuild/v3/model/show_list_history_request.py +9 -9
  75. huaweicloudsdkcodeartsbuild/v3/model/show_list_history_response.py +5 -5
  76. huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_request.py +11 -11
  77. huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_response.py +5 -5
  78. huaweicloudsdkcodeartsbuild/v3/model/show_output_info_request.py +5 -5
  79. huaweicloudsdkcodeartsbuild/v3/model/show_output_info_response.py +7 -7
  80. huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_request.py +5 -5
  81. huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_response.py +7 -7
  82. huaweicloudsdkcodeartsbuild/v3/model/show_record_info_request.py +5 -5
  83. huaweicloudsdkcodeartsbuild/v3/model/show_record_info_response.py +9 -9
  84. huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_request.py +5 -5
  85. huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_response.py +5 -5
  86. huaweicloudsdkcodeartsbuild/v3/model/stop_job_request.py +3 -3
  87. huaweicloudsdkcodeartsbuild/v3/model/stop_job_request_body.py +5 -5
  88. huaweicloudsdkcodeartsbuild/v3/model/stop_job_response.py +3 -3
  89. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter.py +5 -5
  90. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter_param.py +7 -7
  91. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request.py +3 -3
  92. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request_body.py +23 -23
  93. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_response.py +7 -7
  94. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_scm.py +21 -21
  95. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_steps.py +11 -11
  96. huaweicloudsdkcodeartsbuild/v3/model/update_notice_request.py +5 -5
  97. huaweicloudsdkcodeartsbuild/v3/model/update_notice_request_body.py +7 -7
  98. huaweicloudsdkcodeartsbuild/v3/model/update_notice_response.py +7 -7
  99. huaweicloudsdkcodeartsbuild/v3/model/vertices.py +15 -15
  100. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/METADATA +2 -2
  101. huaweicloudsdkcodeartsbuild-3.1.144.dist-info/RECORD +109 -0
  102. huaweicloudsdkcodeartsbuild-3.1.142.dist-info/RECORD +0 -109
  103. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/LICENSE +0 -0
  104. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/WHEEL +0 -0
  105. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/top_level.txt +0 -0
@@ -63,7 +63,7 @@ class QueryTemplatesItems:
63
63
  }
64
64
 
65
65
  def __init__(self, favourite=None, nick_name=None, id=None, uuid=None, template=None, type=None, public=None, name=None, create_time=None, domain_id=None, weight=None, user_id=None, user_name=None, domain_name=None, scope=None, description=None, tool_type=None, intl_description=None, parameters=None, i18n=None):
66
- """QueryTemplatesItems
66
+ r"""QueryTemplatesItems
67
67
 
68
68
  The model defined in huaweicloud sdk
69
69
 
@@ -176,7 +176,7 @@ class QueryTemplatesItems:
176
176
 
177
177
  @property
178
178
  def favourite(self):
179
- """Gets the favourite of this QueryTemplatesItems.
179
+ r"""Gets the favourite of this QueryTemplatesItems.
180
180
 
181
181
  是否收藏模板
182
182
 
@@ -187,7 +187,7 @@ class QueryTemplatesItems:
187
187
 
188
188
  @favourite.setter
189
189
  def favourite(self, favourite):
190
- """Sets the favourite of this QueryTemplatesItems.
190
+ r"""Sets the favourite of this QueryTemplatesItems.
191
191
 
192
192
  是否收藏模板
193
193
 
@@ -198,7 +198,7 @@ class QueryTemplatesItems:
198
198
 
199
199
  @property
200
200
  def nick_name(self):
201
- """Gets the nick_name of this QueryTemplatesItems.
201
+ r"""Gets the nick_name of this QueryTemplatesItems.
202
202
 
203
203
  昵称
204
204
 
@@ -209,7 +209,7 @@ class QueryTemplatesItems:
209
209
 
210
210
  @nick_name.setter
211
211
  def nick_name(self, nick_name):
212
- """Sets the nick_name of this QueryTemplatesItems.
212
+ r"""Sets the nick_name of this QueryTemplatesItems.
213
213
 
214
214
  昵称
215
215
 
@@ -220,7 +220,7 @@ class QueryTemplatesItems:
220
220
 
221
221
  @property
222
222
  def id(self):
223
- """Gets the id of this QueryTemplatesItems.
223
+ r"""Gets the id of this QueryTemplatesItems.
224
224
 
225
225
  数据库中id
226
226
 
@@ -231,7 +231,7 @@ class QueryTemplatesItems:
231
231
 
232
232
  @id.setter
233
233
  def id(self, id):
234
- """Sets the id of this QueryTemplatesItems.
234
+ r"""Sets the id of this QueryTemplatesItems.
235
235
 
236
236
  数据库中id
237
237
 
@@ -242,7 +242,7 @@ class QueryTemplatesItems:
242
242
 
243
243
  @property
244
244
  def uuid(self):
245
- """Gets the uuid of this QueryTemplatesItems.
245
+ r"""Gets the uuid of this QueryTemplatesItems.
246
246
 
247
247
  uuid
248
248
 
@@ -253,7 +253,7 @@ class QueryTemplatesItems:
253
253
 
254
254
  @uuid.setter
255
255
  def uuid(self, uuid):
256
- """Sets the uuid of this QueryTemplatesItems.
256
+ r"""Sets the uuid of this QueryTemplatesItems.
257
257
 
258
258
  uuid
259
259
 
@@ -264,7 +264,7 @@ class QueryTemplatesItems:
264
264
 
265
265
  @property
266
266
  def template(self):
267
- """Gets the template of this QueryTemplatesItems.
267
+ r"""Gets the template of this QueryTemplatesItems.
268
268
 
269
269
  :return: The template of this QueryTemplatesItems.
270
270
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplate`
@@ -273,7 +273,7 @@ class QueryTemplatesItems:
273
273
 
274
274
  @template.setter
275
275
  def template(self, template):
276
- """Sets the template of this QueryTemplatesItems.
276
+ r"""Sets the template of this QueryTemplatesItems.
277
277
 
278
278
  :param template: The template of this QueryTemplatesItems.
279
279
  :type template: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplate`
@@ -282,7 +282,7 @@ class QueryTemplatesItems:
282
282
 
283
283
  @property
284
284
  def type(self):
285
- """Gets the type of this QueryTemplatesItems.
285
+ r"""Gets the type of this QueryTemplatesItems.
286
286
 
287
287
  模板类别
288
288
 
@@ -293,7 +293,7 @@ class QueryTemplatesItems:
293
293
 
294
294
  @type.setter
295
295
  def type(self, type):
296
- """Sets the type of this QueryTemplatesItems.
296
+ r"""Sets the type of this QueryTemplatesItems.
297
297
 
298
298
  模板类别
299
299
 
@@ -304,7 +304,7 @@ class QueryTemplatesItems:
304
304
 
305
305
  @property
306
306
  def public(self):
307
- """Gets the public of this QueryTemplatesItems.
307
+ r"""Gets the public of this QueryTemplatesItems.
308
308
 
309
309
  模板是否公开
310
310
 
@@ -315,7 +315,7 @@ class QueryTemplatesItems:
315
315
 
316
316
  @public.setter
317
317
  def public(self, public):
318
- """Sets the public of this QueryTemplatesItems.
318
+ r"""Sets the public of this QueryTemplatesItems.
319
319
 
320
320
  模板是否公开
321
321
 
@@ -326,7 +326,7 @@ class QueryTemplatesItems:
326
326
 
327
327
  @property
328
328
  def name(self):
329
- """Gets the name of this QueryTemplatesItems.
329
+ r"""Gets the name of this QueryTemplatesItems.
330
330
 
331
331
  模板命名
332
332
 
@@ -337,7 +337,7 @@ class QueryTemplatesItems:
337
337
 
338
338
  @name.setter
339
339
  def name(self, name):
340
- """Sets the name of this QueryTemplatesItems.
340
+ r"""Sets the name of this QueryTemplatesItems.
341
341
 
342
342
  模板命名
343
343
 
@@ -348,7 +348,7 @@ class QueryTemplatesItems:
348
348
 
349
349
  @property
350
350
  def create_time(self):
351
- """Gets the create_time of this QueryTemplatesItems.
351
+ r"""Gets the create_time of this QueryTemplatesItems.
352
352
 
353
353
  创建时间
354
354
 
@@ -359,7 +359,7 @@ class QueryTemplatesItems:
359
359
 
360
360
  @create_time.setter
361
361
  def create_time(self, create_time):
362
- """Sets the create_time of this QueryTemplatesItems.
362
+ r"""Sets the create_time of this QueryTemplatesItems.
363
363
 
364
364
  创建时间
365
365
 
@@ -370,7 +370,7 @@ class QueryTemplatesItems:
370
370
 
371
371
  @property
372
372
  def domain_id(self):
373
- """Gets the domain_id of this QueryTemplatesItems.
373
+ r"""Gets the domain_id of this QueryTemplatesItems.
374
374
 
375
375
  domainId
376
376
 
@@ -381,7 +381,7 @@ class QueryTemplatesItems:
381
381
 
382
382
  @domain_id.setter
383
383
  def domain_id(self, domain_id):
384
- """Sets the domain_id of this QueryTemplatesItems.
384
+ r"""Sets the domain_id of this QueryTemplatesItems.
385
385
 
386
386
  domainId
387
387
 
@@ -392,7 +392,7 @@ class QueryTemplatesItems:
392
392
 
393
393
  @property
394
394
  def weight(self):
395
- """Gets the weight of this QueryTemplatesItems.
395
+ r"""Gets the weight of this QueryTemplatesItems.
396
396
 
397
397
  权重
398
398
 
@@ -403,7 +403,7 @@ class QueryTemplatesItems:
403
403
 
404
404
  @weight.setter
405
405
  def weight(self, weight):
406
- """Sets the weight of this QueryTemplatesItems.
406
+ r"""Sets the weight of this QueryTemplatesItems.
407
407
 
408
408
  权重
409
409
 
@@ -414,7 +414,7 @@ class QueryTemplatesItems:
414
414
 
415
415
  @property
416
416
  def user_id(self):
417
- """Gets the user_id of this QueryTemplatesItems.
417
+ r"""Gets the user_id of this QueryTemplatesItems.
418
418
 
419
419
  用户id
420
420
 
@@ -425,7 +425,7 @@ class QueryTemplatesItems:
425
425
 
426
426
  @user_id.setter
427
427
  def user_id(self, user_id):
428
- """Sets the user_id of this QueryTemplatesItems.
428
+ r"""Sets the user_id of this QueryTemplatesItems.
429
429
 
430
430
  用户id
431
431
 
@@ -436,7 +436,7 @@ class QueryTemplatesItems:
436
436
 
437
437
  @property
438
438
  def user_name(self):
439
- """Gets the user_name of this QueryTemplatesItems.
439
+ r"""Gets the user_name of this QueryTemplatesItems.
440
440
 
441
441
  用户名
442
442
 
@@ -447,7 +447,7 @@ class QueryTemplatesItems:
447
447
 
448
448
  @user_name.setter
449
449
  def user_name(self, user_name):
450
- """Sets the user_name of this QueryTemplatesItems.
450
+ r"""Sets the user_name of this QueryTemplatesItems.
451
451
 
452
452
  用户名
453
453
 
@@ -458,7 +458,7 @@ class QueryTemplatesItems:
458
458
 
459
459
  @property
460
460
  def domain_name(self):
461
- """Gets the domain_name of this QueryTemplatesItems.
461
+ r"""Gets the domain_name of this QueryTemplatesItems.
462
462
 
463
463
  domain名字
464
464
 
@@ -469,7 +469,7 @@ class QueryTemplatesItems:
469
469
 
470
470
  @domain_name.setter
471
471
  def domain_name(self, domain_name):
472
- """Sets the domain_name of this QueryTemplatesItems.
472
+ r"""Sets the domain_name of this QueryTemplatesItems.
473
473
 
474
474
  domain名字
475
475
 
@@ -480,7 +480,7 @@ class QueryTemplatesItems:
480
480
 
481
481
  @property
482
482
  def scope(self):
483
- """Gets the scope of this QueryTemplatesItems.
483
+ r"""Gets the scope of this QueryTemplatesItems.
484
484
 
485
485
  模板范围,自定义模板默认为custom
486
486
 
@@ -491,7 +491,7 @@ class QueryTemplatesItems:
491
491
 
492
492
  @scope.setter
493
493
  def scope(self, scope):
494
- """Sets the scope of this QueryTemplatesItems.
494
+ r"""Sets the scope of this QueryTemplatesItems.
495
495
 
496
496
  模板范围,自定义模板默认为custom
497
497
 
@@ -502,7 +502,7 @@ class QueryTemplatesItems:
502
502
 
503
503
  @property
504
504
  def description(self):
505
- """Gets the description of this QueryTemplatesItems.
505
+ r"""Gets the description of this QueryTemplatesItems.
506
506
 
507
507
  模板说明
508
508
 
@@ -513,7 +513,7 @@ class QueryTemplatesItems:
513
513
 
514
514
  @description.setter
515
515
  def description(self, description):
516
- """Sets the description of this QueryTemplatesItems.
516
+ r"""Sets the description of this QueryTemplatesItems.
517
517
 
518
518
  模板说明
519
519
 
@@ -524,7 +524,7 @@ class QueryTemplatesItems:
524
524
 
525
525
  @property
526
526
  def tool_type(self):
527
- """Gets the tool_type of this QueryTemplatesItems.
527
+ r"""Gets the tool_type of this QueryTemplatesItems.
528
528
 
529
529
  构建工具类型,yaml构建还是action构建
530
530
 
@@ -535,7 +535,7 @@ class QueryTemplatesItems:
535
535
 
536
536
  @tool_type.setter
537
537
  def tool_type(self, tool_type):
538
- """Sets the tool_type of this QueryTemplatesItems.
538
+ r"""Sets the tool_type of this QueryTemplatesItems.
539
539
 
540
540
  构建工具类型,yaml构建还是action构建
541
541
 
@@ -546,7 +546,7 @@ class QueryTemplatesItems:
546
546
 
547
547
  @property
548
548
  def intl_description(self):
549
- """Gets the intl_description of this QueryTemplatesItems.
549
+ r"""Gets the intl_description of this QueryTemplatesItems.
550
550
 
551
551
  intl说明
552
552
 
@@ -557,7 +557,7 @@ class QueryTemplatesItems:
557
557
 
558
558
  @intl_description.setter
559
559
  def intl_description(self, intl_description):
560
- """Sets the intl_description of this QueryTemplatesItems.
560
+ r"""Sets the intl_description of this QueryTemplatesItems.
561
561
 
562
562
  intl说明
563
563
 
@@ -568,7 +568,7 @@ class QueryTemplatesItems:
568
568
 
569
569
  @property
570
570
  def parameters(self):
571
- """Gets the parameters of this QueryTemplatesItems.
571
+ r"""Gets the parameters of this QueryTemplatesItems.
572
572
 
573
573
  构建执行参数列表
574
574
 
@@ -579,7 +579,7 @@ class QueryTemplatesItems:
579
579
 
580
580
  @parameters.setter
581
581
  def parameters(self, parameters):
582
- """Sets the parameters of this QueryTemplatesItems.
582
+ r"""Sets the parameters of this QueryTemplatesItems.
583
583
 
584
584
  构建执行参数列表
585
585
 
@@ -590,7 +590,7 @@ class QueryTemplatesItems:
590
590
 
591
591
  @property
592
592
  def i18n(self):
593
- """Gets the i18n of this QueryTemplatesItems.
593
+ r"""Gets the i18n of this QueryTemplatesItems.
594
594
 
595
595
  i18n
596
596
 
@@ -601,7 +601,7 @@ class QueryTemplatesItems:
601
601
 
602
602
  @i18n.setter
603
603
  def i18n(self, i18n):
604
- """Sets the i18n of this QueryTemplatesItems.
604
+ r"""Sets the i18n of this QueryTemplatesItems.
605
605
 
606
606
  i18n
607
607
 
@@ -27,7 +27,7 @@ class QueryTemplatesResult:
27
27
  }
28
28
 
29
29
  def __init__(self, total_size=None, items=None):
30
- """QueryTemplatesResult
30
+ r"""QueryTemplatesResult
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class QueryTemplatesResult:
50
50
 
51
51
  @property
52
52
  def total_size(self):
53
- """Gets the total_size of this QueryTemplatesResult.
53
+ r"""Gets the total_size of this QueryTemplatesResult.
54
54
 
55
55
  返回模板数量
56
56
 
@@ -61,7 +61,7 @@ class QueryTemplatesResult:
61
61
 
62
62
  @total_size.setter
63
63
  def total_size(self, total_size):
64
- """Sets the total_size of this QueryTemplatesResult.
64
+ r"""Sets the total_size of this QueryTemplatesResult.
65
65
 
66
66
  返回模板数量
67
67
 
@@ -72,7 +72,7 @@ class QueryTemplatesResult:
72
72
 
73
73
  @property
74
74
  def items(self):
75
- """Gets the items of this QueryTemplatesResult.
75
+ r"""Gets the items of this QueryTemplatesResult.
76
76
 
77
77
  模板信息列表
78
78
 
@@ -83,7 +83,7 @@ class QueryTemplatesResult:
83
83
 
84
84
  @items.setter
85
85
  def items(self, items):
86
- """Sets the items of this QueryTemplatesResult.
86
+ r"""Sets the items of this QueryTemplatesResult.
87
87
 
88
88
  模板信息列表
89
89