huaweicloudsdkcodeartsbuild 3.1.151__py2.py3-none-any.whl → 3.1.152__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.
- huaweicloudsdkcodeartsbuild/v3/__init__.py +57 -0
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +2171 -906
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +2171 -906
- huaweicloudsdkcodeartsbuild/v3/model/__init__.py +57 -0
- huaweicloudsdkcodeartsbuild/v3/model/build_parameter.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/check_job_count_is_top_limit_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/check_job_count_is_top_limit_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/download_junit_coverage_zip_request.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/download_junit_coverage_zip_response.py +85 -0
- huaweicloudsdkcodeartsbuild/v3/model/is_disable_result.py +260 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_status_body.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_summary.py +202 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_summary_body_result.py +111 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_update_record_list_vo_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_update_record_list_vo_result_job_update_records.py +289 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_build_parameter_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_build_parameter_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_custom_template_request.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_custom_template_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_response.py +141 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_result_job_list.py +1217 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_result.py +115 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_result_unit_summary_list.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_request.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result_keystore_list.py +517 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result_permission.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repo_branch_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repo_branch_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repository_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repository_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_update_job_history_request.py +172 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_update_job_history_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/query_custom_templates_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/repositories_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_flow_graph_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_flow_graph_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_copy_name_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_copy_name_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_response_body_result.py +347 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_disable_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_disable_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_record_detail_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_record_detail_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_step_status_request.py +143 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_step_status_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_total_request.py +172 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_total_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_summary_build_job_info_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_summary_build_job_info_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_result.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/total_response_body_result.py +115 -0
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/METADATA +2 -2
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/RECORD +66 -9
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,231 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListKeystoreSearchResponseBodyResultPermission:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'keystore_id': 'str',
|
21
|
+
'setting': 'bool',
|
22
|
+
'delete': 'bool',
|
23
|
+
'modify': 'bool',
|
24
|
+
'usage': 'bool'
|
25
|
+
}
|
26
|
+
|
27
|
+
attribute_map = {
|
28
|
+
'keystore_id': 'keystore_id',
|
29
|
+
'setting': 'setting',
|
30
|
+
'delete': 'delete',
|
31
|
+
'modify': 'modify',
|
32
|
+
'usage': 'usage'
|
33
|
+
}
|
34
|
+
|
35
|
+
def __init__(self, keystore_id=None, setting=None, delete=None, modify=None, usage=None):
|
36
|
+
r"""ListKeystoreSearchResponseBodyResultPermission
|
37
|
+
|
38
|
+
The model defined in huaweicloud sdk
|
39
|
+
|
40
|
+
:param keystore_id: 文件ID
|
41
|
+
:type keystore_id: str
|
42
|
+
:param setting: 是否有设置权限
|
43
|
+
:type setting: bool
|
44
|
+
:param delete: 是否有删除权限
|
45
|
+
:type delete: bool
|
46
|
+
:param modify: 是否有修改权限
|
47
|
+
:type modify: bool
|
48
|
+
:param usage: 是否有使用权限
|
49
|
+
:type usage: bool
|
50
|
+
"""
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
self._keystore_id = None
|
55
|
+
self._setting = None
|
56
|
+
self._delete = None
|
57
|
+
self._modify = None
|
58
|
+
self._usage = None
|
59
|
+
self.discriminator = None
|
60
|
+
|
61
|
+
if keystore_id is not None:
|
62
|
+
self.keystore_id = keystore_id
|
63
|
+
if setting is not None:
|
64
|
+
self.setting = setting
|
65
|
+
if delete is not None:
|
66
|
+
self.delete = delete
|
67
|
+
if modify is not None:
|
68
|
+
self.modify = modify
|
69
|
+
if usage is not None:
|
70
|
+
self.usage = usage
|
71
|
+
|
72
|
+
@property
|
73
|
+
def keystore_id(self):
|
74
|
+
r"""Gets the keystore_id of this ListKeystoreSearchResponseBodyResultPermission.
|
75
|
+
|
76
|
+
文件ID
|
77
|
+
|
78
|
+
:return: The keystore_id of this ListKeystoreSearchResponseBodyResultPermission.
|
79
|
+
:rtype: str
|
80
|
+
"""
|
81
|
+
return self._keystore_id
|
82
|
+
|
83
|
+
@keystore_id.setter
|
84
|
+
def keystore_id(self, keystore_id):
|
85
|
+
r"""Sets the keystore_id of this ListKeystoreSearchResponseBodyResultPermission.
|
86
|
+
|
87
|
+
文件ID
|
88
|
+
|
89
|
+
:param keystore_id: The keystore_id of this ListKeystoreSearchResponseBodyResultPermission.
|
90
|
+
:type keystore_id: str
|
91
|
+
"""
|
92
|
+
self._keystore_id = keystore_id
|
93
|
+
|
94
|
+
@property
|
95
|
+
def setting(self):
|
96
|
+
r"""Gets the setting of this ListKeystoreSearchResponseBodyResultPermission.
|
97
|
+
|
98
|
+
是否有设置权限
|
99
|
+
|
100
|
+
:return: The setting of this ListKeystoreSearchResponseBodyResultPermission.
|
101
|
+
:rtype: bool
|
102
|
+
"""
|
103
|
+
return self._setting
|
104
|
+
|
105
|
+
@setting.setter
|
106
|
+
def setting(self, setting):
|
107
|
+
r"""Sets the setting of this ListKeystoreSearchResponseBodyResultPermission.
|
108
|
+
|
109
|
+
是否有设置权限
|
110
|
+
|
111
|
+
:param setting: The setting of this ListKeystoreSearchResponseBodyResultPermission.
|
112
|
+
:type setting: bool
|
113
|
+
"""
|
114
|
+
self._setting = setting
|
115
|
+
|
116
|
+
@property
|
117
|
+
def delete(self):
|
118
|
+
r"""Gets the delete of this ListKeystoreSearchResponseBodyResultPermission.
|
119
|
+
|
120
|
+
是否有删除权限
|
121
|
+
|
122
|
+
:return: The delete of this ListKeystoreSearchResponseBodyResultPermission.
|
123
|
+
:rtype: bool
|
124
|
+
"""
|
125
|
+
return self._delete
|
126
|
+
|
127
|
+
@delete.setter
|
128
|
+
def delete(self, delete):
|
129
|
+
r"""Sets the delete of this ListKeystoreSearchResponseBodyResultPermission.
|
130
|
+
|
131
|
+
是否有删除权限
|
132
|
+
|
133
|
+
:param delete: The delete of this ListKeystoreSearchResponseBodyResultPermission.
|
134
|
+
:type delete: bool
|
135
|
+
"""
|
136
|
+
self._delete = delete
|
137
|
+
|
138
|
+
@property
|
139
|
+
def modify(self):
|
140
|
+
r"""Gets the modify of this ListKeystoreSearchResponseBodyResultPermission.
|
141
|
+
|
142
|
+
是否有修改权限
|
143
|
+
|
144
|
+
:return: The modify of this ListKeystoreSearchResponseBodyResultPermission.
|
145
|
+
:rtype: bool
|
146
|
+
"""
|
147
|
+
return self._modify
|
148
|
+
|
149
|
+
@modify.setter
|
150
|
+
def modify(self, modify):
|
151
|
+
r"""Sets the modify of this ListKeystoreSearchResponseBodyResultPermission.
|
152
|
+
|
153
|
+
是否有修改权限
|
154
|
+
|
155
|
+
:param modify: The modify of this ListKeystoreSearchResponseBodyResultPermission.
|
156
|
+
:type modify: bool
|
157
|
+
"""
|
158
|
+
self._modify = modify
|
159
|
+
|
160
|
+
@property
|
161
|
+
def usage(self):
|
162
|
+
r"""Gets the usage of this ListKeystoreSearchResponseBodyResultPermission.
|
163
|
+
|
164
|
+
是否有使用权限
|
165
|
+
|
166
|
+
:return: The usage of this ListKeystoreSearchResponseBodyResultPermission.
|
167
|
+
:rtype: bool
|
168
|
+
"""
|
169
|
+
return self._usage
|
170
|
+
|
171
|
+
@usage.setter
|
172
|
+
def usage(self, usage):
|
173
|
+
r"""Sets the usage of this ListKeystoreSearchResponseBodyResultPermission.
|
174
|
+
|
175
|
+
是否有使用权限
|
176
|
+
|
177
|
+
:param usage: The usage of this ListKeystoreSearchResponseBodyResultPermission.
|
178
|
+
:type usage: bool
|
179
|
+
"""
|
180
|
+
self._usage = usage
|
181
|
+
|
182
|
+
def to_dict(self):
|
183
|
+
"""Returns the model properties as a dict"""
|
184
|
+
result = {}
|
185
|
+
|
186
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
187
|
+
value = getattr(self, attr)
|
188
|
+
if isinstance(value, list):
|
189
|
+
result[attr] = list(map(
|
190
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
191
|
+
value
|
192
|
+
))
|
193
|
+
elif hasattr(value, "to_dict"):
|
194
|
+
result[attr] = value.to_dict()
|
195
|
+
elif isinstance(value, dict):
|
196
|
+
result[attr] = dict(map(
|
197
|
+
lambda item: (item[0], item[1].to_dict())
|
198
|
+
if hasattr(item[1], "to_dict") else item,
|
199
|
+
value.items()
|
200
|
+
))
|
201
|
+
else:
|
202
|
+
if attr in self.sensitive_list:
|
203
|
+
result[attr] = "****"
|
204
|
+
else:
|
205
|
+
result[attr] = value
|
206
|
+
|
207
|
+
return result
|
208
|
+
|
209
|
+
def to_str(self):
|
210
|
+
"""Returns the string representation of the model"""
|
211
|
+
import simplejson as json
|
212
|
+
if six.PY2:
|
213
|
+
import sys
|
214
|
+
reload(sys)
|
215
|
+
sys.setdefaultencoding("utf-8")
|
216
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
217
|
+
|
218
|
+
def __repr__(self):
|
219
|
+
"""For `print`"""
|
220
|
+
return self.to_str()
|
221
|
+
|
222
|
+
def __eq__(self, other):
|
223
|
+
"""Returns true if both objects are equal"""
|
224
|
+
if not isinstance(other, ListKeystoreSearchResponseBodyResultPermission):
|
225
|
+
return False
|
226
|
+
|
227
|
+
return self.__dict__ == other.__dict__
|
228
|
+
|
229
|
+
def __ne__(self, other):
|
230
|
+
"""Returns true if both objects are not equal"""
|
231
|
+
return not self == other
|
@@ -0,0 +1,142 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListRepoBranchRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'job_id': 'str',
|
21
|
+
'repository_name': 'str'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'job_id': 'job_id',
|
26
|
+
'repository_name': 'repository_name'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, job_id=None, repository_name=None):
|
30
|
+
r"""ListRepoBranchRequest
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param job_id: 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
35
|
+
:type job_id: str
|
36
|
+
:param repository_name: 代码仓库名,不支持中文
|
37
|
+
:type repository_name: str
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._job_id = None
|
43
|
+
self._repository_name = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
self.job_id = job_id
|
47
|
+
self.repository_name = repository_name
|
48
|
+
|
49
|
+
@property
|
50
|
+
def job_id(self):
|
51
|
+
r"""Gets the job_id of this ListRepoBranchRequest.
|
52
|
+
|
53
|
+
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
54
|
+
|
55
|
+
:return: The job_id of this ListRepoBranchRequest.
|
56
|
+
:rtype: str
|
57
|
+
"""
|
58
|
+
return self._job_id
|
59
|
+
|
60
|
+
@job_id.setter
|
61
|
+
def job_id(self, job_id):
|
62
|
+
r"""Sets the job_id of this ListRepoBranchRequest.
|
63
|
+
|
64
|
+
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
65
|
+
|
66
|
+
:param job_id: The job_id of this ListRepoBranchRequest.
|
67
|
+
:type job_id: str
|
68
|
+
"""
|
69
|
+
self._job_id = job_id
|
70
|
+
|
71
|
+
@property
|
72
|
+
def repository_name(self):
|
73
|
+
r"""Gets the repository_name of this ListRepoBranchRequest.
|
74
|
+
|
75
|
+
代码仓库名,不支持中文
|
76
|
+
|
77
|
+
:return: The repository_name of this ListRepoBranchRequest.
|
78
|
+
:rtype: str
|
79
|
+
"""
|
80
|
+
return self._repository_name
|
81
|
+
|
82
|
+
@repository_name.setter
|
83
|
+
def repository_name(self, repository_name):
|
84
|
+
r"""Sets the repository_name of this ListRepoBranchRequest.
|
85
|
+
|
86
|
+
代码仓库名,不支持中文
|
87
|
+
|
88
|
+
:param repository_name: The repository_name of this ListRepoBranchRequest.
|
89
|
+
:type repository_name: str
|
90
|
+
"""
|
91
|
+
self._repository_name = repository_name
|
92
|
+
|
93
|
+
def to_dict(self):
|
94
|
+
"""Returns the model properties as a dict"""
|
95
|
+
result = {}
|
96
|
+
|
97
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
98
|
+
value = getattr(self, attr)
|
99
|
+
if isinstance(value, list):
|
100
|
+
result[attr] = list(map(
|
101
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
102
|
+
value
|
103
|
+
))
|
104
|
+
elif hasattr(value, "to_dict"):
|
105
|
+
result[attr] = value.to_dict()
|
106
|
+
elif isinstance(value, dict):
|
107
|
+
result[attr] = dict(map(
|
108
|
+
lambda item: (item[0], item[1].to_dict())
|
109
|
+
if hasattr(item[1], "to_dict") else item,
|
110
|
+
value.items()
|
111
|
+
))
|
112
|
+
else:
|
113
|
+
if attr in self.sensitive_list:
|
114
|
+
result[attr] = "****"
|
115
|
+
else:
|
116
|
+
result[attr] = value
|
117
|
+
|
118
|
+
return result
|
119
|
+
|
120
|
+
def to_str(self):
|
121
|
+
"""Returns the string representation of the model"""
|
122
|
+
import simplejson as json
|
123
|
+
if six.PY2:
|
124
|
+
import sys
|
125
|
+
reload(sys)
|
126
|
+
sys.setdefaultencoding("utf-8")
|
127
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
128
|
+
|
129
|
+
def __repr__(self):
|
130
|
+
"""For `print`"""
|
131
|
+
return self.to_str()
|
132
|
+
|
133
|
+
def __eq__(self, other):
|
134
|
+
"""Returns true if both objects are equal"""
|
135
|
+
if not isinstance(other, ListRepoBranchRequest):
|
136
|
+
return False
|
137
|
+
|
138
|
+
return self.__dict__ == other.__dict__
|
139
|
+
|
140
|
+
def __ne__(self, other):
|
141
|
+
"""Returns true if both objects are not equal"""
|
142
|
+
return not self == other
|
@@ -0,0 +1,145 @@
|
|
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 ListRepoBranchResponse(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
|
+
'status': 'str',
|
22
|
+
'result': 'list[str]'
|
23
|
+
}
|
24
|
+
|
25
|
+
attribute_map = {
|
26
|
+
'status': 'status',
|
27
|
+
'result': 'result'
|
28
|
+
}
|
29
|
+
|
30
|
+
def __init__(self, status=None, result=None):
|
31
|
+
r"""ListRepoBranchResponse
|
32
|
+
|
33
|
+
The model defined in huaweicloud sdk
|
34
|
+
|
35
|
+
:param status: 状态
|
36
|
+
:type status: str
|
37
|
+
:param result: 结果
|
38
|
+
:type result: list[str]
|
39
|
+
"""
|
40
|
+
|
41
|
+
super(ListRepoBranchResponse, self).__init__()
|
42
|
+
|
43
|
+
self._status = None
|
44
|
+
self._result = None
|
45
|
+
self.discriminator = None
|
46
|
+
|
47
|
+
if status is not None:
|
48
|
+
self.status = status
|
49
|
+
if result is not None:
|
50
|
+
self.result = result
|
51
|
+
|
52
|
+
@property
|
53
|
+
def status(self):
|
54
|
+
r"""Gets the status of this ListRepoBranchResponse.
|
55
|
+
|
56
|
+
状态
|
57
|
+
|
58
|
+
:return: The status of this ListRepoBranchResponse.
|
59
|
+
:rtype: str
|
60
|
+
"""
|
61
|
+
return self._status
|
62
|
+
|
63
|
+
@status.setter
|
64
|
+
def status(self, status):
|
65
|
+
r"""Sets the status of this ListRepoBranchResponse.
|
66
|
+
|
67
|
+
状态
|
68
|
+
|
69
|
+
:param status: The status of this ListRepoBranchResponse.
|
70
|
+
:type status: str
|
71
|
+
"""
|
72
|
+
self._status = status
|
73
|
+
|
74
|
+
@property
|
75
|
+
def result(self):
|
76
|
+
r"""Gets the result of this ListRepoBranchResponse.
|
77
|
+
|
78
|
+
结果
|
79
|
+
|
80
|
+
:return: The result of this ListRepoBranchResponse.
|
81
|
+
:rtype: list[str]
|
82
|
+
"""
|
83
|
+
return self._result
|
84
|
+
|
85
|
+
@result.setter
|
86
|
+
def result(self, result):
|
87
|
+
r"""Sets the result of this ListRepoBranchResponse.
|
88
|
+
|
89
|
+
结果
|
90
|
+
|
91
|
+
:param result: The result of this ListRepoBranchResponse.
|
92
|
+
:type result: list[str]
|
93
|
+
"""
|
94
|
+
self._result = result
|
95
|
+
|
96
|
+
def to_dict(self):
|
97
|
+
"""Returns the model properties as a dict"""
|
98
|
+
result = {}
|
99
|
+
|
100
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
101
|
+
value = getattr(self, attr)
|
102
|
+
if isinstance(value, list):
|
103
|
+
result[attr] = list(map(
|
104
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
105
|
+
value
|
106
|
+
))
|
107
|
+
elif hasattr(value, "to_dict"):
|
108
|
+
result[attr] = value.to_dict()
|
109
|
+
elif isinstance(value, dict):
|
110
|
+
result[attr] = dict(map(
|
111
|
+
lambda item: (item[0], item[1].to_dict())
|
112
|
+
if hasattr(item[1], "to_dict") else item,
|
113
|
+
value.items()
|
114
|
+
))
|
115
|
+
else:
|
116
|
+
if attr in self.sensitive_list:
|
117
|
+
result[attr] = "****"
|
118
|
+
else:
|
119
|
+
result[attr] = value
|
120
|
+
|
121
|
+
return result
|
122
|
+
|
123
|
+
def to_str(self):
|
124
|
+
"""Returns the string representation of the model"""
|
125
|
+
import simplejson as json
|
126
|
+
if six.PY2:
|
127
|
+
import sys
|
128
|
+
reload(sys)
|
129
|
+
sys.setdefaultencoding("utf-8")
|
130
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
131
|
+
|
132
|
+
def __repr__(self):
|
133
|
+
"""For `print`"""
|
134
|
+
return self.to_str()
|
135
|
+
|
136
|
+
def __eq__(self, other):
|
137
|
+
"""Returns true if both objects are equal"""
|
138
|
+
if not isinstance(other, ListRepoBranchResponse):
|
139
|
+
return False
|
140
|
+
|
141
|
+
return self.__dict__ == other.__dict__
|
142
|
+
|
143
|
+
def __ne__(self, other):
|
144
|
+
"""Returns true if both objects are not equal"""
|
145
|
+
return not self == other
|
@@ -0,0 +1,114 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListRepositoryRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'job_id': 'str'
|
21
|
+
}
|
22
|
+
|
23
|
+
attribute_map = {
|
24
|
+
'job_id': 'job_id'
|
25
|
+
}
|
26
|
+
|
27
|
+
def __init__(self, job_id=None):
|
28
|
+
r"""ListRepositoryRequest
|
29
|
+
|
30
|
+
The model defined in huaweicloud sdk
|
31
|
+
|
32
|
+
:param job_id: 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
33
|
+
:type job_id: str
|
34
|
+
"""
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
self._job_id = None
|
39
|
+
self.discriminator = None
|
40
|
+
|
41
|
+
self.job_id = job_id
|
42
|
+
|
43
|
+
@property
|
44
|
+
def job_id(self):
|
45
|
+
r"""Gets the job_id of this ListRepositoryRequest.
|
46
|
+
|
47
|
+
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
48
|
+
|
49
|
+
:return: The job_id of this ListRepositoryRequest.
|
50
|
+
:rtype: str
|
51
|
+
"""
|
52
|
+
return self._job_id
|
53
|
+
|
54
|
+
@job_id.setter
|
55
|
+
def job_id(self, job_id):
|
56
|
+
r"""Sets the job_id of this ListRepositoryRequest.
|
57
|
+
|
58
|
+
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
59
|
+
|
60
|
+
:param job_id: The job_id of this ListRepositoryRequest.
|
61
|
+
:type job_id: str
|
62
|
+
"""
|
63
|
+
self._job_id = job_id
|
64
|
+
|
65
|
+
def to_dict(self):
|
66
|
+
"""Returns the model properties as a dict"""
|
67
|
+
result = {}
|
68
|
+
|
69
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
70
|
+
value = getattr(self, attr)
|
71
|
+
if isinstance(value, list):
|
72
|
+
result[attr] = list(map(
|
73
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
74
|
+
value
|
75
|
+
))
|
76
|
+
elif hasattr(value, "to_dict"):
|
77
|
+
result[attr] = value.to_dict()
|
78
|
+
elif isinstance(value, dict):
|
79
|
+
result[attr] = dict(map(
|
80
|
+
lambda item: (item[0], item[1].to_dict())
|
81
|
+
if hasattr(item[1], "to_dict") else item,
|
82
|
+
value.items()
|
83
|
+
))
|
84
|
+
else:
|
85
|
+
if attr in self.sensitive_list:
|
86
|
+
result[attr] = "****"
|
87
|
+
else:
|
88
|
+
result[attr] = value
|
89
|
+
|
90
|
+
return result
|
91
|
+
|
92
|
+
def to_str(self):
|
93
|
+
"""Returns the string representation of the model"""
|
94
|
+
import simplejson as json
|
95
|
+
if six.PY2:
|
96
|
+
import sys
|
97
|
+
reload(sys)
|
98
|
+
sys.setdefaultencoding("utf-8")
|
99
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
100
|
+
|
101
|
+
def __repr__(self):
|
102
|
+
"""For `print`"""
|
103
|
+
return self.to_str()
|
104
|
+
|
105
|
+
def __eq__(self, other):
|
106
|
+
"""Returns true if both objects are equal"""
|
107
|
+
if not isinstance(other, ListRepositoryRequest):
|
108
|
+
return False
|
109
|
+
|
110
|
+
return self.__dict__ == other.__dict__
|
111
|
+
|
112
|
+
def __ne__(self, other):
|
113
|
+
"""Returns true if both objects are not equal"""
|
114
|
+
return not self == other
|