huaweicloudsdkmssi 3.1.160__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.
- huaweicloudsdkmssi/__init__.py +0 -0
- huaweicloudsdkmssi/v1/__init__.py +53 -0
- huaweicloudsdkmssi/v1/model/__init__.py +50 -0
- huaweicloudsdkmssi/v1/model/action_base_info.py +542 -0
- huaweicloudsdkmssi/v1/model/api_config.py +115 -0
- huaweicloudsdkmssi/v1/model/auth_config_a.py +261 -0
- huaweicloudsdkmssi/v1/model/base_connection_info.py +361 -0
- huaweicloudsdkmssi/v1/model/connection_info.py +761 -0
- huaweicloudsdkmssi/v1/model/connector_info.py +753 -0
- huaweicloudsdkmssi/v1/model/connector_info0.py +575 -0
- huaweicloudsdkmssi/v1/model/create_connection_info_request.py +111 -0
- huaweicloudsdkmssi/v1/model/create_connection_info_response.py +174 -0
- huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_request.py +111 -0
- huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_response.py +282 -0
- huaweicloudsdkmssi/v1/model/create_flow_request.py +111 -0
- huaweicloudsdkmssi/v1/model/create_flow_response.py +203 -0
- huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_request.py +139 -0
- huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_response.py +203 -0
- huaweicloudsdkmssi/v1/model/custom_connector_info_v2.py +244 -0
- huaweicloudsdkmssi/v1/model/delete_connection_info_request.py +114 -0
- huaweicloudsdkmssi/v1/model/delete_connection_info_response.py +174 -0
- huaweicloudsdkmssi/v1/model/delete_custom_connector_request.py +114 -0
- huaweicloudsdkmssi/v1/model/delete_custom_connector_response.py +174 -0
- huaweicloudsdkmssi/v1/model/delete_flow_request.py +114 -0
- huaweicloudsdkmssi/v1/model/delete_flow_response.py +174 -0
- huaweicloudsdkmssi/v1/model/flow_meta.py +1114 -0
- huaweicloudsdkmssi/v1/model/runtime_permission.py +231 -0
- huaweicloudsdkmssi/v1/model/search_flow_by_id_request.py +143 -0
- huaweicloudsdkmssi/v1/model/search_flow_by_id_response.py +1115 -0
- huaweicloudsdkmssi/v1/model/show_all_connections_request.py +171 -0
- huaweicloudsdkmssi/v1/model/show_all_connections_response.py +85 -0
- huaweicloudsdkmssi/v1/model/show_all_flows_request.py +258 -0
- huaweicloudsdkmssi/v1/model/show_all_flows_response.py +145 -0
- huaweicloudsdkmssi/v1/model/show_connectors_request.py +258 -0
- huaweicloudsdkmssi/v1/model/show_connectors_response.py +145 -0
- huaweicloudsdkmssi/v1/model/show_custom_connector_request.py +114 -0
- huaweicloudsdkmssi/v1/model/show_custom_connector_response.py +174 -0
- huaweicloudsdkmssi/v1/model/show_custom_connectors_request.py +171 -0
- huaweicloudsdkmssi/v1/model/show_custom_connectors_response.py +145 -0
- huaweicloudsdkmssi/v1/model/show_single_connection_request.py +114 -0
- huaweicloudsdkmssi/v1/model/show_single_connection_response.py +762 -0
- huaweicloudsdkmssi/v1/model/tag.py +144 -0
- huaweicloudsdkmssi/v1/model/template_message.py +171 -0
- huaweicloudsdkmssi/v1/model/trigger_base_info.py +542 -0
- huaweicloudsdkmssi/v1/model/update_connection_info_request.py +139 -0
- huaweicloudsdkmssi/v1/model/update_connection_info_response.py +174 -0
- huaweicloudsdkmssi/v1/model/update_flow_request.py +139 -0
- huaweicloudsdkmssi/v1/model/update_flow_response.py +203 -0
- huaweicloudsdkmssi/v1/mssi_async_client.py +1157 -0
- huaweicloudsdkmssi/v1/mssi_client.py +1154 -0
- huaweicloudsdkmssi/v1/region/__init__.py +0 -0
- huaweicloudsdkmssi/v1/region/mssi_region.py +31 -0
- huaweicloudsdkmssi-3.1.160.dist-info/LICENSE +13 -0
- huaweicloudsdkmssi-3.1.160.dist-info/METADATA +26 -0
- huaweicloudsdkmssi-3.1.160.dist-info/RECORD +57 -0
- huaweicloudsdkmssi-3.1.160.dist-info/WHEEL +5 -0
- huaweicloudsdkmssi-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1115 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
7
|
+
|
8
|
+
|
9
|
+
class SearchFlowByIdResponse(SdkResponse):
|
10
|
+
|
11
|
+
"""
|
12
|
+
Attributes:
|
13
|
+
openapi_types (dict): The key is attribute name
|
14
|
+
and the value is attribute type.
|
15
|
+
attribute_map (dict): The key is attribute name
|
16
|
+
and the value is json key in definition.
|
17
|
+
"""
|
18
|
+
sensitive_list = []
|
19
|
+
|
20
|
+
openapi_types = {
|
21
|
+
'apic_id': 'str',
|
22
|
+
'apic_release_status': 'str',
|
23
|
+
'apig_url': 'str',
|
24
|
+
'connectors': 'list[object]',
|
25
|
+
'connectors_latest': 'list[object]',
|
26
|
+
'creatd_time': 'datetime',
|
27
|
+
'description': 'str',
|
28
|
+
'dev_status': 'str',
|
29
|
+
'domain_id': 'str',
|
30
|
+
'enterprise_project_id': 'str',
|
31
|
+
'enterprise_project_name': 'str',
|
32
|
+
'extend_configs': 'object',
|
33
|
+
'flow_source_type': 'str',
|
34
|
+
'functions': 'object',
|
35
|
+
'graph': 'object',
|
36
|
+
'his_transfer_status': 'str',
|
37
|
+
'icon': 'str',
|
38
|
+
'id': 'str',
|
39
|
+
'installed_connector': 'str',
|
40
|
+
'is_valid': 'bool',
|
41
|
+
'label': 'str',
|
42
|
+
'name': 'str',
|
43
|
+
'notice_status': 'str',
|
44
|
+
'project_id': 'str',
|
45
|
+
'schema_version': 'str',
|
46
|
+
'status': 'str',
|
47
|
+
'steps': 'list[dict(str, object)]',
|
48
|
+
'tags': 'list[Tag]',
|
49
|
+
'template_id': 'str',
|
50
|
+
'template_name': 'str',
|
51
|
+
'test_result': 'str',
|
52
|
+
'type': 'str',
|
53
|
+
'updated_time': 'datetime',
|
54
|
+
'user_id': 'str',
|
55
|
+
'version': 'str',
|
56
|
+
'webhook': 'str'
|
57
|
+
}
|
58
|
+
|
59
|
+
attribute_map = {
|
60
|
+
'apic_id': 'apic_id',
|
61
|
+
'apic_release_status': 'apic_release_status',
|
62
|
+
'apig_url': 'apig_url',
|
63
|
+
'connectors': 'connectors',
|
64
|
+
'connectors_latest': 'connectors_latest',
|
65
|
+
'creatd_time': 'creatd_time',
|
66
|
+
'description': 'description',
|
67
|
+
'dev_status': 'dev_status',
|
68
|
+
'domain_id': 'domain_id',
|
69
|
+
'enterprise_project_id': 'enterprise_project_id',
|
70
|
+
'enterprise_project_name': 'enterprise_project_name',
|
71
|
+
'extend_configs': 'extend_configs',
|
72
|
+
'flow_source_type': 'flow_source_type',
|
73
|
+
'functions': 'functions',
|
74
|
+
'graph': 'graph',
|
75
|
+
'his_transfer_status': 'his_transfer_status',
|
76
|
+
'icon': 'icon',
|
77
|
+
'id': 'id',
|
78
|
+
'installed_connector': 'installed_connector',
|
79
|
+
'is_valid': 'is_valid',
|
80
|
+
'label': 'label',
|
81
|
+
'name': 'name',
|
82
|
+
'notice_status': 'notice_status',
|
83
|
+
'project_id': 'project_id',
|
84
|
+
'schema_version': 'schemaVersion',
|
85
|
+
'status': 'status',
|
86
|
+
'steps': 'steps',
|
87
|
+
'tags': 'tags',
|
88
|
+
'template_id': 'template_id',
|
89
|
+
'template_name': 'template_name',
|
90
|
+
'test_result': 'test_result',
|
91
|
+
'type': 'type',
|
92
|
+
'updated_time': 'updated_time',
|
93
|
+
'user_id': 'user_id',
|
94
|
+
'version': 'version',
|
95
|
+
'webhook': 'webhook'
|
96
|
+
}
|
97
|
+
|
98
|
+
def __init__(self, apic_id=None, apic_release_status=None, apig_url=None, connectors=None, connectors_latest=None, creatd_time=None, description=None, dev_status=None, domain_id=None, enterprise_project_id=None, enterprise_project_name=None, extend_configs=None, flow_source_type=None, functions=None, graph=None, his_transfer_status=None, icon=None, id=None, installed_connector=None, is_valid=None, label=None, name=None, notice_status=None, project_id=None, schema_version=None, status=None, steps=None, tags=None, template_id=None, template_name=None, test_result=None, type=None, updated_time=None, user_id=None, version=None, webhook=None):
|
99
|
+
r"""SearchFlowByIdResponse
|
100
|
+
|
101
|
+
The model defined in huaweicloud sdk
|
102
|
+
|
103
|
+
:param apic_id: 发布到apic的api id
|
104
|
+
:type apic_id: str
|
105
|
+
:param apic_release_status: 发布到apic的状态
|
106
|
+
:type apic_release_status: str
|
107
|
+
:param apig_url: api流注册到apig的url
|
108
|
+
:type apig_url: str
|
109
|
+
:param connectors: 连接器
|
110
|
+
:type connectors: list[object]
|
111
|
+
:param connectors_latest: 连接器最新版本
|
112
|
+
:type connectors_latest: list[object]
|
113
|
+
:param creatd_time: 创建时间
|
114
|
+
:type creatd_time: datetime
|
115
|
+
:param description: 流的描述信息
|
116
|
+
:type description: str
|
117
|
+
:param dev_status: 开发状态
|
118
|
+
:type dev_status: str
|
119
|
+
:param domain_id: 租户ID
|
120
|
+
:type domain_id: str
|
121
|
+
:param enterprise_project_id: 企业项目id
|
122
|
+
:type enterprise_project_id: str
|
123
|
+
:param enterprise_project_name: 企业项目名称
|
124
|
+
:type enterprise_project_name: str
|
125
|
+
:param extend_configs: 流/流模板扩展配置列表
|
126
|
+
:type extend_configs: object
|
127
|
+
:param flow_source_type: 流来源: inner: 公共流模板; custom: 我的流模板
|
128
|
+
:type flow_source_type: str
|
129
|
+
:param functions: 流/流模板函数列表
|
130
|
+
:type functions: object
|
131
|
+
:param graph: 流的编排数据(大josn)
|
132
|
+
:type graph: object
|
133
|
+
:param his_transfer_status:
|
134
|
+
:type his_transfer_status: str
|
135
|
+
:param icon: logo base64编码
|
136
|
+
:type icon: str
|
137
|
+
:param id: ID
|
138
|
+
:type id: str
|
139
|
+
:param installed_connector: 已部署的connector id
|
140
|
+
:type installed_connector: str
|
141
|
+
:param is_valid:
|
142
|
+
:type is_valid: bool
|
143
|
+
:param label:
|
144
|
+
:type label: str
|
145
|
+
:param name: 流的名称
|
146
|
+
:type name: str
|
147
|
+
:param notice_status:
|
148
|
+
:type notice_status: str
|
149
|
+
:param project_id: 用户项目ID
|
150
|
+
:type project_id: str
|
151
|
+
:param schema_version: schema版本
|
152
|
+
:type schema_version: str
|
153
|
+
:param status: 流的状态
|
154
|
+
:type status: str
|
155
|
+
:param steps: 流的编排数据(大josn)
|
156
|
+
:type steps: list[dict(str, object)]
|
157
|
+
:param tags: 标签列表
|
158
|
+
:type tags: list[:class:`huaweicloudsdkmssi.v1.Tag`]
|
159
|
+
:param template_id: 模板ID
|
160
|
+
:type template_id: str
|
161
|
+
:param template_name: 模板名称
|
162
|
+
:type template_name: str
|
163
|
+
:param test_result: 测试结果
|
164
|
+
:type test_result: str
|
165
|
+
:param type: 类型
|
166
|
+
:type type: str
|
167
|
+
:param updated_time: 修改时间
|
168
|
+
:type updated_time: datetime
|
169
|
+
:param user_id: 账号(所有者)
|
170
|
+
:type user_id: str
|
171
|
+
:param version: 流的版本号
|
172
|
+
:type version: str
|
173
|
+
:param webhook: webhook触发url的ID
|
174
|
+
:type webhook: str
|
175
|
+
"""
|
176
|
+
|
177
|
+
super(SearchFlowByIdResponse, self).__init__()
|
178
|
+
|
179
|
+
self._apic_id = None
|
180
|
+
self._apic_release_status = None
|
181
|
+
self._apig_url = None
|
182
|
+
self._connectors = None
|
183
|
+
self._connectors_latest = None
|
184
|
+
self._creatd_time = None
|
185
|
+
self._description = None
|
186
|
+
self._dev_status = None
|
187
|
+
self._domain_id = None
|
188
|
+
self._enterprise_project_id = None
|
189
|
+
self._enterprise_project_name = None
|
190
|
+
self._extend_configs = None
|
191
|
+
self._flow_source_type = None
|
192
|
+
self._functions = None
|
193
|
+
self._graph = None
|
194
|
+
self._his_transfer_status = None
|
195
|
+
self._icon = None
|
196
|
+
self._id = None
|
197
|
+
self._installed_connector = None
|
198
|
+
self._is_valid = None
|
199
|
+
self._label = None
|
200
|
+
self._name = None
|
201
|
+
self._notice_status = None
|
202
|
+
self._project_id = None
|
203
|
+
self._schema_version = None
|
204
|
+
self._status = None
|
205
|
+
self._steps = None
|
206
|
+
self._tags = None
|
207
|
+
self._template_id = None
|
208
|
+
self._template_name = None
|
209
|
+
self._test_result = None
|
210
|
+
self._type = None
|
211
|
+
self._updated_time = None
|
212
|
+
self._user_id = None
|
213
|
+
self._version = None
|
214
|
+
self._webhook = None
|
215
|
+
self.discriminator = None
|
216
|
+
|
217
|
+
if apic_id is not None:
|
218
|
+
self.apic_id = apic_id
|
219
|
+
if apic_release_status is not None:
|
220
|
+
self.apic_release_status = apic_release_status
|
221
|
+
if apig_url is not None:
|
222
|
+
self.apig_url = apig_url
|
223
|
+
if connectors is not None:
|
224
|
+
self.connectors = connectors
|
225
|
+
if connectors_latest is not None:
|
226
|
+
self.connectors_latest = connectors_latest
|
227
|
+
if creatd_time is not None:
|
228
|
+
self.creatd_time = creatd_time
|
229
|
+
if description is not None:
|
230
|
+
self.description = description
|
231
|
+
if dev_status is not None:
|
232
|
+
self.dev_status = dev_status
|
233
|
+
if domain_id is not None:
|
234
|
+
self.domain_id = domain_id
|
235
|
+
if enterprise_project_id is not None:
|
236
|
+
self.enterprise_project_id = enterprise_project_id
|
237
|
+
if enterprise_project_name is not None:
|
238
|
+
self.enterprise_project_name = enterprise_project_name
|
239
|
+
if extend_configs is not None:
|
240
|
+
self.extend_configs = extend_configs
|
241
|
+
if flow_source_type is not None:
|
242
|
+
self.flow_source_type = flow_source_type
|
243
|
+
if functions is not None:
|
244
|
+
self.functions = functions
|
245
|
+
if graph is not None:
|
246
|
+
self.graph = graph
|
247
|
+
if his_transfer_status is not None:
|
248
|
+
self.his_transfer_status = his_transfer_status
|
249
|
+
if icon is not None:
|
250
|
+
self.icon = icon
|
251
|
+
if id is not None:
|
252
|
+
self.id = id
|
253
|
+
if installed_connector is not None:
|
254
|
+
self.installed_connector = installed_connector
|
255
|
+
if is_valid is not None:
|
256
|
+
self.is_valid = is_valid
|
257
|
+
if label is not None:
|
258
|
+
self.label = label
|
259
|
+
if name is not None:
|
260
|
+
self.name = name
|
261
|
+
if notice_status is not None:
|
262
|
+
self.notice_status = notice_status
|
263
|
+
if project_id is not None:
|
264
|
+
self.project_id = project_id
|
265
|
+
if schema_version is not None:
|
266
|
+
self.schema_version = schema_version
|
267
|
+
if status is not None:
|
268
|
+
self.status = status
|
269
|
+
if steps is not None:
|
270
|
+
self.steps = steps
|
271
|
+
if tags is not None:
|
272
|
+
self.tags = tags
|
273
|
+
if template_id is not None:
|
274
|
+
self.template_id = template_id
|
275
|
+
if template_name is not None:
|
276
|
+
self.template_name = template_name
|
277
|
+
if test_result is not None:
|
278
|
+
self.test_result = test_result
|
279
|
+
if type is not None:
|
280
|
+
self.type = type
|
281
|
+
if updated_time is not None:
|
282
|
+
self.updated_time = updated_time
|
283
|
+
if user_id is not None:
|
284
|
+
self.user_id = user_id
|
285
|
+
if version is not None:
|
286
|
+
self.version = version
|
287
|
+
if webhook is not None:
|
288
|
+
self.webhook = webhook
|
289
|
+
|
290
|
+
@property
|
291
|
+
def apic_id(self):
|
292
|
+
r"""Gets the apic_id of this SearchFlowByIdResponse.
|
293
|
+
|
294
|
+
发布到apic的api id
|
295
|
+
|
296
|
+
:return: The apic_id of this SearchFlowByIdResponse.
|
297
|
+
:rtype: str
|
298
|
+
"""
|
299
|
+
return self._apic_id
|
300
|
+
|
301
|
+
@apic_id.setter
|
302
|
+
def apic_id(self, apic_id):
|
303
|
+
r"""Sets the apic_id of this SearchFlowByIdResponse.
|
304
|
+
|
305
|
+
发布到apic的api id
|
306
|
+
|
307
|
+
:param apic_id: The apic_id of this SearchFlowByIdResponse.
|
308
|
+
:type apic_id: str
|
309
|
+
"""
|
310
|
+
self._apic_id = apic_id
|
311
|
+
|
312
|
+
@property
|
313
|
+
def apic_release_status(self):
|
314
|
+
r"""Gets the apic_release_status of this SearchFlowByIdResponse.
|
315
|
+
|
316
|
+
发布到apic的状态
|
317
|
+
|
318
|
+
:return: The apic_release_status of this SearchFlowByIdResponse.
|
319
|
+
:rtype: str
|
320
|
+
"""
|
321
|
+
return self._apic_release_status
|
322
|
+
|
323
|
+
@apic_release_status.setter
|
324
|
+
def apic_release_status(self, apic_release_status):
|
325
|
+
r"""Sets the apic_release_status of this SearchFlowByIdResponse.
|
326
|
+
|
327
|
+
发布到apic的状态
|
328
|
+
|
329
|
+
:param apic_release_status: The apic_release_status of this SearchFlowByIdResponse.
|
330
|
+
:type apic_release_status: str
|
331
|
+
"""
|
332
|
+
self._apic_release_status = apic_release_status
|
333
|
+
|
334
|
+
@property
|
335
|
+
def apig_url(self):
|
336
|
+
r"""Gets the apig_url of this SearchFlowByIdResponse.
|
337
|
+
|
338
|
+
api流注册到apig的url
|
339
|
+
|
340
|
+
:return: The apig_url of this SearchFlowByIdResponse.
|
341
|
+
:rtype: str
|
342
|
+
"""
|
343
|
+
return self._apig_url
|
344
|
+
|
345
|
+
@apig_url.setter
|
346
|
+
def apig_url(self, apig_url):
|
347
|
+
r"""Sets the apig_url of this SearchFlowByIdResponse.
|
348
|
+
|
349
|
+
api流注册到apig的url
|
350
|
+
|
351
|
+
:param apig_url: The apig_url of this SearchFlowByIdResponse.
|
352
|
+
:type apig_url: str
|
353
|
+
"""
|
354
|
+
self._apig_url = apig_url
|
355
|
+
|
356
|
+
@property
|
357
|
+
def connectors(self):
|
358
|
+
r"""Gets the connectors of this SearchFlowByIdResponse.
|
359
|
+
|
360
|
+
连接器
|
361
|
+
|
362
|
+
:return: The connectors of this SearchFlowByIdResponse.
|
363
|
+
:rtype: list[object]
|
364
|
+
"""
|
365
|
+
return self._connectors
|
366
|
+
|
367
|
+
@connectors.setter
|
368
|
+
def connectors(self, connectors):
|
369
|
+
r"""Sets the connectors of this SearchFlowByIdResponse.
|
370
|
+
|
371
|
+
连接器
|
372
|
+
|
373
|
+
:param connectors: The connectors of this SearchFlowByIdResponse.
|
374
|
+
:type connectors: list[object]
|
375
|
+
"""
|
376
|
+
self._connectors = connectors
|
377
|
+
|
378
|
+
@property
|
379
|
+
def connectors_latest(self):
|
380
|
+
r"""Gets the connectors_latest of this SearchFlowByIdResponse.
|
381
|
+
|
382
|
+
连接器最新版本
|
383
|
+
|
384
|
+
:return: The connectors_latest of this SearchFlowByIdResponse.
|
385
|
+
:rtype: list[object]
|
386
|
+
"""
|
387
|
+
return self._connectors_latest
|
388
|
+
|
389
|
+
@connectors_latest.setter
|
390
|
+
def connectors_latest(self, connectors_latest):
|
391
|
+
r"""Sets the connectors_latest of this SearchFlowByIdResponse.
|
392
|
+
|
393
|
+
连接器最新版本
|
394
|
+
|
395
|
+
:param connectors_latest: The connectors_latest of this SearchFlowByIdResponse.
|
396
|
+
:type connectors_latest: list[object]
|
397
|
+
"""
|
398
|
+
self._connectors_latest = connectors_latest
|
399
|
+
|
400
|
+
@property
|
401
|
+
def creatd_time(self):
|
402
|
+
r"""Gets the creatd_time of this SearchFlowByIdResponse.
|
403
|
+
|
404
|
+
创建时间
|
405
|
+
|
406
|
+
:return: The creatd_time of this SearchFlowByIdResponse.
|
407
|
+
:rtype: datetime
|
408
|
+
"""
|
409
|
+
return self._creatd_time
|
410
|
+
|
411
|
+
@creatd_time.setter
|
412
|
+
def creatd_time(self, creatd_time):
|
413
|
+
r"""Sets the creatd_time of this SearchFlowByIdResponse.
|
414
|
+
|
415
|
+
创建时间
|
416
|
+
|
417
|
+
:param creatd_time: The creatd_time of this SearchFlowByIdResponse.
|
418
|
+
:type creatd_time: datetime
|
419
|
+
"""
|
420
|
+
self._creatd_time = creatd_time
|
421
|
+
|
422
|
+
@property
|
423
|
+
def description(self):
|
424
|
+
r"""Gets the description of this SearchFlowByIdResponse.
|
425
|
+
|
426
|
+
流的描述信息
|
427
|
+
|
428
|
+
:return: The description of this SearchFlowByIdResponse.
|
429
|
+
:rtype: str
|
430
|
+
"""
|
431
|
+
return self._description
|
432
|
+
|
433
|
+
@description.setter
|
434
|
+
def description(self, description):
|
435
|
+
r"""Sets the description of this SearchFlowByIdResponse.
|
436
|
+
|
437
|
+
流的描述信息
|
438
|
+
|
439
|
+
:param description: The description of this SearchFlowByIdResponse.
|
440
|
+
:type description: str
|
441
|
+
"""
|
442
|
+
self._description = description
|
443
|
+
|
444
|
+
@property
|
445
|
+
def dev_status(self):
|
446
|
+
r"""Gets the dev_status of this SearchFlowByIdResponse.
|
447
|
+
|
448
|
+
开发状态
|
449
|
+
|
450
|
+
:return: The dev_status of this SearchFlowByIdResponse.
|
451
|
+
:rtype: str
|
452
|
+
"""
|
453
|
+
return self._dev_status
|
454
|
+
|
455
|
+
@dev_status.setter
|
456
|
+
def dev_status(self, dev_status):
|
457
|
+
r"""Sets the dev_status of this SearchFlowByIdResponse.
|
458
|
+
|
459
|
+
开发状态
|
460
|
+
|
461
|
+
:param dev_status: The dev_status of this SearchFlowByIdResponse.
|
462
|
+
:type dev_status: str
|
463
|
+
"""
|
464
|
+
self._dev_status = dev_status
|
465
|
+
|
466
|
+
@property
|
467
|
+
def domain_id(self):
|
468
|
+
r"""Gets the domain_id of this SearchFlowByIdResponse.
|
469
|
+
|
470
|
+
租户ID
|
471
|
+
|
472
|
+
:return: The domain_id of this SearchFlowByIdResponse.
|
473
|
+
:rtype: str
|
474
|
+
"""
|
475
|
+
return self._domain_id
|
476
|
+
|
477
|
+
@domain_id.setter
|
478
|
+
def domain_id(self, domain_id):
|
479
|
+
r"""Sets the domain_id of this SearchFlowByIdResponse.
|
480
|
+
|
481
|
+
租户ID
|
482
|
+
|
483
|
+
:param domain_id: The domain_id of this SearchFlowByIdResponse.
|
484
|
+
:type domain_id: str
|
485
|
+
"""
|
486
|
+
self._domain_id = domain_id
|
487
|
+
|
488
|
+
@property
|
489
|
+
def enterprise_project_id(self):
|
490
|
+
r"""Gets the enterprise_project_id of this SearchFlowByIdResponse.
|
491
|
+
|
492
|
+
企业项目id
|
493
|
+
|
494
|
+
:return: The enterprise_project_id of this SearchFlowByIdResponse.
|
495
|
+
:rtype: str
|
496
|
+
"""
|
497
|
+
return self._enterprise_project_id
|
498
|
+
|
499
|
+
@enterprise_project_id.setter
|
500
|
+
def enterprise_project_id(self, enterprise_project_id):
|
501
|
+
r"""Sets the enterprise_project_id of this SearchFlowByIdResponse.
|
502
|
+
|
503
|
+
企业项目id
|
504
|
+
|
505
|
+
:param enterprise_project_id: The enterprise_project_id of this SearchFlowByIdResponse.
|
506
|
+
:type enterprise_project_id: str
|
507
|
+
"""
|
508
|
+
self._enterprise_project_id = enterprise_project_id
|
509
|
+
|
510
|
+
@property
|
511
|
+
def enterprise_project_name(self):
|
512
|
+
r"""Gets the enterprise_project_name of this SearchFlowByIdResponse.
|
513
|
+
|
514
|
+
企业项目名称
|
515
|
+
|
516
|
+
:return: The enterprise_project_name of this SearchFlowByIdResponse.
|
517
|
+
:rtype: str
|
518
|
+
"""
|
519
|
+
return self._enterprise_project_name
|
520
|
+
|
521
|
+
@enterprise_project_name.setter
|
522
|
+
def enterprise_project_name(self, enterprise_project_name):
|
523
|
+
r"""Sets the enterprise_project_name of this SearchFlowByIdResponse.
|
524
|
+
|
525
|
+
企业项目名称
|
526
|
+
|
527
|
+
:param enterprise_project_name: The enterprise_project_name of this SearchFlowByIdResponse.
|
528
|
+
:type enterprise_project_name: str
|
529
|
+
"""
|
530
|
+
self._enterprise_project_name = enterprise_project_name
|
531
|
+
|
532
|
+
@property
|
533
|
+
def extend_configs(self):
|
534
|
+
r"""Gets the extend_configs of this SearchFlowByIdResponse.
|
535
|
+
|
536
|
+
流/流模板扩展配置列表
|
537
|
+
|
538
|
+
:return: The extend_configs of this SearchFlowByIdResponse.
|
539
|
+
:rtype: object
|
540
|
+
"""
|
541
|
+
return self._extend_configs
|
542
|
+
|
543
|
+
@extend_configs.setter
|
544
|
+
def extend_configs(self, extend_configs):
|
545
|
+
r"""Sets the extend_configs of this SearchFlowByIdResponse.
|
546
|
+
|
547
|
+
流/流模板扩展配置列表
|
548
|
+
|
549
|
+
:param extend_configs: The extend_configs of this SearchFlowByIdResponse.
|
550
|
+
:type extend_configs: object
|
551
|
+
"""
|
552
|
+
self._extend_configs = extend_configs
|
553
|
+
|
554
|
+
@property
|
555
|
+
def flow_source_type(self):
|
556
|
+
r"""Gets the flow_source_type of this SearchFlowByIdResponse.
|
557
|
+
|
558
|
+
流来源: inner: 公共流模板; custom: 我的流模板
|
559
|
+
|
560
|
+
:return: The flow_source_type of this SearchFlowByIdResponse.
|
561
|
+
:rtype: str
|
562
|
+
"""
|
563
|
+
return self._flow_source_type
|
564
|
+
|
565
|
+
@flow_source_type.setter
|
566
|
+
def flow_source_type(self, flow_source_type):
|
567
|
+
r"""Sets the flow_source_type of this SearchFlowByIdResponse.
|
568
|
+
|
569
|
+
流来源: inner: 公共流模板; custom: 我的流模板
|
570
|
+
|
571
|
+
:param flow_source_type: The flow_source_type of this SearchFlowByIdResponse.
|
572
|
+
:type flow_source_type: str
|
573
|
+
"""
|
574
|
+
self._flow_source_type = flow_source_type
|
575
|
+
|
576
|
+
@property
|
577
|
+
def functions(self):
|
578
|
+
r"""Gets the functions of this SearchFlowByIdResponse.
|
579
|
+
|
580
|
+
流/流模板函数列表
|
581
|
+
|
582
|
+
:return: The functions of this SearchFlowByIdResponse.
|
583
|
+
:rtype: object
|
584
|
+
"""
|
585
|
+
return self._functions
|
586
|
+
|
587
|
+
@functions.setter
|
588
|
+
def functions(self, functions):
|
589
|
+
r"""Sets the functions of this SearchFlowByIdResponse.
|
590
|
+
|
591
|
+
流/流模板函数列表
|
592
|
+
|
593
|
+
:param functions: The functions of this SearchFlowByIdResponse.
|
594
|
+
:type functions: object
|
595
|
+
"""
|
596
|
+
self._functions = functions
|
597
|
+
|
598
|
+
@property
|
599
|
+
def graph(self):
|
600
|
+
r"""Gets the graph of this SearchFlowByIdResponse.
|
601
|
+
|
602
|
+
流的编排数据(大josn)
|
603
|
+
|
604
|
+
:return: The graph of this SearchFlowByIdResponse.
|
605
|
+
:rtype: object
|
606
|
+
"""
|
607
|
+
return self._graph
|
608
|
+
|
609
|
+
@graph.setter
|
610
|
+
def graph(self, graph):
|
611
|
+
r"""Sets the graph of this SearchFlowByIdResponse.
|
612
|
+
|
613
|
+
流的编排数据(大josn)
|
614
|
+
|
615
|
+
:param graph: The graph of this SearchFlowByIdResponse.
|
616
|
+
:type graph: object
|
617
|
+
"""
|
618
|
+
self._graph = graph
|
619
|
+
|
620
|
+
@property
|
621
|
+
def his_transfer_status(self):
|
622
|
+
r"""Gets the his_transfer_status of this SearchFlowByIdResponse.
|
623
|
+
|
624
|
+
:return: The his_transfer_status of this SearchFlowByIdResponse.
|
625
|
+
:rtype: str
|
626
|
+
"""
|
627
|
+
return self._his_transfer_status
|
628
|
+
|
629
|
+
@his_transfer_status.setter
|
630
|
+
def his_transfer_status(self, his_transfer_status):
|
631
|
+
r"""Sets the his_transfer_status of this SearchFlowByIdResponse.
|
632
|
+
|
633
|
+
:param his_transfer_status: The his_transfer_status of this SearchFlowByIdResponse.
|
634
|
+
:type his_transfer_status: str
|
635
|
+
"""
|
636
|
+
self._his_transfer_status = his_transfer_status
|
637
|
+
|
638
|
+
@property
|
639
|
+
def icon(self):
|
640
|
+
r"""Gets the icon of this SearchFlowByIdResponse.
|
641
|
+
|
642
|
+
logo base64编码
|
643
|
+
|
644
|
+
:return: The icon of this SearchFlowByIdResponse.
|
645
|
+
:rtype: str
|
646
|
+
"""
|
647
|
+
return self._icon
|
648
|
+
|
649
|
+
@icon.setter
|
650
|
+
def icon(self, icon):
|
651
|
+
r"""Sets the icon of this SearchFlowByIdResponse.
|
652
|
+
|
653
|
+
logo base64编码
|
654
|
+
|
655
|
+
:param icon: The icon of this SearchFlowByIdResponse.
|
656
|
+
:type icon: str
|
657
|
+
"""
|
658
|
+
self._icon = icon
|
659
|
+
|
660
|
+
@property
|
661
|
+
def id(self):
|
662
|
+
r"""Gets the id of this SearchFlowByIdResponse.
|
663
|
+
|
664
|
+
ID
|
665
|
+
|
666
|
+
:return: The id of this SearchFlowByIdResponse.
|
667
|
+
:rtype: str
|
668
|
+
"""
|
669
|
+
return self._id
|
670
|
+
|
671
|
+
@id.setter
|
672
|
+
def id(self, id):
|
673
|
+
r"""Sets the id of this SearchFlowByIdResponse.
|
674
|
+
|
675
|
+
ID
|
676
|
+
|
677
|
+
:param id: The id of this SearchFlowByIdResponse.
|
678
|
+
:type id: str
|
679
|
+
"""
|
680
|
+
self._id = id
|
681
|
+
|
682
|
+
@property
|
683
|
+
def installed_connector(self):
|
684
|
+
r"""Gets the installed_connector of this SearchFlowByIdResponse.
|
685
|
+
|
686
|
+
已部署的connector id
|
687
|
+
|
688
|
+
:return: The installed_connector of this SearchFlowByIdResponse.
|
689
|
+
:rtype: str
|
690
|
+
"""
|
691
|
+
return self._installed_connector
|
692
|
+
|
693
|
+
@installed_connector.setter
|
694
|
+
def installed_connector(self, installed_connector):
|
695
|
+
r"""Sets the installed_connector of this SearchFlowByIdResponse.
|
696
|
+
|
697
|
+
已部署的connector id
|
698
|
+
|
699
|
+
:param installed_connector: The installed_connector of this SearchFlowByIdResponse.
|
700
|
+
:type installed_connector: str
|
701
|
+
"""
|
702
|
+
self._installed_connector = installed_connector
|
703
|
+
|
704
|
+
@property
|
705
|
+
def is_valid(self):
|
706
|
+
r"""Gets the is_valid of this SearchFlowByIdResponse.
|
707
|
+
|
708
|
+
:return: The is_valid of this SearchFlowByIdResponse.
|
709
|
+
:rtype: bool
|
710
|
+
"""
|
711
|
+
return self._is_valid
|
712
|
+
|
713
|
+
@is_valid.setter
|
714
|
+
def is_valid(self, is_valid):
|
715
|
+
r"""Sets the is_valid of this SearchFlowByIdResponse.
|
716
|
+
|
717
|
+
:param is_valid: The is_valid of this SearchFlowByIdResponse.
|
718
|
+
:type is_valid: bool
|
719
|
+
"""
|
720
|
+
self._is_valid = is_valid
|
721
|
+
|
722
|
+
@property
|
723
|
+
def label(self):
|
724
|
+
r"""Gets the label of this SearchFlowByIdResponse.
|
725
|
+
|
726
|
+
:return: The label of this SearchFlowByIdResponse.
|
727
|
+
:rtype: str
|
728
|
+
"""
|
729
|
+
return self._label
|
730
|
+
|
731
|
+
@label.setter
|
732
|
+
def label(self, label):
|
733
|
+
r"""Sets the label of this SearchFlowByIdResponse.
|
734
|
+
|
735
|
+
:param label: The label of this SearchFlowByIdResponse.
|
736
|
+
:type label: str
|
737
|
+
"""
|
738
|
+
self._label = label
|
739
|
+
|
740
|
+
@property
|
741
|
+
def name(self):
|
742
|
+
r"""Gets the name of this SearchFlowByIdResponse.
|
743
|
+
|
744
|
+
流的名称
|
745
|
+
|
746
|
+
:return: The name of this SearchFlowByIdResponse.
|
747
|
+
:rtype: str
|
748
|
+
"""
|
749
|
+
return self._name
|
750
|
+
|
751
|
+
@name.setter
|
752
|
+
def name(self, name):
|
753
|
+
r"""Sets the name of this SearchFlowByIdResponse.
|
754
|
+
|
755
|
+
流的名称
|
756
|
+
|
757
|
+
:param name: The name of this SearchFlowByIdResponse.
|
758
|
+
:type name: str
|
759
|
+
"""
|
760
|
+
self._name = name
|
761
|
+
|
762
|
+
@property
|
763
|
+
def notice_status(self):
|
764
|
+
r"""Gets the notice_status of this SearchFlowByIdResponse.
|
765
|
+
|
766
|
+
:return: The notice_status of this SearchFlowByIdResponse.
|
767
|
+
:rtype: str
|
768
|
+
"""
|
769
|
+
return self._notice_status
|
770
|
+
|
771
|
+
@notice_status.setter
|
772
|
+
def notice_status(self, notice_status):
|
773
|
+
r"""Sets the notice_status of this SearchFlowByIdResponse.
|
774
|
+
|
775
|
+
:param notice_status: The notice_status of this SearchFlowByIdResponse.
|
776
|
+
:type notice_status: str
|
777
|
+
"""
|
778
|
+
self._notice_status = notice_status
|
779
|
+
|
780
|
+
@property
|
781
|
+
def project_id(self):
|
782
|
+
r"""Gets the project_id of this SearchFlowByIdResponse.
|
783
|
+
|
784
|
+
用户项目ID
|
785
|
+
|
786
|
+
:return: The project_id of this SearchFlowByIdResponse.
|
787
|
+
:rtype: str
|
788
|
+
"""
|
789
|
+
return self._project_id
|
790
|
+
|
791
|
+
@project_id.setter
|
792
|
+
def project_id(self, project_id):
|
793
|
+
r"""Sets the project_id of this SearchFlowByIdResponse.
|
794
|
+
|
795
|
+
用户项目ID
|
796
|
+
|
797
|
+
:param project_id: The project_id of this SearchFlowByIdResponse.
|
798
|
+
:type project_id: str
|
799
|
+
"""
|
800
|
+
self._project_id = project_id
|
801
|
+
|
802
|
+
@property
|
803
|
+
def schema_version(self):
|
804
|
+
r"""Gets the schema_version of this SearchFlowByIdResponse.
|
805
|
+
|
806
|
+
schema版本
|
807
|
+
|
808
|
+
:return: The schema_version of this SearchFlowByIdResponse.
|
809
|
+
:rtype: str
|
810
|
+
"""
|
811
|
+
return self._schema_version
|
812
|
+
|
813
|
+
@schema_version.setter
|
814
|
+
def schema_version(self, schema_version):
|
815
|
+
r"""Sets the schema_version of this SearchFlowByIdResponse.
|
816
|
+
|
817
|
+
schema版本
|
818
|
+
|
819
|
+
:param schema_version: The schema_version of this SearchFlowByIdResponse.
|
820
|
+
:type schema_version: str
|
821
|
+
"""
|
822
|
+
self._schema_version = schema_version
|
823
|
+
|
824
|
+
@property
|
825
|
+
def status(self):
|
826
|
+
r"""Gets the status of this SearchFlowByIdResponse.
|
827
|
+
|
828
|
+
流的状态
|
829
|
+
|
830
|
+
:return: The status of this SearchFlowByIdResponse.
|
831
|
+
:rtype: str
|
832
|
+
"""
|
833
|
+
return self._status
|
834
|
+
|
835
|
+
@status.setter
|
836
|
+
def status(self, status):
|
837
|
+
r"""Sets the status of this SearchFlowByIdResponse.
|
838
|
+
|
839
|
+
流的状态
|
840
|
+
|
841
|
+
:param status: The status of this SearchFlowByIdResponse.
|
842
|
+
:type status: str
|
843
|
+
"""
|
844
|
+
self._status = status
|
845
|
+
|
846
|
+
@property
|
847
|
+
def steps(self):
|
848
|
+
r"""Gets the steps of this SearchFlowByIdResponse.
|
849
|
+
|
850
|
+
流的编排数据(大josn)
|
851
|
+
|
852
|
+
:return: The steps of this SearchFlowByIdResponse.
|
853
|
+
:rtype: list[dict(str, object)]
|
854
|
+
"""
|
855
|
+
return self._steps
|
856
|
+
|
857
|
+
@steps.setter
|
858
|
+
def steps(self, steps):
|
859
|
+
r"""Sets the steps of this SearchFlowByIdResponse.
|
860
|
+
|
861
|
+
流的编排数据(大josn)
|
862
|
+
|
863
|
+
:param steps: The steps of this SearchFlowByIdResponse.
|
864
|
+
:type steps: list[dict(str, object)]
|
865
|
+
"""
|
866
|
+
self._steps = steps
|
867
|
+
|
868
|
+
@property
|
869
|
+
def tags(self):
|
870
|
+
r"""Gets the tags of this SearchFlowByIdResponse.
|
871
|
+
|
872
|
+
标签列表
|
873
|
+
|
874
|
+
:return: The tags of this SearchFlowByIdResponse.
|
875
|
+
:rtype: list[:class:`huaweicloudsdkmssi.v1.Tag`]
|
876
|
+
"""
|
877
|
+
return self._tags
|
878
|
+
|
879
|
+
@tags.setter
|
880
|
+
def tags(self, tags):
|
881
|
+
r"""Sets the tags of this SearchFlowByIdResponse.
|
882
|
+
|
883
|
+
标签列表
|
884
|
+
|
885
|
+
:param tags: The tags of this SearchFlowByIdResponse.
|
886
|
+
:type tags: list[:class:`huaweicloudsdkmssi.v1.Tag`]
|
887
|
+
"""
|
888
|
+
self._tags = tags
|
889
|
+
|
890
|
+
@property
|
891
|
+
def template_id(self):
|
892
|
+
r"""Gets the template_id of this SearchFlowByIdResponse.
|
893
|
+
|
894
|
+
模板ID
|
895
|
+
|
896
|
+
:return: The template_id of this SearchFlowByIdResponse.
|
897
|
+
:rtype: str
|
898
|
+
"""
|
899
|
+
return self._template_id
|
900
|
+
|
901
|
+
@template_id.setter
|
902
|
+
def template_id(self, template_id):
|
903
|
+
r"""Sets the template_id of this SearchFlowByIdResponse.
|
904
|
+
|
905
|
+
模板ID
|
906
|
+
|
907
|
+
:param template_id: The template_id of this SearchFlowByIdResponse.
|
908
|
+
:type template_id: str
|
909
|
+
"""
|
910
|
+
self._template_id = template_id
|
911
|
+
|
912
|
+
@property
|
913
|
+
def template_name(self):
|
914
|
+
r"""Gets the template_name of this SearchFlowByIdResponse.
|
915
|
+
|
916
|
+
模板名称
|
917
|
+
|
918
|
+
:return: The template_name of this SearchFlowByIdResponse.
|
919
|
+
:rtype: str
|
920
|
+
"""
|
921
|
+
return self._template_name
|
922
|
+
|
923
|
+
@template_name.setter
|
924
|
+
def template_name(self, template_name):
|
925
|
+
r"""Sets the template_name of this SearchFlowByIdResponse.
|
926
|
+
|
927
|
+
模板名称
|
928
|
+
|
929
|
+
:param template_name: The template_name of this SearchFlowByIdResponse.
|
930
|
+
:type template_name: str
|
931
|
+
"""
|
932
|
+
self._template_name = template_name
|
933
|
+
|
934
|
+
@property
|
935
|
+
def test_result(self):
|
936
|
+
r"""Gets the test_result of this SearchFlowByIdResponse.
|
937
|
+
|
938
|
+
测试结果
|
939
|
+
|
940
|
+
:return: The test_result of this SearchFlowByIdResponse.
|
941
|
+
:rtype: str
|
942
|
+
"""
|
943
|
+
return self._test_result
|
944
|
+
|
945
|
+
@test_result.setter
|
946
|
+
def test_result(self, test_result):
|
947
|
+
r"""Sets the test_result of this SearchFlowByIdResponse.
|
948
|
+
|
949
|
+
测试结果
|
950
|
+
|
951
|
+
:param test_result: The test_result of this SearchFlowByIdResponse.
|
952
|
+
:type test_result: str
|
953
|
+
"""
|
954
|
+
self._test_result = test_result
|
955
|
+
|
956
|
+
@property
|
957
|
+
def type(self):
|
958
|
+
r"""Gets the type of this SearchFlowByIdResponse.
|
959
|
+
|
960
|
+
类型
|
961
|
+
|
962
|
+
:return: The type of this SearchFlowByIdResponse.
|
963
|
+
:rtype: str
|
964
|
+
"""
|
965
|
+
return self._type
|
966
|
+
|
967
|
+
@type.setter
|
968
|
+
def type(self, type):
|
969
|
+
r"""Sets the type of this SearchFlowByIdResponse.
|
970
|
+
|
971
|
+
类型
|
972
|
+
|
973
|
+
:param type: The type of this SearchFlowByIdResponse.
|
974
|
+
:type type: str
|
975
|
+
"""
|
976
|
+
self._type = type
|
977
|
+
|
978
|
+
@property
|
979
|
+
def updated_time(self):
|
980
|
+
r"""Gets the updated_time of this SearchFlowByIdResponse.
|
981
|
+
|
982
|
+
修改时间
|
983
|
+
|
984
|
+
:return: The updated_time of this SearchFlowByIdResponse.
|
985
|
+
:rtype: datetime
|
986
|
+
"""
|
987
|
+
return self._updated_time
|
988
|
+
|
989
|
+
@updated_time.setter
|
990
|
+
def updated_time(self, updated_time):
|
991
|
+
r"""Sets the updated_time of this SearchFlowByIdResponse.
|
992
|
+
|
993
|
+
修改时间
|
994
|
+
|
995
|
+
:param updated_time: The updated_time of this SearchFlowByIdResponse.
|
996
|
+
:type updated_time: datetime
|
997
|
+
"""
|
998
|
+
self._updated_time = updated_time
|
999
|
+
|
1000
|
+
@property
|
1001
|
+
def user_id(self):
|
1002
|
+
r"""Gets the user_id of this SearchFlowByIdResponse.
|
1003
|
+
|
1004
|
+
账号(所有者)
|
1005
|
+
|
1006
|
+
:return: The user_id of this SearchFlowByIdResponse.
|
1007
|
+
:rtype: str
|
1008
|
+
"""
|
1009
|
+
return self._user_id
|
1010
|
+
|
1011
|
+
@user_id.setter
|
1012
|
+
def user_id(self, user_id):
|
1013
|
+
r"""Sets the user_id of this SearchFlowByIdResponse.
|
1014
|
+
|
1015
|
+
账号(所有者)
|
1016
|
+
|
1017
|
+
:param user_id: The user_id of this SearchFlowByIdResponse.
|
1018
|
+
:type user_id: str
|
1019
|
+
"""
|
1020
|
+
self._user_id = user_id
|
1021
|
+
|
1022
|
+
@property
|
1023
|
+
def version(self):
|
1024
|
+
r"""Gets the version of this SearchFlowByIdResponse.
|
1025
|
+
|
1026
|
+
流的版本号
|
1027
|
+
|
1028
|
+
:return: The version of this SearchFlowByIdResponse.
|
1029
|
+
:rtype: str
|
1030
|
+
"""
|
1031
|
+
return self._version
|
1032
|
+
|
1033
|
+
@version.setter
|
1034
|
+
def version(self, version):
|
1035
|
+
r"""Sets the version of this SearchFlowByIdResponse.
|
1036
|
+
|
1037
|
+
流的版本号
|
1038
|
+
|
1039
|
+
:param version: The version of this SearchFlowByIdResponse.
|
1040
|
+
:type version: str
|
1041
|
+
"""
|
1042
|
+
self._version = version
|
1043
|
+
|
1044
|
+
@property
|
1045
|
+
def webhook(self):
|
1046
|
+
r"""Gets the webhook of this SearchFlowByIdResponse.
|
1047
|
+
|
1048
|
+
webhook触发url的ID
|
1049
|
+
|
1050
|
+
:return: The webhook of this SearchFlowByIdResponse.
|
1051
|
+
:rtype: str
|
1052
|
+
"""
|
1053
|
+
return self._webhook
|
1054
|
+
|
1055
|
+
@webhook.setter
|
1056
|
+
def webhook(self, webhook):
|
1057
|
+
r"""Sets the webhook of this SearchFlowByIdResponse.
|
1058
|
+
|
1059
|
+
webhook触发url的ID
|
1060
|
+
|
1061
|
+
:param webhook: The webhook of this SearchFlowByIdResponse.
|
1062
|
+
:type webhook: str
|
1063
|
+
"""
|
1064
|
+
self._webhook = webhook
|
1065
|
+
|
1066
|
+
def to_dict(self):
|
1067
|
+
"""Returns the model properties as a dict"""
|
1068
|
+
result = {}
|
1069
|
+
|
1070
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
1071
|
+
value = getattr(self, attr)
|
1072
|
+
if isinstance(value, list):
|
1073
|
+
result[attr] = list(map(
|
1074
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
1075
|
+
value
|
1076
|
+
))
|
1077
|
+
elif hasattr(value, "to_dict"):
|
1078
|
+
result[attr] = value.to_dict()
|
1079
|
+
elif isinstance(value, dict):
|
1080
|
+
result[attr] = dict(map(
|
1081
|
+
lambda item: (item[0], item[1].to_dict())
|
1082
|
+
if hasattr(item[1], "to_dict") else item,
|
1083
|
+
value.items()
|
1084
|
+
))
|
1085
|
+
else:
|
1086
|
+
if attr in self.sensitive_list:
|
1087
|
+
result[attr] = "****"
|
1088
|
+
else:
|
1089
|
+
result[attr] = value
|
1090
|
+
|
1091
|
+
return result
|
1092
|
+
|
1093
|
+
def to_str(self):
|
1094
|
+
"""Returns the string representation of the model"""
|
1095
|
+
import simplejson as json
|
1096
|
+
if six.PY2:
|
1097
|
+
import sys
|
1098
|
+
reload(sys)
|
1099
|
+
sys.setdefaultencoding("utf-8")
|
1100
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
1101
|
+
|
1102
|
+
def __repr__(self):
|
1103
|
+
"""For `print`"""
|
1104
|
+
return self.to_str()
|
1105
|
+
|
1106
|
+
def __eq__(self, other):
|
1107
|
+
"""Returns true if both objects are equal"""
|
1108
|
+
if not isinstance(other, SearchFlowByIdResponse):
|
1109
|
+
return False
|
1110
|
+
|
1111
|
+
return self.__dict__ == other.__dict__
|
1112
|
+
|
1113
|
+
def __ne__(self, other):
|
1114
|
+
"""Returns true if both objects are not equal"""
|
1115
|
+
return not self == other
|