huaweicloudsdkmssi 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 (53) hide show
  1. huaweicloudsdkmssi/v1/model/action_base_info.py +33 -33
  2. huaweicloudsdkmssi/v1/model/api_config.py +3 -3
  3. huaweicloudsdkmssi/v1/model/auth_config_a.py +15 -15
  4. huaweicloudsdkmssi/v1/model/base_connection_info.py +23 -23
  5. huaweicloudsdkmssi/v1/model/connection_info.py +55 -55
  6. huaweicloudsdkmssi/v1/model/connector_info.py +47 -47
  7. huaweicloudsdkmssi/v1/model/connector_info0.py +35 -35
  8. huaweicloudsdkmssi/v1/model/create_connection_info_request.py +3 -3
  9. huaweicloudsdkmssi/v1/model/create_connection_info_response.py +7 -7
  10. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_request.py +3 -3
  11. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_response.py +15 -15
  12. huaweicloudsdkmssi/v1/model/create_flow_request.py +3 -3
  13. huaweicloudsdkmssi/v1/model/create_flow_response.py +9 -9
  14. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_request.py +5 -5
  15. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_response.py +9 -9
  16. huaweicloudsdkmssi/v1/model/custom_connector_info_v2.py +13 -13
  17. huaweicloudsdkmssi/v1/model/delete_connection_info_request.py +3 -3
  18. huaweicloudsdkmssi/v1/model/delete_connection_info_response.py +7 -7
  19. huaweicloudsdkmssi/v1/model/delete_custom_connector_request.py +3 -3
  20. huaweicloudsdkmssi/v1/model/delete_custom_connector_response.py +7 -7
  21. huaweicloudsdkmssi/v1/model/delete_flow_request.py +3 -3
  22. huaweicloudsdkmssi/v1/model/delete_flow_response.py +7 -7
  23. huaweicloudsdkmssi/v1/model/flow_meta.py +73 -73
  24. huaweicloudsdkmssi/v1/model/runtime_permission.py +11 -11
  25. huaweicloudsdkmssi/v1/model/search_flow_by_id_request.py +5 -5
  26. huaweicloudsdkmssi/v1/model/search_flow_by_id_response.py +73 -73
  27. huaweicloudsdkmssi/v1/model/show_all_connections_request.py +7 -7
  28. huaweicloudsdkmssi/v1/model/show_all_connections_response.py +1 -1
  29. huaweicloudsdkmssi/v1/model/show_all_flows_request.py +13 -13
  30. huaweicloudsdkmssi/v1/model/show_all_flows_response.py +5 -5
  31. huaweicloudsdkmssi/v1/model/show_connectors_request.py +13 -13
  32. huaweicloudsdkmssi/v1/model/show_connectors_response.py +5 -5
  33. huaweicloudsdkmssi/v1/model/show_custom_connector_request.py +3 -3
  34. huaweicloudsdkmssi/v1/model/show_custom_connector_response.py +7 -7
  35. huaweicloudsdkmssi/v1/model/show_custom_connectors_request.py +7 -7
  36. huaweicloudsdkmssi/v1/model/show_custom_connectors_response.py +5 -5
  37. huaweicloudsdkmssi/v1/model/show_single_connection_request.py +3 -3
  38. huaweicloudsdkmssi/v1/model/show_single_connection_response.py +55 -55
  39. huaweicloudsdkmssi/v1/model/tag.py +5 -5
  40. huaweicloudsdkmssi/v1/model/template_message.py +7 -7
  41. huaweicloudsdkmssi/v1/model/trigger_base_info.py +33 -33
  42. huaweicloudsdkmssi/v1/model/update_connection_info_request.py +5 -5
  43. huaweicloudsdkmssi/v1/model/update_connection_info_response.py +7 -7
  44. huaweicloudsdkmssi/v1/model/update_flow_request.py +5 -5
  45. huaweicloudsdkmssi/v1/model/update_flow_response.py +9 -9
  46. huaweicloudsdkmssi/v1/mssi_async_client.py +16 -16
  47. huaweicloudsdkmssi/v1/mssi_client.py +16 -16
  48. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/METADATA +2 -2
  49. huaweicloudsdkmssi-3.1.143.dist-info/RECORD +57 -0
  50. huaweicloudsdkmssi-3.1.142.dist-info/RECORD +0 -57
  51. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/LICENSE +0 -0
  52. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/WHEEL +0 -0
  53. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/top_level.txt +0 -0
@@ -35,7 +35,7 @@ class ShowAllFlowsRequest:
35
35
  }
36
36
 
37
37
  def __init__(self, offset=None, limit=None, type=None, name=None, have_child_flow=None, ids=None):
38
- """ShowAllFlowsRequest
38
+ r"""ShowAllFlowsRequest
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -76,7 +76,7 @@ class ShowAllFlowsRequest:
76
76
 
77
77
  @property
78
78
  def offset(self):
79
- """Gets the offset of this ShowAllFlowsRequest.
79
+ r"""Gets the offset of this ShowAllFlowsRequest.
80
80
 
81
81
  偏移量,表示从此偏移量开始查询, offset大于等于0
82
82
 
@@ -87,7 +87,7 @@ class ShowAllFlowsRequest:
87
87
 
88
88
  @offset.setter
89
89
  def offset(self, offset):
90
- """Sets the offset of this ShowAllFlowsRequest.
90
+ r"""Sets the offset of this ShowAllFlowsRequest.
91
91
 
92
92
  偏移量,表示从此偏移量开始查询, offset大于等于0
93
93
 
@@ -98,7 +98,7 @@ class ShowAllFlowsRequest:
98
98
 
99
99
  @property
100
100
  def limit(self):
101
- """Gets the limit of this ShowAllFlowsRequest.
101
+ r"""Gets the limit of this ShowAllFlowsRequest.
102
102
 
103
103
  每页显示的条目数量,limit大于等于1
104
104
 
@@ -109,7 +109,7 @@ class ShowAllFlowsRequest:
109
109
 
110
110
  @limit.setter
111
111
  def limit(self, limit):
112
- """Sets the limit of this ShowAllFlowsRequest.
112
+ r"""Sets the limit of this ShowAllFlowsRequest.
113
113
 
114
114
  每页显示的条目数量,limit大于等于1
115
115
 
@@ -120,7 +120,7 @@ class ShowAllFlowsRequest:
120
120
 
121
121
  @property
122
122
  def type(self):
123
- """Gets the type of this ShowAllFlowsRequest.
123
+ r"""Gets the type of this ShowAllFlowsRequest.
124
124
 
125
125
  类型
126
126
 
@@ -131,7 +131,7 @@ class ShowAllFlowsRequest:
131
131
 
132
132
  @type.setter
133
133
  def type(self, type):
134
- """Sets the type of this ShowAllFlowsRequest.
134
+ r"""Sets the type of this ShowAllFlowsRequest.
135
135
 
136
136
  类型
137
137
 
@@ -142,7 +142,7 @@ class ShowAllFlowsRequest:
142
142
 
143
143
  @property
144
144
  def name(self):
145
- """Gets the name of this ShowAllFlowsRequest.
145
+ r"""Gets the name of this ShowAllFlowsRequest.
146
146
 
147
147
  流名称,支持模糊查询
148
148
 
@@ -153,7 +153,7 @@ class ShowAllFlowsRequest:
153
153
 
154
154
  @name.setter
155
155
  def name(self, name):
156
- """Sets the name of this ShowAllFlowsRequest.
156
+ r"""Sets the name of this ShowAllFlowsRequest.
157
157
 
158
158
  流名称,支持模糊查询
159
159
 
@@ -164,7 +164,7 @@ class ShowAllFlowsRequest:
164
164
 
165
165
  @property
166
166
  def have_child_flow(self):
167
- """Gets the have_child_flow of this ShowAllFlowsRequest.
167
+ r"""Gets the have_child_flow of this ShowAllFlowsRequest.
168
168
 
169
169
  是否包含子流程
170
170
 
@@ -175,7 +175,7 @@ class ShowAllFlowsRequest:
175
175
 
176
176
  @have_child_flow.setter
177
177
  def have_child_flow(self, have_child_flow):
178
- """Sets the have_child_flow of this ShowAllFlowsRequest.
178
+ r"""Sets the have_child_flow of this ShowAllFlowsRequest.
179
179
 
180
180
  是否包含子流程
181
181
 
@@ -186,7 +186,7 @@ class ShowAllFlowsRequest:
186
186
 
187
187
  @property
188
188
  def ids(self):
189
- """Gets the ids of this ShowAllFlowsRequest.
189
+ r"""Gets the ids of this ShowAllFlowsRequest.
190
190
 
191
191
  ids
192
192
 
@@ -197,7 +197,7 @@ class ShowAllFlowsRequest:
197
197
 
198
198
  @ids.setter
199
199
  def ids(self, ids):
200
- """Sets the ids of this ShowAllFlowsRequest.
200
+ r"""Sets the ids of this ShowAllFlowsRequest.
201
201
 
202
202
  ids
203
203
 
@@ -28,7 +28,7 @@ class ShowAllFlowsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, count=None, flow_metas=None):
31
- """ShowAllFlowsResponse
31
+ r"""ShowAllFlowsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ShowAllFlowsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def count(self):
54
- """Gets the count of this ShowAllFlowsResponse.
54
+ r"""Gets the count of this ShowAllFlowsResponse.
55
55
 
56
56
  流的数量
57
57
 
@@ -62,7 +62,7 @@ class ShowAllFlowsResponse(SdkResponse):
62
62
 
63
63
  @count.setter
64
64
  def count(self, count):
65
- """Sets the count of this ShowAllFlowsResponse.
65
+ r"""Sets the count of this ShowAllFlowsResponse.
66
66
 
67
67
  流的数量
68
68
 
@@ -73,7 +73,7 @@ class ShowAllFlowsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def flow_metas(self):
76
- """Gets the flow_metas of this ShowAllFlowsResponse.
76
+ r"""Gets the flow_metas of this ShowAllFlowsResponse.
77
77
 
78
78
  流列表
79
79
 
@@ -84,7 +84,7 @@ class ShowAllFlowsResponse(SdkResponse):
84
84
 
85
85
  @flow_metas.setter
86
86
  def flow_metas(self, flow_metas):
87
- """Sets the flow_metas of this ShowAllFlowsResponse.
87
+ r"""Sets the flow_metas of this ShowAllFlowsResponse.
88
88
 
89
89
  流列表
90
90
 
@@ -35,7 +35,7 @@ class ShowConnectorsRequest:
35
35
  }
36
36
 
37
37
  def __init__(self, offset=None, limit=None, scope=None, category=None, name=None, operation_type=None):
38
- """ShowConnectorsRequest
38
+ r"""ShowConnectorsRequest
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -76,7 +76,7 @@ class ShowConnectorsRequest:
76
76
 
77
77
  @property
78
78
  def offset(self):
79
- """Gets the offset of this ShowConnectorsRequest.
79
+ r"""Gets the offset of this ShowConnectorsRequest.
80
80
 
81
81
  偏移量,表示从此偏移量开始查询, offset大于等于0
82
82
 
@@ -87,7 +87,7 @@ class ShowConnectorsRequest:
87
87
 
88
88
  @offset.setter
89
89
  def offset(self, offset):
90
- """Sets the offset of this ShowConnectorsRequest.
90
+ r"""Sets the offset of this ShowConnectorsRequest.
91
91
 
92
92
  偏移量,表示从此偏移量开始查询, offset大于等于0
93
93
 
@@ -98,7 +98,7 @@ class ShowConnectorsRequest:
98
98
 
99
99
  @property
100
100
  def limit(self):
101
- """Gets the limit of this ShowConnectorsRequest.
101
+ r"""Gets the limit of this ShowConnectorsRequest.
102
102
 
103
103
  每页显示的条目数量
104
104
 
@@ -109,7 +109,7 @@ class ShowConnectorsRequest:
109
109
 
110
110
  @limit.setter
111
111
  def limit(self, limit):
112
- """Sets the limit of this ShowConnectorsRequest.
112
+ r"""Sets the limit of this ShowConnectorsRequest.
113
113
 
114
114
  每页显示的条目数量
115
115
 
@@ -120,7 +120,7 @@ class ShowConnectorsRequest:
120
120
 
121
121
  @property
122
122
  def scope(self):
123
- """Gets the scope of this ShowConnectorsRequest.
123
+ r"""Gets the scope of this ShowConnectorsRequest.
124
124
 
125
125
  连接器分类:onboard:查询所有的上架的、custom:自己创建的连接器
126
126
 
@@ -131,7 +131,7 @@ class ShowConnectorsRequest:
131
131
 
132
132
  @scope.setter
133
133
  def scope(self, scope):
134
- """Sets the scope of this ShowConnectorsRequest.
134
+ r"""Sets the scope of this ShowConnectorsRequest.
135
135
 
136
136
  连接器分类:onboard:查询所有的上架的、custom:自己创建的连接器
137
137
 
@@ -142,7 +142,7 @@ class ShowConnectorsRequest:
142
142
 
143
143
  @property
144
144
  def category(self):
145
- """Gets the category of this ShowConnectorsRequest.
145
+ r"""Gets the category of this ShowConnectorsRequest.
146
146
 
147
147
  连接器种类(连接器市场的tab分类)
148
148
 
@@ -153,7 +153,7 @@ class ShowConnectorsRequest:
153
153
 
154
154
  @category.setter
155
155
  def category(self, category):
156
- """Sets the category of this ShowConnectorsRequest.
156
+ r"""Sets the category of this ShowConnectorsRequest.
157
157
 
158
158
  连接器种类(连接器市场的tab分类)
159
159
 
@@ -164,7 +164,7 @@ class ShowConnectorsRequest:
164
164
 
165
165
  @property
166
166
  def name(self):
167
- """Gets the name of this ShowConnectorsRequest.
167
+ r"""Gets the name of this ShowConnectorsRequest.
168
168
 
169
169
  CustomConnectors的名字
170
170
 
@@ -175,7 +175,7 @@ class ShowConnectorsRequest:
175
175
 
176
176
  @name.setter
177
177
  def name(self, name):
178
- """Sets the name of this ShowConnectorsRequest.
178
+ r"""Sets the name of this ShowConnectorsRequest.
179
179
 
180
180
  CustomConnectors的名字
181
181
 
@@ -186,7 +186,7 @@ class ShowConnectorsRequest:
186
186
 
187
187
  @property
188
188
  def operation_type(self):
189
- """Gets the operation_type of this ShowConnectorsRequest.
189
+ r"""Gets the operation_type of this ShowConnectorsRequest.
190
190
 
191
191
  operation条件过滤
192
192
 
@@ -197,7 +197,7 @@ class ShowConnectorsRequest:
197
197
 
198
198
  @operation_type.setter
199
199
  def operation_type(self, operation_type):
200
- """Sets the operation_type of this ShowConnectorsRequest.
200
+ r"""Sets the operation_type of this ShowConnectorsRequest.
201
201
 
202
202
  operation条件过滤
203
203
 
@@ -28,7 +28,7 @@ class ShowConnectorsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, connectors=None, count=None):
31
- """ShowConnectorsResponse
31
+ r"""ShowConnectorsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ShowConnectorsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def connectors(self):
54
- """Gets the connectors of this ShowConnectorsResponse.
54
+ r"""Gets the connectors of this ShowConnectorsResponse.
55
55
 
56
56
  连接器列表
57
57
 
@@ -62,7 +62,7 @@ class ShowConnectorsResponse(SdkResponse):
62
62
 
63
63
  @connectors.setter
64
64
  def connectors(self, connectors):
65
- """Sets the connectors of this ShowConnectorsResponse.
65
+ r"""Sets the connectors of this ShowConnectorsResponse.
66
66
 
67
67
  连接器列表
68
68
 
@@ -73,7 +73,7 @@ class ShowConnectorsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def count(self):
76
- """Gets the count of this ShowConnectorsResponse.
76
+ r"""Gets the count of this ShowConnectorsResponse.
77
77
 
78
78
  连接器数量
79
79
 
@@ -84,7 +84,7 @@ class ShowConnectorsResponse(SdkResponse):
84
84
 
85
85
  @count.setter
86
86
  def count(self, count):
87
- """Sets the count of this ShowConnectorsResponse.
87
+ r"""Sets the count of this ShowConnectorsResponse.
88
88
 
89
89
  连接器数量
90
90
 
@@ -25,7 +25,7 @@ class ShowCustomConnectorRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, connector_id=None):
28
- """ShowCustomConnectorRequest
28
+ r"""ShowCustomConnectorRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowCustomConnectorRequest:
42
42
 
43
43
  @property
44
44
  def connector_id(self):
45
- """Gets the connector_id of this ShowCustomConnectorRequest.
45
+ r"""Gets the connector_id of this ShowCustomConnectorRequest.
46
46
 
47
47
  连接器ID
48
48
 
@@ -53,7 +53,7 @@ class ShowCustomConnectorRequest:
53
53
 
54
54
  @connector_id.setter
55
55
  def connector_id(self, connector_id):
56
- """Sets the connector_id of this ShowCustomConnectorRequest.
56
+ r"""Sets the connector_id of this ShowCustomConnectorRequest.
57
57
 
58
58
  连接器ID
59
59
 
@@ -30,7 +30,7 @@ class ShowCustomConnectorResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, res_code=None, res_log=None, res_msg=None):
33
- """ShowCustomConnectorResponse
33
+ r"""ShowCustomConnectorResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ShowCustomConnectorResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def res_code(self):
61
- """Gets the res_code of this ShowCustomConnectorResponse.
61
+ r"""Gets the res_code of this ShowCustomConnectorResponse.
62
62
 
63
63
  状态码
64
64
 
@@ -69,7 +69,7 @@ class ShowCustomConnectorResponse(SdkResponse):
69
69
 
70
70
  @res_code.setter
71
71
  def res_code(self, res_code):
72
- """Sets the res_code of this ShowCustomConnectorResponse.
72
+ r"""Sets the res_code of this ShowCustomConnectorResponse.
73
73
 
74
74
  状态码
75
75
 
@@ -80,7 +80,7 @@ class ShowCustomConnectorResponse(SdkResponse):
80
80
 
81
81
  @property
82
82
  def res_log(self):
83
- """Gets the res_log of this ShowCustomConnectorResponse.
83
+ r"""Gets the res_log of this ShowCustomConnectorResponse.
84
84
 
85
85
  成功信息
86
86
 
@@ -91,7 +91,7 @@ class ShowCustomConnectorResponse(SdkResponse):
91
91
 
92
92
  @res_log.setter
93
93
  def res_log(self, res_log):
94
- """Sets the res_log of this ShowCustomConnectorResponse.
94
+ r"""Sets the res_log of this ShowCustomConnectorResponse.
95
95
 
96
96
  成功信息
97
97
 
@@ -102,7 +102,7 @@ class ShowCustomConnectorResponse(SdkResponse):
102
102
 
103
103
  @property
104
104
  def res_msg(self):
105
- """Gets the res_msg of this ShowCustomConnectorResponse.
105
+ r"""Gets the res_msg of this ShowCustomConnectorResponse.
106
106
 
107
107
  成功信息
108
108
 
@@ -113,7 +113,7 @@ class ShowCustomConnectorResponse(SdkResponse):
113
113
 
114
114
  @res_msg.setter
115
115
  def res_msg(self, res_msg):
116
- """Sets the res_msg of this ShowCustomConnectorResponse.
116
+ r"""Sets the res_msg of this ShowCustomConnectorResponse.
117
117
 
118
118
  成功信息
119
119
 
@@ -29,7 +29,7 @@ class ShowCustomConnectorsRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, offset=None, limit=None, name=None):
32
- """ShowCustomConnectorsRequest
32
+ r"""ShowCustomConnectorsRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -55,7 +55,7 @@ class ShowCustomConnectorsRequest:
55
55
 
56
56
  @property
57
57
  def offset(self):
58
- """Gets the offset of this ShowCustomConnectorsRequest.
58
+ r"""Gets the offset of this ShowCustomConnectorsRequest.
59
59
 
60
60
  偏移量,表示从此偏移量开始查询, offset大于等于0
61
61
 
@@ -66,7 +66,7 @@ class ShowCustomConnectorsRequest:
66
66
 
67
67
  @offset.setter
68
68
  def offset(self, offset):
69
- """Sets the offset of this ShowCustomConnectorsRequest.
69
+ r"""Sets the offset of this ShowCustomConnectorsRequest.
70
70
 
71
71
  偏移量,表示从此偏移量开始查询, offset大于等于0
72
72
 
@@ -77,7 +77,7 @@ class ShowCustomConnectorsRequest:
77
77
 
78
78
  @property
79
79
  def limit(self):
80
- """Gets the limit of this ShowCustomConnectorsRequest.
80
+ r"""Gets the limit of this ShowCustomConnectorsRequest.
81
81
 
82
82
  每页显示的条目数量
83
83
 
@@ -88,7 +88,7 @@ class ShowCustomConnectorsRequest:
88
88
 
89
89
  @limit.setter
90
90
  def limit(self, limit):
91
- """Sets the limit of this ShowCustomConnectorsRequest.
91
+ r"""Sets the limit of this ShowCustomConnectorsRequest.
92
92
 
93
93
  每页显示的条目数量
94
94
 
@@ -99,7 +99,7 @@ class ShowCustomConnectorsRequest:
99
99
 
100
100
  @property
101
101
  def name(self):
102
- """Gets the name of this ShowCustomConnectorsRequest.
102
+ r"""Gets the name of this ShowCustomConnectorsRequest.
103
103
 
104
104
  CustomConnectors的名字
105
105
 
@@ -110,7 +110,7 @@ class ShowCustomConnectorsRequest:
110
110
 
111
111
  @name.setter
112
112
  def name(self, name):
113
- """Sets the name of this ShowCustomConnectorsRequest.
113
+ r"""Sets the name of this ShowCustomConnectorsRequest.
114
114
 
115
115
  CustomConnectors的名字
116
116
 
@@ -28,7 +28,7 @@ class ShowCustomConnectorsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, connector_infos=None, count=None):
31
- """ShowCustomConnectorsResponse
31
+ r"""ShowCustomConnectorsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ShowCustomConnectorsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def connector_infos(self):
54
- """Gets the connector_infos of this ShowCustomConnectorsResponse.
54
+ r"""Gets the connector_infos of this ShowCustomConnectorsResponse.
55
55
 
56
56
  连接器列表
57
57
 
@@ -62,7 +62,7 @@ class ShowCustomConnectorsResponse(SdkResponse):
62
62
 
63
63
  @connector_infos.setter
64
64
  def connector_infos(self, connector_infos):
65
- """Sets the connector_infos of this ShowCustomConnectorsResponse.
65
+ r"""Sets the connector_infos of this ShowCustomConnectorsResponse.
66
66
 
67
67
  连接器列表
68
68
 
@@ -73,7 +73,7 @@ class ShowCustomConnectorsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def count(self):
76
- """Gets the count of this ShowCustomConnectorsResponse.
76
+ r"""Gets the count of this ShowCustomConnectorsResponse.
77
77
 
78
78
  连接器数量
79
79
 
@@ -84,7 +84,7 @@ class ShowCustomConnectorsResponse(SdkResponse):
84
84
 
85
85
  @count.setter
86
86
  def count(self, count):
87
- """Sets the count of this ShowCustomConnectorsResponse.
87
+ r"""Sets the count of this ShowCustomConnectorsResponse.
88
88
 
89
89
  连接器数量
90
90
 
@@ -25,7 +25,7 @@ class ShowSingleConnectionRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, connect_id=None):
28
- """ShowSingleConnectionRequest
28
+ r"""ShowSingleConnectionRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowSingleConnectionRequest:
42
42
 
43
43
  @property
44
44
  def connect_id(self):
45
- """Gets the connect_id of this ShowSingleConnectionRequest.
45
+ r"""Gets the connect_id of this ShowSingleConnectionRequest.
46
46
 
47
47
  ID of Connection
48
48
 
@@ -53,7 +53,7 @@ class ShowSingleConnectionRequest:
53
53
 
54
54
  @connect_id.setter
55
55
  def connect_id(self, connect_id):
56
- """Sets the connect_id of this ShowSingleConnectionRequest.
56
+ r"""Sets the connect_id of this ShowSingleConnectionRequest.
57
57
 
58
58
  ID of Connection
59
59