huaweicloudsdktics 3.1.141__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.

Potentially problematic release.


This version of huaweicloudsdktics might be problematic. Click here for more details.

Files changed (74) hide show
  1. huaweicloudsdktics/v1/model/agent_list_vo.py +31 -31
  2. huaweicloudsdktics/v1/model/deploy_vo.py +11 -11
  3. huaweicloudsdktics/v1/model/fl_job_list_vo.py +27 -27
  4. huaweicloudsdktics/v1/model/job_report_base_info_vo.py +13 -13
  5. huaweicloudsdktics/v1/model/job_report_env_vo.py +11 -11
  6. huaweicloudsdktics/v1/model/job_report_output_vo.py +7 -7
  7. huaweicloudsdktics/v1/model/job_report_partner_vo.py +11 -11
  8. huaweicloudsdktics/v1/model/league_dataset_statistics_vo.py +13 -13
  9. huaweicloudsdktics/v1/model/league_partner_statistics_vo.py +17 -17
  10. huaweicloudsdktics/v1/model/league_update_vo.py +7 -7
  11. huaweicloudsdktics/v1/model/list_agents_request.py +9 -9
  12. huaweicloudsdktics/v1/model/list_agents_response.py +5 -5
  13. huaweicloudsdktics/v1/model/list_audit_info_request.py +7 -7
  14. huaweicloudsdktics/v1/model/list_audit_info_response.py +5 -5
  15. huaweicloudsdktics/v1/model/list_fl_job_request.py +7 -7
  16. huaweicloudsdktics/v1/model/list_fl_job_response.py +5 -5
  17. huaweicloudsdktics/v1/model/list_instance_history_request.py +9 -9
  18. huaweicloudsdktics/v1/model/list_instance_history_response.py +5 -5
  19. huaweicloudsdktics/v1/model/list_league_datasets_request.py +11 -11
  20. huaweicloudsdktics/v1/model/list_league_datasets_response.py +5 -5
  21. huaweicloudsdktics/v1/model/list_leagues_request.py +7 -7
  22. huaweicloudsdktics/v1/model/list_leagues_response.py +5 -5
  23. huaweicloudsdktics/v1/model/list_nodes_request.py +7 -7
  24. huaweicloudsdktics/v1/model/list_nodes_response.py +5 -5
  25. huaweicloudsdktics/v1/model/list_notices_request.py +5 -5
  26. huaweicloudsdktics/v1/model/list_notices_response.py +5 -5
  27. huaweicloudsdktics/v1/model/list_partners_request.py +7 -7
  28. huaweicloudsdktics/v1/model/list_partners_response.py +5 -5
  29. huaweicloudsdktics/v1/model/list_sql_job_request.py +7 -7
  30. huaweicloudsdktics/v1/model/list_sql_job_response.py +5 -5
  31. huaweicloudsdktics/v1/model/partner_data_vo.py +15 -15
  32. huaweicloudsdktics/v1/model/processor_vo.py +21 -21
  33. huaweicloudsdktics/v1/model/round_deploy_vo.py +5 -5
  34. huaweicloudsdktics/v1/model/show_agent_detail_request.py +3 -3
  35. huaweicloudsdktics/v1/model/show_agent_detail_response.py +11 -11
  36. huaweicloudsdktics/v1/model/show_dataset_statistics_request.py +7 -7
  37. huaweicloudsdktics/v1/model/show_dataset_statistics_response.py +3 -3
  38. huaweicloudsdktics/v1/model/show_instance_report_request.py +5 -5
  39. huaweicloudsdktics/v1/model/show_instance_report_response.py +11 -11
  40. huaweicloudsdktics/v1/model/show_job_instance_dag_request.py +7 -7
  41. huaweicloudsdktics/v1/model/show_job_instance_dag_response.py +3 -3
  42. huaweicloudsdktics/v1/model/show_job_statistics_request.py +7 -7
  43. huaweicloudsdktics/v1/model/show_job_statistics_response.py +11 -11
  44. huaweicloudsdktics/v1/model/show_league_request.py +3 -3
  45. huaweicloudsdktics/v1/model/show_league_response.py +45 -45
  46. huaweicloudsdktics/v1/model/show_overview_request.py +1 -1
  47. huaweicloudsdktics/v1/model/show_overview_response.py +9 -9
  48. huaweicloudsdktics/v1/model/show_partner_statistics_request.py +7 -7
  49. huaweicloudsdktics/v1/model/show_partner_statistics_response.py +3 -3
  50. huaweicloudsdktics/v1/model/stage_vo.py +9 -9
  51. huaweicloudsdktics/v1/model/tics_agent_deploy.py +45 -45
  52. huaweicloudsdktics/v1/model/tics_agent_deploy_bcs.py +15 -15
  53. huaweicloudsdktics/v1/model/tics_agent_deploy_detail.py +27 -27
  54. huaweicloudsdktics/v1/model/tics_agent_nat_common_info.py +9 -9
  55. huaweicloudsdktics/v1/model/tics_agent_node_info.py +29 -29
  56. huaweicloudsdktics/v1/model/tics_approve_log_vo.py +29 -29
  57. huaweicloudsdktics/v1/model/tics_dataset_column.py +23 -23
  58. huaweicloudsdktics/v1/model/tics_job_instance_vo.py +23 -23
  59. huaweicloudsdktics/v1/model/tics_league_audit_log.py +21 -21
  60. huaweicloudsdktics/v1/model/tics_league_list_vo.py +33 -33
  61. huaweicloudsdktics/v1/model/tics_league_notice_vo.py +25 -25
  62. huaweicloudsdktics/v1/model/tics_league_partner_vo.py +9 -9
  63. huaweicloudsdktics/v1/model/tics_sql_job_vo.py +29 -29
  64. huaweicloudsdktics/v1/model/tics_trust_info_vo.py +19 -19
  65. huaweicloudsdktics/v1/model/update_league_request.py +5 -5
  66. huaweicloudsdktics/v1/model/update_league_response.py +3 -3
  67. huaweicloudsdktics/v1/tics_async_client.py +19 -19
  68. huaweicloudsdktics/v1/tics_client.py +19 -19
  69. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/METADATA +2 -2
  70. huaweicloudsdktics-3.1.143.dist-info/RECORD +78 -0
  71. huaweicloudsdktics-3.1.141.dist-info/RECORD +0 -78
  72. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/LICENSE +0 -0
  73. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/WHEEL +0 -0
  74. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,7 @@ class TicsLeagueAuditLog:
43
43
  }
44
44
 
45
45
  def __init__(self, create_user_domain_id=None, create_user_project_id=None, creator_alias_name=None, event_end_time=None, event_info=None, event_start_time=None, event_status=None, id=None, league_id=None, sponsor_agent_name=None):
46
- """TicsLeagueAuditLog
46
+ r"""TicsLeagueAuditLog
47
47
 
48
48
  The model defined in huaweicloud sdk
49
49
 
@@ -106,7 +106,7 @@ class TicsLeagueAuditLog:
106
106
 
107
107
  @property
108
108
  def create_user_domain_id(self):
109
- """Gets the create_user_domain_id of this TicsLeagueAuditLog.
109
+ r"""Gets the create_user_domain_id of this TicsLeagueAuditLog.
110
110
 
111
111
  创建者账户id
112
112
 
@@ -117,7 +117,7 @@ class TicsLeagueAuditLog:
117
117
 
118
118
  @create_user_domain_id.setter
119
119
  def create_user_domain_id(self, create_user_domain_id):
120
- """Sets the create_user_domain_id of this TicsLeagueAuditLog.
120
+ r"""Sets the create_user_domain_id of this TicsLeagueAuditLog.
121
121
 
122
122
  创建者账户id
123
123
 
@@ -128,7 +128,7 @@ class TicsLeagueAuditLog:
128
128
 
129
129
  @property
130
130
  def create_user_project_id(self):
131
- """Gets the create_user_project_id of this TicsLeagueAuditLog.
131
+ r"""Gets the create_user_project_id of this TicsLeagueAuditLog.
132
132
 
133
133
  创建者项目id
134
134
 
@@ -139,7 +139,7 @@ class TicsLeagueAuditLog:
139
139
 
140
140
  @create_user_project_id.setter
141
141
  def create_user_project_id(self, create_user_project_id):
142
- """Sets the create_user_project_id of this TicsLeagueAuditLog.
142
+ r"""Sets the create_user_project_id of this TicsLeagueAuditLog.
143
143
 
144
144
  创建者项目id
145
145
 
@@ -150,7 +150,7 @@ class TicsLeagueAuditLog:
150
150
 
151
151
  @property
152
152
  def creator_alias_name(self):
153
- """Gets the creator_alias_name of this TicsLeagueAuditLog.
153
+ r"""Gets the creator_alias_name of this TicsLeagueAuditLog.
154
154
 
155
155
  创建者别名
156
156
 
@@ -161,7 +161,7 @@ class TicsLeagueAuditLog:
161
161
 
162
162
  @creator_alias_name.setter
163
163
  def creator_alias_name(self, creator_alias_name):
164
- """Sets the creator_alias_name of this TicsLeagueAuditLog.
164
+ r"""Sets the creator_alias_name of this TicsLeagueAuditLog.
165
165
 
166
166
  创建者别名
167
167
 
@@ -172,7 +172,7 @@ class TicsLeagueAuditLog:
172
172
 
173
173
  @property
174
174
  def event_end_time(self):
175
- """Gets the event_end_time of this TicsLeagueAuditLog.
175
+ r"""Gets the event_end_time of this TicsLeagueAuditLog.
176
176
 
177
177
  事件结束时间
178
178
 
@@ -183,7 +183,7 @@ class TicsLeagueAuditLog:
183
183
 
184
184
  @event_end_time.setter
185
185
  def event_end_time(self, event_end_time):
186
- """Sets the event_end_time of this TicsLeagueAuditLog.
186
+ r"""Sets the event_end_time of this TicsLeagueAuditLog.
187
187
 
188
188
  事件结束时间
189
189
 
@@ -194,7 +194,7 @@ class TicsLeagueAuditLog:
194
194
 
195
195
  @property
196
196
  def event_info(self):
197
- """Gets the event_info of this TicsLeagueAuditLog.
197
+ r"""Gets the event_info of this TicsLeagueAuditLog.
198
198
 
199
199
  事件信息
200
200
 
@@ -205,7 +205,7 @@ class TicsLeagueAuditLog:
205
205
 
206
206
  @event_info.setter
207
207
  def event_info(self, event_info):
208
- """Sets the event_info of this TicsLeagueAuditLog.
208
+ r"""Sets the event_info of this TicsLeagueAuditLog.
209
209
 
210
210
  事件信息
211
211
 
@@ -216,7 +216,7 @@ class TicsLeagueAuditLog:
216
216
 
217
217
  @property
218
218
  def event_start_time(self):
219
- """Gets the event_start_time of this TicsLeagueAuditLog.
219
+ r"""Gets the event_start_time of this TicsLeagueAuditLog.
220
220
 
221
221
  事件开始时间
222
222
 
@@ -227,7 +227,7 @@ class TicsLeagueAuditLog:
227
227
 
228
228
  @event_start_time.setter
229
229
  def event_start_time(self, event_start_time):
230
- """Sets the event_start_time of this TicsLeagueAuditLog.
230
+ r"""Sets the event_start_time of this TicsLeagueAuditLog.
231
231
 
232
232
  事件开始时间
233
233
 
@@ -238,7 +238,7 @@ class TicsLeagueAuditLog:
238
238
 
239
239
  @property
240
240
  def event_status(self):
241
- """Gets the event_status of this TicsLeagueAuditLog.
241
+ r"""Gets the event_status of this TicsLeagueAuditLog.
242
242
 
243
243
  事件状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
244
244
 
@@ -249,7 +249,7 @@ class TicsLeagueAuditLog:
249
249
 
250
250
  @event_status.setter
251
251
  def event_status(self, event_status):
252
- """Sets the event_status of this TicsLeagueAuditLog.
252
+ r"""Sets the event_status of this TicsLeagueAuditLog.
253
253
 
254
254
  事件状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
255
255
 
@@ -260,7 +260,7 @@ class TicsLeagueAuditLog:
260
260
 
261
261
  @property
262
262
  def id(self):
263
- """Gets the id of this TicsLeagueAuditLog.
263
+ r"""Gets the id of this TicsLeagueAuditLog.
264
264
 
265
265
  日志记录id
266
266
 
@@ -271,7 +271,7 @@ class TicsLeagueAuditLog:
271
271
 
272
272
  @id.setter
273
273
  def id(self, id):
274
- """Sets the id of this TicsLeagueAuditLog.
274
+ r"""Sets the id of this TicsLeagueAuditLog.
275
275
 
276
276
  日志记录id
277
277
 
@@ -282,7 +282,7 @@ class TicsLeagueAuditLog:
282
282
 
283
283
  @property
284
284
  def league_id(self):
285
- """Gets the league_id of this TicsLeagueAuditLog.
285
+ r"""Gets the league_id of this TicsLeagueAuditLog.
286
286
 
287
287
  联盟id
288
288
 
@@ -293,7 +293,7 @@ class TicsLeagueAuditLog:
293
293
 
294
294
  @league_id.setter
295
295
  def league_id(self, league_id):
296
- """Sets the league_id of this TicsLeagueAuditLog.
296
+ r"""Sets the league_id of this TicsLeagueAuditLog.
297
297
 
298
298
  联盟id
299
299
 
@@ -304,7 +304,7 @@ class TicsLeagueAuditLog:
304
304
 
305
305
  @property
306
306
  def sponsor_agent_name(self):
307
- """Gets the sponsor_agent_name of this TicsLeagueAuditLog.
307
+ r"""Gets the sponsor_agent_name of this TicsLeagueAuditLog.
308
308
 
309
309
  作业发起节点名称
310
310
 
@@ -315,7 +315,7 @@ class TicsLeagueAuditLog:
315
315
 
316
316
  @sponsor_agent_name.setter
317
317
  def sponsor_agent_name(self, sponsor_agent_name):
318
- """Sets the sponsor_agent_name of this TicsLeagueAuditLog.
318
+ r"""Sets the sponsor_agent_name of this TicsLeagueAuditLog.
319
319
 
320
320
  作业发起节点名称
321
321
 
@@ -55,7 +55,7 @@ class TicsLeagueListVo:
55
55
  }
56
56
 
57
57
  def __init__(self, bcs_channel_name=None, bcs_ip=None, bcs_org_name=None, block_chain_id=None, block_chain_name=None, create_date=None, create_time=None, creator_id=None, creator_name=None, expire_time=None, id=None, league_status=None, name=None, partners=None, type=None, version=None):
58
- """TicsLeagueListVo
58
+ r"""TicsLeagueListVo
59
59
 
60
60
  The model defined in huaweicloud sdk
61
61
 
@@ -141,7 +141,7 @@ class TicsLeagueListVo:
141
141
 
142
142
  @property
143
143
  def bcs_channel_name(self):
144
- """Gets the bcs_channel_name of this TicsLeagueListVo.
144
+ r"""Gets the bcs_channel_name of this TicsLeagueListVo.
145
145
 
146
146
  BCS通道名称
147
147
 
@@ -152,7 +152,7 @@ class TicsLeagueListVo:
152
152
 
153
153
  @bcs_channel_name.setter
154
154
  def bcs_channel_name(self, bcs_channel_name):
155
- """Sets the bcs_channel_name of this TicsLeagueListVo.
155
+ r"""Sets the bcs_channel_name of this TicsLeagueListVo.
156
156
 
157
157
  BCS通道名称
158
158
 
@@ -163,7 +163,7 @@ class TicsLeagueListVo:
163
163
 
164
164
  @property
165
165
  def bcs_ip(self):
166
- """Gets the bcs_ip of this TicsLeagueListVo.
166
+ r"""Gets the bcs_ip of this TicsLeagueListVo.
167
167
 
168
168
  BCS浏览器ip
169
169
 
@@ -174,7 +174,7 @@ class TicsLeagueListVo:
174
174
 
175
175
  @bcs_ip.setter
176
176
  def bcs_ip(self, bcs_ip):
177
- """Sets the bcs_ip of this TicsLeagueListVo.
177
+ r"""Sets the bcs_ip of this TicsLeagueListVo.
178
178
 
179
179
  BCS浏览器ip
180
180
 
@@ -185,7 +185,7 @@ class TicsLeagueListVo:
185
185
 
186
186
  @property
187
187
  def bcs_org_name(self):
188
- """Gets the bcs_org_name of this TicsLeagueListVo.
188
+ r"""Gets the bcs_org_name of this TicsLeagueListVo.
189
189
 
190
190
  BCS组织名称
191
191
 
@@ -196,7 +196,7 @@ class TicsLeagueListVo:
196
196
 
197
197
  @bcs_org_name.setter
198
198
  def bcs_org_name(self, bcs_org_name):
199
- """Sets the bcs_org_name of this TicsLeagueListVo.
199
+ r"""Sets the bcs_org_name of this TicsLeagueListVo.
200
200
 
201
201
  BCS组织名称
202
202
 
@@ -207,7 +207,7 @@ class TicsLeagueListVo:
207
207
 
208
208
  @property
209
209
  def block_chain_id(self):
210
- """Gets the block_chain_id of this TicsLeagueListVo.
210
+ r"""Gets the block_chain_id of this TicsLeagueListVo.
211
211
 
212
212
  BCS服务实例ID
213
213
 
@@ -218,7 +218,7 @@ class TicsLeagueListVo:
218
218
 
219
219
  @block_chain_id.setter
220
220
  def block_chain_id(self, block_chain_id):
221
- """Sets the block_chain_id of this TicsLeagueListVo.
221
+ r"""Sets the block_chain_id of this TicsLeagueListVo.
222
222
 
223
223
  BCS服务实例ID
224
224
 
@@ -229,7 +229,7 @@ class TicsLeagueListVo:
229
229
 
230
230
  @property
231
231
  def block_chain_name(self):
232
- """Gets the block_chain_name of this TicsLeagueListVo.
232
+ r"""Gets the block_chain_name of this TicsLeagueListVo.
233
233
 
234
234
  BCS服务实例名称
235
235
 
@@ -240,7 +240,7 @@ class TicsLeagueListVo:
240
240
 
241
241
  @block_chain_name.setter
242
242
  def block_chain_name(self, block_chain_name):
243
- """Sets the block_chain_name of this TicsLeagueListVo.
243
+ r"""Sets the block_chain_name of this TicsLeagueListVo.
244
244
 
245
245
  BCS服务实例名称
246
246
 
@@ -251,7 +251,7 @@ class TicsLeagueListVo:
251
251
 
252
252
  @property
253
253
  def create_date(self):
254
- """Gets the create_date of this TicsLeagueListVo.
254
+ r"""Gets the create_date of this TicsLeagueListVo.
255
255
 
256
256
  创建日期
257
257
 
@@ -262,7 +262,7 @@ class TicsLeagueListVo:
262
262
 
263
263
  @create_date.setter
264
264
  def create_date(self, create_date):
265
- """Sets the create_date of this TicsLeagueListVo.
265
+ r"""Sets the create_date of this TicsLeagueListVo.
266
266
 
267
267
  创建日期
268
268
 
@@ -273,7 +273,7 @@ class TicsLeagueListVo:
273
273
 
274
274
  @property
275
275
  def create_time(self):
276
- """Gets the create_time of this TicsLeagueListVo.
276
+ r"""Gets the create_time of this TicsLeagueListVo.
277
277
 
278
278
  创建时间
279
279
 
@@ -284,7 +284,7 @@ class TicsLeagueListVo:
284
284
 
285
285
  @create_time.setter
286
286
  def create_time(self, create_time):
287
- """Sets the create_time of this TicsLeagueListVo.
287
+ r"""Sets the create_time of this TicsLeagueListVo.
288
288
 
289
289
  创建时间
290
290
 
@@ -295,7 +295,7 @@ class TicsLeagueListVo:
295
295
 
296
296
  @property
297
297
  def creator_id(self):
298
- """Gets the creator_id of this TicsLeagueListVo.
298
+ r"""Gets the creator_id of this TicsLeagueListVo.
299
299
 
300
300
  创建人id
301
301
 
@@ -306,7 +306,7 @@ class TicsLeagueListVo:
306
306
 
307
307
  @creator_id.setter
308
308
  def creator_id(self, creator_id):
309
- """Sets the creator_id of this TicsLeagueListVo.
309
+ r"""Sets the creator_id of this TicsLeagueListVo.
310
310
 
311
311
  创建人id
312
312
 
@@ -317,7 +317,7 @@ class TicsLeagueListVo:
317
317
 
318
318
  @property
319
319
  def creator_name(self):
320
- """Gets the creator_name of this TicsLeagueListVo.
320
+ r"""Gets the creator_name of this TicsLeagueListVo.
321
321
 
322
322
  创建人名称
323
323
 
@@ -328,7 +328,7 @@ class TicsLeagueListVo:
328
328
 
329
329
  @creator_name.setter
330
330
  def creator_name(self, creator_name):
331
- """Sets the creator_name of this TicsLeagueListVo.
331
+ r"""Sets the creator_name of this TicsLeagueListVo.
332
332
 
333
333
  创建人名称
334
334
 
@@ -339,7 +339,7 @@ class TicsLeagueListVo:
339
339
 
340
340
  @property
341
341
  def expire_time(self):
342
- """Gets the expire_time of this TicsLeagueListVo.
342
+ r"""Gets the expire_time of this TicsLeagueListVo.
343
343
 
344
344
  过期时间
345
345
 
@@ -350,7 +350,7 @@ class TicsLeagueListVo:
350
350
 
351
351
  @expire_time.setter
352
352
  def expire_time(self, expire_time):
353
- """Sets the expire_time of this TicsLeagueListVo.
353
+ r"""Sets the expire_time of this TicsLeagueListVo.
354
354
 
355
355
  过期时间
356
356
 
@@ -361,7 +361,7 @@ class TicsLeagueListVo:
361
361
 
362
362
  @property
363
363
  def id(self):
364
- """Gets the id of this TicsLeagueListVo.
364
+ r"""Gets the id of this TicsLeagueListVo.
365
365
 
366
366
  联盟id
367
367
 
@@ -372,7 +372,7 @@ class TicsLeagueListVo:
372
372
 
373
373
  @id.setter
374
374
  def id(self, id):
375
- """Sets the id of this TicsLeagueListVo.
375
+ r"""Sets the id of this TicsLeagueListVo.
376
376
 
377
377
  联盟id
378
378
 
@@ -383,7 +383,7 @@ class TicsLeagueListVo:
383
383
 
384
384
  @property
385
385
  def league_status(self):
386
- """Gets the league_status of this TicsLeagueListVo.
386
+ r"""Gets the league_status of this TicsLeagueListVo.
387
387
 
388
388
  联盟状态,CREATING.创建中,CREATE_FAILED.创建失败,NORMAL.正常,UPDATING.升级中,UPDATE_FAILED.升级失败,ROLLING.回滚中,ROLL_FAILED.回滚失败,DELETING.删除中,DELETE_FAILED.删除失败,DELETED.已删除
389
389
 
@@ -394,7 +394,7 @@ class TicsLeagueListVo:
394
394
 
395
395
  @league_status.setter
396
396
  def league_status(self, league_status):
397
- """Sets the league_status of this TicsLeagueListVo.
397
+ r"""Sets the league_status of this TicsLeagueListVo.
398
398
 
399
399
  联盟状态,CREATING.创建中,CREATE_FAILED.创建失败,NORMAL.正常,UPDATING.升级中,UPDATE_FAILED.升级失败,ROLLING.回滚中,ROLL_FAILED.回滚失败,DELETING.删除中,DELETE_FAILED.删除失败,DELETED.已删除
400
400
 
@@ -405,7 +405,7 @@ class TicsLeagueListVo:
405
405
 
406
406
  @property
407
407
  def name(self):
408
- """Gets the name of this TicsLeagueListVo.
408
+ r"""Gets the name of this TicsLeagueListVo.
409
409
 
410
410
  联盟名称
411
411
 
@@ -416,7 +416,7 @@ class TicsLeagueListVo:
416
416
 
417
417
  @name.setter
418
418
  def name(self, name):
419
- """Sets the name of this TicsLeagueListVo.
419
+ r"""Sets the name of this TicsLeagueListVo.
420
420
 
421
421
  联盟名称
422
422
 
@@ -427,7 +427,7 @@ class TicsLeagueListVo:
427
427
 
428
428
  @property
429
429
  def partners(self):
430
- """Gets the partners of this TicsLeagueListVo.
430
+ r"""Gets the partners of this TicsLeagueListVo.
431
431
 
432
432
  联盟成员数
433
433
 
@@ -438,7 +438,7 @@ class TicsLeagueListVo:
438
438
 
439
439
  @partners.setter
440
440
  def partners(self, partners):
441
- """Sets the partners of this TicsLeagueListVo.
441
+ r"""Sets the partners of this TicsLeagueListVo.
442
442
 
443
443
  联盟成员数
444
444
 
@@ -449,7 +449,7 @@ class TicsLeagueListVo:
449
449
 
450
450
  @property
451
451
  def type(self):
452
- """Gets the type of this TicsLeagueListVo.
452
+ r"""Gets the type of this TicsLeagueListVo.
453
453
 
454
454
  参与类型,OWNER.所有者,PARTNER.参与者
455
455
 
@@ -460,7 +460,7 @@ class TicsLeagueListVo:
460
460
 
461
461
  @type.setter
462
462
  def type(self, type):
463
- """Sets the type of this TicsLeagueListVo.
463
+ r"""Sets the type of this TicsLeagueListVo.
464
464
 
465
465
  参与类型,OWNER.所有者,PARTNER.参与者
466
466
 
@@ -471,7 +471,7 @@ class TicsLeagueListVo:
471
471
 
472
472
  @property
473
473
  def version(self):
474
- """Gets the version of this TicsLeagueListVo.
474
+ r"""Gets the version of this TicsLeagueListVo.
475
475
 
476
476
  联盟版本
477
477
 
@@ -482,7 +482,7 @@ class TicsLeagueListVo:
482
482
 
483
483
  @version.setter
484
484
  def version(self, version):
485
- """Sets the version of this TicsLeagueListVo.
485
+ r"""Sets the version of this TicsLeagueListVo.
486
486
 
487
487
  联盟版本
488
488
 
@@ -47,7 +47,7 @@ class TicsLeagueNoticeVo:
47
47
  }
48
48
 
49
49
  def __init__(self, bcs_channel_name=None, bcs_ip=None, bcs_org_name=None, block_chain_id=None, block_chain_name=None, create_time=None, creator_name=None, description=None, expire_time=None, id=None, name=None, partners=None):
50
- """TicsLeagueNoticeVo
50
+ r"""TicsLeagueNoticeVo
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
@@ -116,7 +116,7 @@ class TicsLeagueNoticeVo:
116
116
 
117
117
  @property
118
118
  def bcs_channel_name(self):
119
- """Gets the bcs_channel_name of this TicsLeagueNoticeVo.
119
+ r"""Gets the bcs_channel_name of this TicsLeagueNoticeVo.
120
120
 
121
121
  BCS通道名称
122
122
 
@@ -127,7 +127,7 @@ class TicsLeagueNoticeVo:
127
127
 
128
128
  @bcs_channel_name.setter
129
129
  def bcs_channel_name(self, bcs_channel_name):
130
- """Sets the bcs_channel_name of this TicsLeagueNoticeVo.
130
+ r"""Sets the bcs_channel_name of this TicsLeagueNoticeVo.
131
131
 
132
132
  BCS通道名称
133
133
 
@@ -138,7 +138,7 @@ class TicsLeagueNoticeVo:
138
138
 
139
139
  @property
140
140
  def bcs_ip(self):
141
- """Gets the bcs_ip of this TicsLeagueNoticeVo.
141
+ r"""Gets the bcs_ip of this TicsLeagueNoticeVo.
142
142
 
143
143
  BCS浏览器ip
144
144
 
@@ -149,7 +149,7 @@ class TicsLeagueNoticeVo:
149
149
 
150
150
  @bcs_ip.setter
151
151
  def bcs_ip(self, bcs_ip):
152
- """Sets the bcs_ip of this TicsLeagueNoticeVo.
152
+ r"""Sets the bcs_ip of this TicsLeagueNoticeVo.
153
153
 
154
154
  BCS浏览器ip
155
155
 
@@ -160,7 +160,7 @@ class TicsLeagueNoticeVo:
160
160
 
161
161
  @property
162
162
  def bcs_org_name(self):
163
- """Gets the bcs_org_name of this TicsLeagueNoticeVo.
163
+ r"""Gets the bcs_org_name of this TicsLeagueNoticeVo.
164
164
 
165
165
  BCS组织名称
166
166
 
@@ -171,7 +171,7 @@ class TicsLeagueNoticeVo:
171
171
 
172
172
  @bcs_org_name.setter
173
173
  def bcs_org_name(self, bcs_org_name):
174
- """Sets the bcs_org_name of this TicsLeagueNoticeVo.
174
+ r"""Sets the bcs_org_name of this TicsLeagueNoticeVo.
175
175
 
176
176
  BCS组织名称
177
177
 
@@ -182,7 +182,7 @@ class TicsLeagueNoticeVo:
182
182
 
183
183
  @property
184
184
  def block_chain_id(self):
185
- """Gets the block_chain_id of this TicsLeagueNoticeVo.
185
+ r"""Gets the block_chain_id of this TicsLeagueNoticeVo.
186
186
 
187
187
  BCS服务实例ID
188
188
 
@@ -193,7 +193,7 @@ class TicsLeagueNoticeVo:
193
193
 
194
194
  @block_chain_id.setter
195
195
  def block_chain_id(self, block_chain_id):
196
- """Sets the block_chain_id of this TicsLeagueNoticeVo.
196
+ r"""Sets the block_chain_id of this TicsLeagueNoticeVo.
197
197
 
198
198
  BCS服务实例ID
199
199
 
@@ -204,7 +204,7 @@ class TicsLeagueNoticeVo:
204
204
 
205
205
  @property
206
206
  def block_chain_name(self):
207
- """Gets the block_chain_name of this TicsLeagueNoticeVo.
207
+ r"""Gets the block_chain_name of this TicsLeagueNoticeVo.
208
208
 
209
209
  BCS服务实例名称
210
210
 
@@ -215,7 +215,7 @@ class TicsLeagueNoticeVo:
215
215
 
216
216
  @block_chain_name.setter
217
217
  def block_chain_name(self, block_chain_name):
218
- """Sets the block_chain_name of this TicsLeagueNoticeVo.
218
+ r"""Sets the block_chain_name of this TicsLeagueNoticeVo.
219
219
 
220
220
  BCS服务实例名称
221
221
 
@@ -226,7 +226,7 @@ class TicsLeagueNoticeVo:
226
226
 
227
227
  @property
228
228
  def create_time(self):
229
- """Gets the create_time of this TicsLeagueNoticeVo.
229
+ r"""Gets the create_time of this TicsLeagueNoticeVo.
230
230
 
231
231
  创建时间
232
232
 
@@ -237,7 +237,7 @@ class TicsLeagueNoticeVo:
237
237
 
238
238
  @create_time.setter
239
239
  def create_time(self, create_time):
240
- """Sets the create_time of this TicsLeagueNoticeVo.
240
+ r"""Sets the create_time of this TicsLeagueNoticeVo.
241
241
 
242
242
  创建时间
243
243
 
@@ -248,7 +248,7 @@ class TicsLeagueNoticeVo:
248
248
 
249
249
  @property
250
250
  def creator_name(self):
251
- """Gets the creator_name of this TicsLeagueNoticeVo.
251
+ r"""Gets the creator_name of this TicsLeagueNoticeVo.
252
252
 
253
253
  创建人名称
254
254
 
@@ -259,7 +259,7 @@ class TicsLeagueNoticeVo:
259
259
 
260
260
  @creator_name.setter
261
261
  def creator_name(self, creator_name):
262
- """Sets the creator_name of this TicsLeagueNoticeVo.
262
+ r"""Sets the creator_name of this TicsLeagueNoticeVo.
263
263
 
264
264
  创建人名称
265
265
 
@@ -270,7 +270,7 @@ class TicsLeagueNoticeVo:
270
270
 
271
271
  @property
272
272
  def description(self):
273
- """Gets the description of this TicsLeagueNoticeVo.
273
+ r"""Gets the description of this TicsLeagueNoticeVo.
274
274
 
275
275
  描述信息
276
276
 
@@ -281,7 +281,7 @@ class TicsLeagueNoticeVo:
281
281
 
282
282
  @description.setter
283
283
  def description(self, description):
284
- """Sets the description of this TicsLeagueNoticeVo.
284
+ r"""Sets the description of this TicsLeagueNoticeVo.
285
285
 
286
286
  描述信息
287
287
 
@@ -292,7 +292,7 @@ class TicsLeagueNoticeVo:
292
292
 
293
293
  @property
294
294
  def expire_time(self):
295
- """Gets the expire_time of this TicsLeagueNoticeVo.
295
+ r"""Gets the expire_time of this TicsLeagueNoticeVo.
296
296
 
297
297
  过期时间
298
298
 
@@ -303,7 +303,7 @@ class TicsLeagueNoticeVo:
303
303
 
304
304
  @expire_time.setter
305
305
  def expire_time(self, expire_time):
306
- """Sets the expire_time of this TicsLeagueNoticeVo.
306
+ r"""Sets the expire_time of this TicsLeagueNoticeVo.
307
307
 
308
308
  过期时间
309
309
 
@@ -314,7 +314,7 @@ class TicsLeagueNoticeVo:
314
314
 
315
315
  @property
316
316
  def id(self):
317
- """Gets the id of this TicsLeagueNoticeVo.
317
+ r"""Gets the id of this TicsLeagueNoticeVo.
318
318
 
319
319
  联盟id
320
320
 
@@ -325,7 +325,7 @@ class TicsLeagueNoticeVo:
325
325
 
326
326
  @id.setter
327
327
  def id(self, id):
328
- """Sets the id of this TicsLeagueNoticeVo.
328
+ r"""Sets the id of this TicsLeagueNoticeVo.
329
329
 
330
330
  联盟id
331
331
 
@@ -336,7 +336,7 @@ class TicsLeagueNoticeVo:
336
336
 
337
337
  @property
338
338
  def name(self):
339
- """Gets the name of this TicsLeagueNoticeVo.
339
+ r"""Gets the name of this TicsLeagueNoticeVo.
340
340
 
341
341
  联盟名称
342
342
 
@@ -347,7 +347,7 @@ class TicsLeagueNoticeVo:
347
347
 
348
348
  @name.setter
349
349
  def name(self, name):
350
- """Sets the name of this TicsLeagueNoticeVo.
350
+ r"""Sets the name of this TicsLeagueNoticeVo.
351
351
 
352
352
  联盟名称
353
353
 
@@ -358,7 +358,7 @@ class TicsLeagueNoticeVo:
358
358
 
359
359
  @property
360
360
  def partners(self):
361
- """Gets the partners of this TicsLeagueNoticeVo.
361
+ r"""Gets the partners of this TicsLeagueNoticeVo.
362
362
 
363
363
  联盟成员数
364
364
 
@@ -369,7 +369,7 @@ class TicsLeagueNoticeVo:
369
369
 
370
370
  @partners.setter
371
371
  def partners(self, partners):
372
- """Sets the partners of this TicsLeagueNoticeVo.
372
+ r"""Sets the partners of this TicsLeagueNoticeVo.
373
373
 
374
374
  联盟成员数
375
375