huaweicloudsdkcodeartsbuild 3.1.151__py2.py3-none-any.whl → 3.1.153__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 (112) hide show
  1. huaweicloudsdkcodeartsbuild/v3/__init__.py +99 -1
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +3171 -929
  3. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +3171 -929
  4. huaweicloudsdkcodeartsbuild/v3/model/__init__.py +99 -1
  5. huaweicloudsdkcodeartsbuild/v3/model/brief_record_items.py +550 -0
  6. huaweicloudsdkcodeartsbuild/v3/model/build_parameter.py +144 -0
  7. huaweicloudsdkcodeartsbuild/v3/model/check_job_count_is_top_limit_request.py +84 -0
  8. huaweicloudsdkcodeartsbuild/v3/model/check_job_count_is_top_limit_response.py +174 -0
  9. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_request.py +111 -0
  10. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_request_body.py +170 -0
  11. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_response.py +145 -0
  12. huaweicloudsdkcodeartsbuild/v3/model/clear_recycling_jobs_request.py +84 -0
  13. huaweicloudsdkcodeartsbuild/v3/model/clear_recycling_jobs_response.py +145 -0
  14. huaweicloudsdkcodeartsbuild/v3/model/copy_build_job_request_body.py +429 -0
  15. huaweicloudsdkcodeartsbuild/v3/model/copy_job_request.py +111 -0
  16. huaweicloudsdkcodeartsbuild/v3/model/copy_job_response.py +170 -0
  17. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +115 -3
  18. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +90 -3
  19. huaweicloudsdkcodeartsbuild/v3/model/create_build_timeout.py +144 -0
  20. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +4 -4
  21. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_permission_request.py +114 -0
  22. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_permission_response.py +174 -0
  23. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_request.py +114 -0
  24. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_response.py +174 -0
  25. huaweicloudsdkcodeartsbuild/v3/model/delete_recycling_jobs_request.py +111 -0
  26. huaweicloudsdkcodeartsbuild/v3/model/delete_recycling_jobs_response.py +116 -0
  27. huaweicloudsdkcodeartsbuild/v3/model/delete_template_request.py +114 -0
  28. huaweicloudsdkcodeartsbuild/v3/model/delete_template_response.py +116 -0
  29. huaweicloudsdkcodeartsbuild/v3/model/delete_the_job_request.py +114 -0
  30. huaweicloudsdkcodeartsbuild/v3/model/delete_the_job_response.py +170 -0
  31. huaweicloudsdkcodeartsbuild/v3/model/{delete_build_job_response_body_result.py → delete_the_job_response_body_result.py} +11 -11
  32. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_request.py +139 -0
  33. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_request_body.py +143 -0
  34. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_response.py +116 -0
  35. huaweicloudsdkcodeartsbuild/v3/model/download_junit_coverage_zip_request.py +170 -0
  36. huaweicloudsdkcodeartsbuild/v3/model/download_junit_coverage_zip_response.py +85 -0
  37. huaweicloudsdkcodeartsbuild/v3/model/execute_job_request.py +111 -0
  38. huaweicloudsdkcodeartsbuild/v3/model/execute_job_response.py +174 -0
  39. huaweicloudsdkcodeartsbuild/v3/model/is_disable_result.py +260 -0
  40. huaweicloudsdkcodeartsbuild/v3/model/job.py +264 -3
  41. huaweicloudsdkcodeartsbuild/v3/model/job_status_body.py +173 -0
  42. huaweicloudsdkcodeartsbuild/v3/model/job_summary.py +202 -0
  43. huaweicloudsdkcodeartsbuild/v3/model/job_summary_body_result.py +111 -0
  44. huaweicloudsdkcodeartsbuild/v3/model/job_update_record_list_vo_result.py +144 -0
  45. huaweicloudsdkcodeartsbuild/v3/model/job_update_record_list_vo_result_job_update_records.py +289 -0
  46. huaweicloudsdkcodeartsbuild/v3/model/jobs_request_body.py +114 -0
  47. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_request.py +143 -0
  48. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_response.py +174 -0
  49. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_response_body_result.py +144 -0
  50. huaweicloudsdkcodeartsbuild/v3/model/list_build_parameter_request.py +142 -0
  51. huaweicloudsdkcodeartsbuild/v3/model/list_build_parameter_response.py +174 -0
  52. huaweicloudsdkcodeartsbuild/v3/model/list_custom_template_request.py +231 -0
  53. huaweicloudsdkcodeartsbuild/v3/model/list_custom_template_response.py +170 -0
  54. huaweicloudsdkcodeartsbuild/v3/model/list_job_request.py +84 -0
  55. huaweicloudsdkcodeartsbuild/v3/model/list_job_response.py +141 -0
  56. huaweicloudsdkcodeartsbuild/v3/model/list_job_result.py +144 -0
  57. huaweicloudsdkcodeartsbuild/v3/model/list_job_result_job_list.py +1217 -0
  58. huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_request.py +142 -0
  59. huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_response.py +170 -0
  60. huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_result.py +115 -0
  61. huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_result_unit_summary_list.py +231 -0
  62. huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_request.py +173 -0
  63. huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response.py +170 -0
  64. huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result.py +144 -0
  65. huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result_keystore_list.py +517 -0
  66. huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result_permission.py +231 -0
  67. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_request.py +111 -0
  68. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_request_body.py +173 -0
  69. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_response.py +170 -0
  70. huaweicloudsdkcodeartsbuild/v3/model/list_repo_branch_request.py +142 -0
  71. huaweicloudsdkcodeartsbuild/v3/model/list_repo_branch_response.py +145 -0
  72. huaweicloudsdkcodeartsbuild/v3/model/list_repository_request.py +114 -0
  73. huaweicloudsdkcodeartsbuild/v3/model/list_repository_response.py +170 -0
  74. huaweicloudsdkcodeartsbuild/v3/model/list_update_job_history_request.py +172 -0
  75. huaweicloudsdkcodeartsbuild/v3/model/list_update_job_history_response.py +170 -0
  76. huaweicloudsdkcodeartsbuild/v3/model/query_custom_templates_result.py +144 -0
  77. huaweicloudsdkcodeartsbuild/v3/model/repositories_result.py +144 -0
  78. huaweicloudsdkcodeartsbuild/v3/model/restore_recycling_jobs_request.py +111 -0
  79. huaweicloudsdkcodeartsbuild/v3/model/restore_recycling_jobs_response.py +145 -0
  80. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_request.py +111 -0
  81. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_request_body.py +114 -0
  82. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_response.py +170 -0
  83. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_result.py +115 -0
  84. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_flow_graph_request.py +114 -0
  85. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_flow_graph_response.py +170 -0
  86. huaweicloudsdkcodeartsbuild/v3/model/show_copy_name_request.py +114 -0
  87. huaweicloudsdkcodeartsbuild/v3/model/show_copy_name_response.py +174 -0
  88. huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_request.py +142 -0
  89. huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_response.py +174 -0
  90. huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_response_body_result.py +347 -0
  91. huaweicloudsdkcodeartsbuild/v3/model/show_disable_request.py +114 -0
  92. huaweicloudsdkcodeartsbuild/v3/model/show_disable_response.py +170 -0
  93. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_record_detail_request.py +142 -0
  94. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_record_detail_response.py +170 -0
  95. huaweicloudsdkcodeartsbuild/v3/model/show_job_step_status_request.py +143 -0
  96. huaweicloudsdkcodeartsbuild/v3/model/show_job_step_status_response.py +170 -0
  97. huaweicloudsdkcodeartsbuild/v3/model/show_job_total_request.py +172 -0
  98. huaweicloudsdkcodeartsbuild/v3/model/show_job_total_response.py +170 -0
  99. huaweicloudsdkcodeartsbuild/v3/model/show_summary_build_job_info_request.py +84 -0
  100. huaweicloudsdkcodeartsbuild/v3/model/show_summary_build_job_info_response.py +170 -0
  101. huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_request.py +114 -0
  102. huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_response.py +170 -0
  103. huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_result.py +173 -0
  104. huaweicloudsdkcodeartsbuild/v3/model/total_response_body_result.py +115 -0
  105. huaweicloudsdkcodeartsbuild/v3/model/trigger.py +142 -0
  106. huaweicloudsdkcodeartsbuild/v3/model/update_new_job_request.py +111 -0
  107. huaweicloudsdkcodeartsbuild/v3/model/update_new_job_response.py +170 -0
  108. {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/METADATA +2 -2
  109. {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/RECORD +112 -14
  110. {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/LICENSE +0 -0
  111. {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/WHEEL +0 -0
  112. {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.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,111 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListRecommendOfficialTemplateRequest:
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
+ 'body': 'ListRecommendOfficialTemplateRequestBody'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'body': 'body'
25
+ }
26
+
27
+ def __init__(self, body=None):
28
+ r"""ListRecommendOfficialTemplateRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param body: Body of the ListRecommendOfficialTemplateRequest
33
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.ListRecommendOfficialTemplateRequestBody`
34
+ """
35
+
36
+
37
+
38
+ self._body = None
39
+ self.discriminator = None
40
+
41
+ if body is not None:
42
+ self.body = body
43
+
44
+ @property
45
+ def body(self):
46
+ r"""Gets the body of this ListRecommendOfficialTemplateRequest.
47
+
48
+ :return: The body of this ListRecommendOfficialTemplateRequest.
49
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.ListRecommendOfficialTemplateRequestBody`
50
+ """
51
+ return self._body
52
+
53
+ @body.setter
54
+ def body(self, body):
55
+ r"""Sets the body of this ListRecommendOfficialTemplateRequest.
56
+
57
+ :param body: The body of this ListRecommendOfficialTemplateRequest.
58
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.ListRecommendOfficialTemplateRequestBody`
59
+ """
60
+ self._body = body
61
+
62
+ def to_dict(self):
63
+ """Returns the model properties as a dict"""
64
+ result = {}
65
+
66
+ for attr, _ in six.iteritems(self.openapi_types):
67
+ value = getattr(self, attr)
68
+ if isinstance(value, list):
69
+ result[attr] = list(map(
70
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
71
+ value
72
+ ))
73
+ elif hasattr(value, "to_dict"):
74
+ result[attr] = value.to_dict()
75
+ elif isinstance(value, dict):
76
+ result[attr] = dict(map(
77
+ lambda item: (item[0], item[1].to_dict())
78
+ if hasattr(item[1], "to_dict") else item,
79
+ value.items()
80
+ ))
81
+ else:
82
+ if attr in self.sensitive_list:
83
+ result[attr] = "****"
84
+ else:
85
+ result[attr] = value
86
+
87
+ return result
88
+
89
+ def to_str(self):
90
+ """Returns the string representation of the model"""
91
+ import simplejson as json
92
+ if six.PY2:
93
+ import sys
94
+ reload(sys)
95
+ sys.setdefaultencoding("utf-8")
96
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
97
+
98
+ def __repr__(self):
99
+ """For `print`"""
100
+ return self.to_str()
101
+
102
+ def __eq__(self, other):
103
+ """Returns true if both objects are equal"""
104
+ if not isinstance(other, ListRecommendOfficialTemplateRequest):
105
+ return False
106
+
107
+ return self.__dict__ == other.__dict__
108
+
109
+ def __ne__(self, other):
110
+ """Returns true if both objects are not equal"""
111
+ return not self == other
@@ -0,0 +1,173 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListRecommendOfficialTemplateRequestBody:
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
+ 'git_url': 'str',
21
+ 'branch': 'str',
22
+ 'tags': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'git_url': 'git_url',
27
+ 'branch': 'branch',
28
+ 'tags': 'tags'
29
+ }
30
+
31
+ def __init__(self, git_url=None, branch=None, tags=None):
32
+ r"""ListRecommendOfficialTemplateRequestBody
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param git_url: 代码仓地址
37
+ :type git_url: str
38
+ :param branch: 代码仓分支名称你
39
+ :type branch: str
40
+ :param tags: 代码仓TAG
41
+ :type tags: str
42
+ """
43
+
44
+
45
+
46
+ self._git_url = None
47
+ self._branch = None
48
+ self._tags = None
49
+ self.discriminator = None
50
+
51
+ if git_url is not None:
52
+ self.git_url = git_url
53
+ if branch is not None:
54
+ self.branch = branch
55
+ if tags is not None:
56
+ self.tags = tags
57
+
58
+ @property
59
+ def git_url(self):
60
+ r"""Gets the git_url of this ListRecommendOfficialTemplateRequestBody.
61
+
62
+ 代码仓地址
63
+
64
+ :return: The git_url of this ListRecommendOfficialTemplateRequestBody.
65
+ :rtype: str
66
+ """
67
+ return self._git_url
68
+
69
+ @git_url.setter
70
+ def git_url(self, git_url):
71
+ r"""Sets the git_url of this ListRecommendOfficialTemplateRequestBody.
72
+
73
+ 代码仓地址
74
+
75
+ :param git_url: The git_url of this ListRecommendOfficialTemplateRequestBody.
76
+ :type git_url: str
77
+ """
78
+ self._git_url = git_url
79
+
80
+ @property
81
+ def branch(self):
82
+ r"""Gets the branch of this ListRecommendOfficialTemplateRequestBody.
83
+
84
+ 代码仓分支名称你
85
+
86
+ :return: The branch of this ListRecommendOfficialTemplateRequestBody.
87
+ :rtype: str
88
+ """
89
+ return self._branch
90
+
91
+ @branch.setter
92
+ def branch(self, branch):
93
+ r"""Sets the branch of this ListRecommendOfficialTemplateRequestBody.
94
+
95
+ 代码仓分支名称你
96
+
97
+ :param branch: The branch of this ListRecommendOfficialTemplateRequestBody.
98
+ :type branch: str
99
+ """
100
+ self._branch = branch
101
+
102
+ @property
103
+ def tags(self):
104
+ r"""Gets the tags of this ListRecommendOfficialTemplateRequestBody.
105
+
106
+ 代码仓TAG
107
+
108
+ :return: The tags of this ListRecommendOfficialTemplateRequestBody.
109
+ :rtype: str
110
+ """
111
+ return self._tags
112
+
113
+ @tags.setter
114
+ def tags(self, tags):
115
+ r"""Sets the tags of this ListRecommendOfficialTemplateRequestBody.
116
+
117
+ 代码仓TAG
118
+
119
+ :param tags: The tags of this ListRecommendOfficialTemplateRequestBody.
120
+ :type tags: str
121
+ """
122
+ self._tags = tags
123
+
124
+ def to_dict(self):
125
+ """Returns the model properties as a dict"""
126
+ result = {}
127
+
128
+ for attr, _ in six.iteritems(self.openapi_types):
129
+ value = getattr(self, attr)
130
+ if isinstance(value, list):
131
+ result[attr] = list(map(
132
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
133
+ value
134
+ ))
135
+ elif hasattr(value, "to_dict"):
136
+ result[attr] = value.to_dict()
137
+ elif isinstance(value, dict):
138
+ result[attr] = dict(map(
139
+ lambda item: (item[0], item[1].to_dict())
140
+ if hasattr(item[1], "to_dict") else item,
141
+ value.items()
142
+ ))
143
+ else:
144
+ if attr in self.sensitive_list:
145
+ result[attr] = "****"
146
+ else:
147
+ result[attr] = value
148
+
149
+ return result
150
+
151
+ def to_str(self):
152
+ """Returns the string representation of the model"""
153
+ import simplejson as json
154
+ if six.PY2:
155
+ import sys
156
+ reload(sys)
157
+ sys.setdefaultencoding("utf-8")
158
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
159
+
160
+ def __repr__(self):
161
+ """For `print`"""
162
+ return self.to_str()
163
+
164
+ def __eq__(self, other):
165
+ """Returns true if both objects are equal"""
166
+ if not isinstance(other, ListRecommendOfficialTemplateRequestBody):
167
+ return False
168
+
169
+ return self.__dict__ == other.__dict__
170
+
171
+ def __ne__(self, other):
172
+ """Returns true if both objects are not equal"""
173
+ return not self == other
@@ -0,0 +1,170 @@
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 ListRecommendOfficialTemplateResponse(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
+ 'result': 'QueryTemplatesResult',
22
+ 'error': 'str',
23
+ 'status': 'str'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'result': 'result',
28
+ 'error': 'error',
29
+ 'status': 'status'
30
+ }
31
+
32
+ def __init__(self, result=None, error=None, status=None):
33
+ r"""ListRecommendOfficialTemplateResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param result:
38
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplatesResult`
39
+ :param error: 返回错误信息
40
+ :type error: str
41
+ :param status: 返回状态信息
42
+ :type status: str
43
+ """
44
+
45
+ super(ListRecommendOfficialTemplateResponse, self).__init__()
46
+
47
+ self._result = None
48
+ self._error = None
49
+ self._status = None
50
+ self.discriminator = None
51
+
52
+ if result is not None:
53
+ self.result = result
54
+ if error is not None:
55
+ self.error = error
56
+ if status is not None:
57
+ self.status = status
58
+
59
+ @property
60
+ def result(self):
61
+ r"""Gets the result of this ListRecommendOfficialTemplateResponse.
62
+
63
+ :return: The result of this ListRecommendOfficialTemplateResponse.
64
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplatesResult`
65
+ """
66
+ return self._result
67
+
68
+ @result.setter
69
+ def result(self, result):
70
+ r"""Sets the result of this ListRecommendOfficialTemplateResponse.
71
+
72
+ :param result: The result of this ListRecommendOfficialTemplateResponse.
73
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplatesResult`
74
+ """
75
+ self._result = result
76
+
77
+ @property
78
+ def error(self):
79
+ r"""Gets the error of this ListRecommendOfficialTemplateResponse.
80
+
81
+ 返回错误信息
82
+
83
+ :return: The error of this ListRecommendOfficialTemplateResponse.
84
+ :rtype: str
85
+ """
86
+ return self._error
87
+
88
+ @error.setter
89
+ def error(self, error):
90
+ r"""Sets the error of this ListRecommendOfficialTemplateResponse.
91
+
92
+ 返回错误信息
93
+
94
+ :param error: The error of this ListRecommendOfficialTemplateResponse.
95
+ :type error: str
96
+ """
97
+ self._error = error
98
+
99
+ @property
100
+ def status(self):
101
+ r"""Gets the status of this ListRecommendOfficialTemplateResponse.
102
+
103
+ 返回状态信息
104
+
105
+ :return: The status of this ListRecommendOfficialTemplateResponse.
106
+ :rtype: str
107
+ """
108
+ return self._status
109
+
110
+ @status.setter
111
+ def status(self, status):
112
+ r"""Sets the status of this ListRecommendOfficialTemplateResponse.
113
+
114
+ 返回状态信息
115
+
116
+ :param status: The status of this ListRecommendOfficialTemplateResponse.
117
+ :type status: str
118
+ """
119
+ self._status = status
120
+
121
+ def to_dict(self):
122
+ """Returns the model properties as a dict"""
123
+ result = {}
124
+
125
+ for attr, _ in six.iteritems(self.openapi_types):
126
+ value = getattr(self, attr)
127
+ if isinstance(value, list):
128
+ result[attr] = list(map(
129
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
130
+ value
131
+ ))
132
+ elif hasattr(value, "to_dict"):
133
+ result[attr] = value.to_dict()
134
+ elif isinstance(value, dict):
135
+ result[attr] = dict(map(
136
+ lambda item: (item[0], item[1].to_dict())
137
+ if hasattr(item[1], "to_dict") else item,
138
+ value.items()
139
+ ))
140
+ else:
141
+ if attr in self.sensitive_list:
142
+ result[attr] = "****"
143
+ else:
144
+ result[attr] = value
145
+
146
+ return result
147
+
148
+ def to_str(self):
149
+ """Returns the string representation of the model"""
150
+ import simplejson as json
151
+ if six.PY2:
152
+ import sys
153
+ reload(sys)
154
+ sys.setdefaultencoding("utf-8")
155
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
156
+
157
+ def __repr__(self):
158
+ """For `print`"""
159
+ return self.to_str()
160
+
161
+ def __eq__(self, other):
162
+ """Returns true if both objects are equal"""
163
+ if not isinstance(other, ListRecommendOfficialTemplateResponse):
164
+ return False
165
+
166
+ return self.__dict__ == other.__dict__
167
+
168
+ def __ne__(self, other):
169
+ """Returns true if both objects are not equal"""
170
+ return not self == other