huaweicloudsdkcodeartsbuild 3.1.164__py3-none-any.whl → 3.1.166__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 (76) hide show
  1. huaweicloudsdkcodeartsbuild/v3/__init__.py +66 -0
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +1553 -172
  3. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +1553 -172
  4. huaweicloudsdkcodeartsbuild/v3/model/__init__.py +66 -0
  5. huaweicloudsdkcodeartsbuild/v3/model/add_favourite_custom_template_request.py +114 -0
  6. huaweicloudsdkcodeartsbuild/v3/model/add_favourite_custom_template_response.py +116 -0
  7. huaweicloudsdkcodeartsbuild/v3/model/add_keystore_permission_request_body.py +30 -1
  8. huaweicloudsdkcodeartsbuild/v3/model/apply_project_permission_request.py +111 -0
  9. huaweicloudsdkcodeartsbuild/v3/model/apply_project_permission_response.py +174 -0
  10. huaweicloudsdkcodeartsbuild/v3/model/batch_delete_build_jobs_request.py +111 -0
  11. huaweicloudsdkcodeartsbuild/v3/model/batch_delete_build_jobs_request_body.py +114 -0
  12. huaweicloudsdkcodeartsbuild/v3/model/batch_delete_build_jobs_response.py +170 -0
  13. huaweicloudsdkcodeartsbuild/v3/model/batch_update_job_role_permission_request.py +111 -0
  14. huaweicloudsdkcodeartsbuild/v3/model/batch_update_job_role_permission_response.py +174 -0
  15. huaweicloudsdkcodeartsbuild/v3/model/check_job_internal_request.py +84 -0
  16. huaweicloudsdkcodeartsbuild/v3/model/check_job_internal_response.py +174 -0
  17. huaweicloudsdkcodeartsbuild/v3/model/countdown_list.py +256 -0
  18. huaweicloudsdkcodeartsbuild/v3/model/countdown_list_tips.py +111 -0
  19. huaweicloudsdkcodeartsbuild/v3/model/countdown_request_body.py +170 -0
  20. huaweicloudsdkcodeartsbuild/v3/model/create_job_group_request.py +139 -0
  21. huaweicloudsdkcodeartsbuild/v3/model/create_job_group_response.py +174 -0
  22. huaweicloudsdkcodeartsbuild/v3/model/delete_group_request.py +142 -0
  23. huaweicloudsdkcodeartsbuild/v3/model/delete_group_response.py +174 -0
  24. huaweicloudsdkcodeartsbuild/v3/model/domain_statuses.py +521 -0
  25. huaweicloudsdkcodeartsbuild/v3/model/domains_statuses_request_body.py +115 -0
  26. huaweicloudsdkcodeartsbuild/v3/model/end_point_response.py +339 -0
  27. huaweicloudsdkcodeartsbuild/v3/model/end_point_response_authorization.py +144 -0
  28. huaweicloudsdkcodeartsbuild/v3/model/end_point_response_created_by.py +144 -0
  29. huaweicloudsdkcodeartsbuild/v3/model/job_group_request_body.py +231 -0
  30. huaweicloudsdkcodeartsbuild/v3/model/job_group_response_body_result.py +434 -0
  31. huaweicloudsdkcodeartsbuild/v3/model/job_group_tree_response_body.py +434 -0
  32. huaweicloudsdkcodeartsbuild/v3/model/job_role_permission.py +434 -0
  33. huaweicloudsdkcodeartsbuild/v3/model/job_status_result_response_body_result.py +173 -0
  34. huaweicloudsdkcodeartsbuild/v3/model/list_end_points_request.py +171 -0
  35. huaweicloudsdkcodeartsbuild/v3/model/list_end_points_response.py +170 -0
  36. huaweicloudsdkcodeartsbuild/v3/model/list_end_points_result_response_body_result.py +144 -0
  37. huaweicloudsdkcodeartsbuild/v3/model/list_group_tree_request.py +114 -0
  38. huaweicloudsdkcodeartsbuild/v3/model/list_group_tree_response.py +174 -0
  39. huaweicloudsdkcodeartsbuild/v3/model/move_group_request.py +139 -0
  40. huaweicloudsdkcodeartsbuild/v3/model/move_group_response.py +174 -0
  41. huaweicloudsdkcodeartsbuild/v3/model/move_job_group_request_body.py +144 -0
  42. huaweicloudsdkcodeartsbuild/v3/model/move_job_group_request_body_jobs.py +144 -0
  43. huaweicloudsdkcodeartsbuild/v3/model/move_job_group_response_body_result.py +144 -0
  44. huaweicloudsdkcodeartsbuild/v3/model/project_permission_request_body.py +173 -0
  45. huaweicloudsdkcodeartsbuild/v3/model/remover_favourite_custom_template_request.py +114 -0
  46. huaweicloudsdkcodeartsbuild/v3/model/remover_favourite_custom_template_response.py +116 -0
  47. huaweicloudsdkcodeartsbuild/v3/model/role_permissions_request_body.py +202 -0
  48. huaweicloudsdkcodeartsbuild/v3/model/show_available_inner_spec_request.py +142 -0
  49. huaweicloudsdkcodeartsbuild/v3/model/show_available_inner_spec_response.py +116 -0
  50. huaweicloudsdkcodeartsbuild/v3/model/show_build_details_request.py +142 -0
  51. huaweicloudsdkcodeartsbuild/v3/model/show_build_details_response.py +170 -0
  52. huaweicloudsdkcodeartsbuild/v3/model/show_domain_status_request.py +84 -0
  53. huaweicloudsdkcodeartsbuild/v3/model/show_domain_status_response.py +170 -0
  54. huaweicloudsdkcodeartsbuild/v3/model/show_domain_status_result.py +173 -0
  55. huaweicloudsdkcodeartsbuild/v3/model/show_domains_statuses_request.py +111 -0
  56. huaweicloudsdkcodeartsbuild/v3/model/show_domains_statuses_response.py +174 -0
  57. huaweicloudsdkcodeartsbuild/v3/model/show_package_spec_count_down_request.py +111 -0
  58. huaweicloudsdkcodeartsbuild/v3/model/show_package_spec_count_down_response.py +174 -0
  59. huaweicloudsdkcodeartsbuild/v3/model/show_template_request.py +114 -0
  60. huaweicloudsdkcodeartsbuild/v3/model/show_template_response.py +170 -0
  61. huaweicloudsdkcodeartsbuild/v3/model/show_user_charge_type_request.py +84 -0
  62. huaweicloudsdkcodeartsbuild/v3/model/show_user_charge_type_response.py +170 -0
  63. huaweicloudsdkcodeartsbuild/v3/model/show_user_charge_type_result.py +173 -0
  64. huaweicloudsdkcodeartsbuild/v3/model/show_user_charge_type_result_main_resource_list.py +202 -0
  65. huaweicloudsdkcodeartsbuild/v3/model/switched_packet_request.py +170 -0
  66. huaweicloudsdkcodeartsbuild/v3/model/switched_packet_response.py +174 -0
  67. huaweicloudsdkcodeartsbuild/v3/model/tips.py +202 -0
  68. huaweicloudsdkcodeartsbuild/v3/model/update_job_group_request.py +139 -0
  69. huaweicloudsdkcodeartsbuild/v3/model/update_job_group_response.py +174 -0
  70. huaweicloudsdkcodeartsbuild/v3/model/update_new_notice_new_request.py +139 -0
  71. huaweicloudsdkcodeartsbuild/v3/model/update_new_notice_new_response.py +174 -0
  72. {huaweicloudsdkcodeartsbuild-3.1.164.dist-info → huaweicloudsdkcodeartsbuild-3.1.166.dist-info}/METADATA +9 -10
  73. {huaweicloudsdkcodeartsbuild-3.1.164.dist-info → huaweicloudsdkcodeartsbuild-3.1.166.dist-info}/RECORD +75 -10
  74. {huaweicloudsdkcodeartsbuild-3.1.164.dist-info → huaweicloudsdkcodeartsbuild-3.1.166.dist-info}/WHEEL +1 -2
  75. huaweicloudsdkcodeartsbuild-3.1.164.dist-info/top_level.txt +0 -1
  76. {huaweicloudsdkcodeartsbuild-3.1.164.dist-info → huaweicloudsdkcodeartsbuild-3.1.166.dist-info/licenses}/LICENSE +0 -0
@@ -0,0 +1,202 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class Tips:
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
+ 'status': 'int',
21
+ 'next_action': 'int',
22
+ 'next_action_remain_day': 'int',
23
+ 'next_action_url': 'str'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'status': 'status',
28
+ 'next_action': 'next_action',
29
+ 'next_action_remain_day': 'next_action_remain_day',
30
+ 'next_action_url': 'next_action_url'
31
+ }
32
+
33
+ def __init__(self, status=None, next_action=None, next_action_remain_day=None, next_action_url=None):
34
+ r"""Tips
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param status: 状态
39
+ :type status: int
40
+ :param next_action: 下一个活动日
41
+ :type next_action: int
42
+ :param next_action_remain_day: 下一个活动日剩余时间
43
+ :type next_action_remain_day: int
44
+ :param next_action_url: 名称
45
+ :type next_action_url: str
46
+ """
47
+
48
+
49
+
50
+ self._status = None
51
+ self._next_action = None
52
+ self._next_action_remain_day = None
53
+ self._next_action_url = None
54
+ self.discriminator = None
55
+
56
+ if status is not None:
57
+ self.status = status
58
+ if next_action is not None:
59
+ self.next_action = next_action
60
+ if next_action_remain_day is not None:
61
+ self.next_action_remain_day = next_action_remain_day
62
+ if next_action_url is not None:
63
+ self.next_action_url = next_action_url
64
+
65
+ @property
66
+ def status(self):
67
+ r"""Gets the status of this Tips.
68
+
69
+ 状态
70
+
71
+ :return: The status of this Tips.
72
+ :rtype: int
73
+ """
74
+ return self._status
75
+
76
+ @status.setter
77
+ def status(self, status):
78
+ r"""Sets the status of this Tips.
79
+
80
+ 状态
81
+
82
+ :param status: The status of this Tips.
83
+ :type status: int
84
+ """
85
+ self._status = status
86
+
87
+ @property
88
+ def next_action(self):
89
+ r"""Gets the next_action of this Tips.
90
+
91
+ 下一个活动日
92
+
93
+ :return: The next_action of this Tips.
94
+ :rtype: int
95
+ """
96
+ return self._next_action
97
+
98
+ @next_action.setter
99
+ def next_action(self, next_action):
100
+ r"""Sets the next_action of this Tips.
101
+
102
+ 下一个活动日
103
+
104
+ :param next_action: The next_action of this Tips.
105
+ :type next_action: int
106
+ """
107
+ self._next_action = next_action
108
+
109
+ @property
110
+ def next_action_remain_day(self):
111
+ r"""Gets the next_action_remain_day of this Tips.
112
+
113
+ 下一个活动日剩余时间
114
+
115
+ :return: The next_action_remain_day of this Tips.
116
+ :rtype: int
117
+ """
118
+ return self._next_action_remain_day
119
+
120
+ @next_action_remain_day.setter
121
+ def next_action_remain_day(self, next_action_remain_day):
122
+ r"""Sets the next_action_remain_day of this Tips.
123
+
124
+ 下一个活动日剩余时间
125
+
126
+ :param next_action_remain_day: The next_action_remain_day of this Tips.
127
+ :type next_action_remain_day: int
128
+ """
129
+ self._next_action_remain_day = next_action_remain_day
130
+
131
+ @property
132
+ def next_action_url(self):
133
+ r"""Gets the next_action_url of this Tips.
134
+
135
+ 名称
136
+
137
+ :return: The next_action_url of this Tips.
138
+ :rtype: str
139
+ """
140
+ return self._next_action_url
141
+
142
+ @next_action_url.setter
143
+ def next_action_url(self, next_action_url):
144
+ r"""Sets the next_action_url of this Tips.
145
+
146
+ 名称
147
+
148
+ :param next_action_url: The next_action_url of this Tips.
149
+ :type next_action_url: str
150
+ """
151
+ self._next_action_url = next_action_url
152
+
153
+ def to_dict(self):
154
+ """Returns the model properties as a dict"""
155
+ result = {}
156
+
157
+ for attr, _ in six.iteritems(self.openapi_types):
158
+ value = getattr(self, attr)
159
+ if isinstance(value, list):
160
+ result[attr] = list(map(
161
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
162
+ value
163
+ ))
164
+ elif hasattr(value, "to_dict"):
165
+ result[attr] = value.to_dict()
166
+ elif isinstance(value, dict):
167
+ result[attr] = dict(map(
168
+ lambda item: (item[0], item[1].to_dict())
169
+ if hasattr(item[1], "to_dict") else item,
170
+ value.items()
171
+ ))
172
+ else:
173
+ if attr in self.sensitive_list:
174
+ result[attr] = "****"
175
+ else:
176
+ result[attr] = value
177
+
178
+ return result
179
+
180
+ def to_str(self):
181
+ """Returns the string representation of the model"""
182
+ import simplejson as json
183
+ if six.PY2:
184
+ import sys
185
+ reload(sys)
186
+ sys.setdefaultencoding("utf-8")
187
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
188
+
189
+ def __repr__(self):
190
+ """For `print`"""
191
+ return self.to_str()
192
+
193
+ def __eq__(self, other):
194
+ """Returns true if both objects are equal"""
195
+ if not isinstance(other, Tips):
196
+ return False
197
+
198
+ return self.__dict__ == other.__dict__
199
+
200
+ def __ne__(self, other):
201
+ """Returns true if both objects are not equal"""
202
+ return not self == other
@@ -0,0 +1,139 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class UpdateJobGroupRequest:
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
+ 'project_id': 'str',
21
+ 'body': 'JobGroupRequestBody'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'project_id': 'project_id',
26
+ 'body': 'body'
27
+ }
28
+
29
+ def __init__(self, project_id=None, body=None):
30
+ r"""UpdateJobGroupRequest
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param project_id: CodeArts项目ID,32位数字、小写字母组合。
35
+ :type project_id: str
36
+ :param body: Body of the UpdateJobGroupRequest
37
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.JobGroupRequestBody`
38
+ """
39
+
40
+
41
+
42
+ self._project_id = None
43
+ self._body = None
44
+ self.discriminator = None
45
+
46
+ self.project_id = project_id
47
+ if body is not None:
48
+ self.body = body
49
+
50
+ @property
51
+ def project_id(self):
52
+ r"""Gets the project_id of this UpdateJobGroupRequest.
53
+
54
+ CodeArts项目ID,32位数字、小写字母组合。
55
+
56
+ :return: The project_id of this UpdateJobGroupRequest.
57
+ :rtype: str
58
+ """
59
+ return self._project_id
60
+
61
+ @project_id.setter
62
+ def project_id(self, project_id):
63
+ r"""Sets the project_id of this UpdateJobGroupRequest.
64
+
65
+ CodeArts项目ID,32位数字、小写字母组合。
66
+
67
+ :param project_id: The project_id of this UpdateJobGroupRequest.
68
+ :type project_id: str
69
+ """
70
+ self._project_id = project_id
71
+
72
+ @property
73
+ def body(self):
74
+ r"""Gets the body of this UpdateJobGroupRequest.
75
+
76
+ :return: The body of this UpdateJobGroupRequest.
77
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.JobGroupRequestBody`
78
+ """
79
+ return self._body
80
+
81
+ @body.setter
82
+ def body(self, body):
83
+ r"""Sets the body of this UpdateJobGroupRequest.
84
+
85
+ :param body: The body of this UpdateJobGroupRequest.
86
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.JobGroupRequestBody`
87
+ """
88
+ self._body = body
89
+
90
+ def to_dict(self):
91
+ """Returns the model properties as a dict"""
92
+ result = {}
93
+
94
+ for attr, _ in six.iteritems(self.openapi_types):
95
+ value = getattr(self, attr)
96
+ if isinstance(value, list):
97
+ result[attr] = list(map(
98
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
99
+ value
100
+ ))
101
+ elif hasattr(value, "to_dict"):
102
+ result[attr] = value.to_dict()
103
+ elif isinstance(value, dict):
104
+ result[attr] = dict(map(
105
+ lambda item: (item[0], item[1].to_dict())
106
+ if hasattr(item[1], "to_dict") else item,
107
+ value.items()
108
+ ))
109
+ else:
110
+ if attr in self.sensitive_list:
111
+ result[attr] = "****"
112
+ else:
113
+ result[attr] = value
114
+
115
+ return result
116
+
117
+ def to_str(self):
118
+ """Returns the string representation of the model"""
119
+ import simplejson as json
120
+ if six.PY2:
121
+ import sys
122
+ reload(sys)
123
+ sys.setdefaultencoding("utf-8")
124
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
125
+
126
+ def __repr__(self):
127
+ """For `print`"""
128
+ return self.to_str()
129
+
130
+ def __eq__(self, other):
131
+ """Returns true if both objects are equal"""
132
+ if not isinstance(other, UpdateJobGroupRequest):
133
+ return False
134
+
135
+ return self.__dict__ == other.__dict__
136
+
137
+ def __ne__(self, other):
138
+ """Returns true if both objects are not equal"""
139
+ return not self == other
@@ -0,0 +1,174 @@
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 UpdateJobGroupResponse(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': 'list[JobGroupResponseBodyResult]',
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"""UpdateJobGroupResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param result: 返回结果
38
+ :type result: list[:class:`huaweicloudsdkcodeartsbuild.v3.JobGroupResponseBodyResult`]
39
+ :param error: 返回错误信息
40
+ :type error: str
41
+ :param status: 返回状态信息
42
+ :type status: str
43
+ """
44
+
45
+ super(UpdateJobGroupResponse, 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 UpdateJobGroupResponse.
62
+
63
+ 返回结果
64
+
65
+ :return: The result of this UpdateJobGroupResponse.
66
+ :rtype: list[:class:`huaweicloudsdkcodeartsbuild.v3.JobGroupResponseBodyResult`]
67
+ """
68
+ return self._result
69
+
70
+ @result.setter
71
+ def result(self, result):
72
+ r"""Sets the result of this UpdateJobGroupResponse.
73
+
74
+ 返回结果
75
+
76
+ :param result: The result of this UpdateJobGroupResponse.
77
+ :type result: list[:class:`huaweicloudsdkcodeartsbuild.v3.JobGroupResponseBodyResult`]
78
+ """
79
+ self._result = result
80
+
81
+ @property
82
+ def error(self):
83
+ r"""Gets the error of this UpdateJobGroupResponse.
84
+
85
+ 返回错误信息
86
+
87
+ :return: The error of this UpdateJobGroupResponse.
88
+ :rtype: str
89
+ """
90
+ return self._error
91
+
92
+ @error.setter
93
+ def error(self, error):
94
+ r"""Sets the error of this UpdateJobGroupResponse.
95
+
96
+ 返回错误信息
97
+
98
+ :param error: The error of this UpdateJobGroupResponse.
99
+ :type error: str
100
+ """
101
+ self._error = error
102
+
103
+ @property
104
+ def status(self):
105
+ r"""Gets the status of this UpdateJobGroupResponse.
106
+
107
+ 返回状态信息
108
+
109
+ :return: The status of this UpdateJobGroupResponse.
110
+ :rtype: str
111
+ """
112
+ return self._status
113
+
114
+ @status.setter
115
+ def status(self, status):
116
+ r"""Sets the status of this UpdateJobGroupResponse.
117
+
118
+ 返回状态信息
119
+
120
+ :param status: The status of this UpdateJobGroupResponse.
121
+ :type status: str
122
+ """
123
+ self._status = status
124
+
125
+ def to_dict(self):
126
+ """Returns the model properties as a dict"""
127
+ result = {}
128
+
129
+ for attr, _ in six.iteritems(self.openapi_types):
130
+ value = getattr(self, attr)
131
+ if isinstance(value, list):
132
+ result[attr] = list(map(
133
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
134
+ value
135
+ ))
136
+ elif hasattr(value, "to_dict"):
137
+ result[attr] = value.to_dict()
138
+ elif isinstance(value, dict):
139
+ result[attr] = dict(map(
140
+ lambda item: (item[0], item[1].to_dict())
141
+ if hasattr(item[1], "to_dict") else item,
142
+ value.items()
143
+ ))
144
+ else:
145
+ if attr in self.sensitive_list:
146
+ result[attr] = "****"
147
+ else:
148
+ result[attr] = value
149
+
150
+ return result
151
+
152
+ def to_str(self):
153
+ """Returns the string representation of the model"""
154
+ import simplejson as json
155
+ if six.PY2:
156
+ import sys
157
+ reload(sys)
158
+ sys.setdefaultencoding("utf-8")
159
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
160
+
161
+ def __repr__(self):
162
+ """For `print`"""
163
+ return self.to_str()
164
+
165
+ def __eq__(self, other):
166
+ """Returns true if both objects are equal"""
167
+ if not isinstance(other, UpdateJobGroupResponse):
168
+ return False
169
+
170
+ return self.__dict__ == other.__dict__
171
+
172
+ def __ne__(self, other):
173
+ """Returns true if both objects are not equal"""
174
+ return not self == other
@@ -0,0 +1,139 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class UpdateNewNoticeNewRequest:
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
+ 'body': 'UpdateNoticeRequestBody'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'job_id': 'job_id',
26
+ 'body': 'body'
27
+ }
28
+
29
+ def __init__(self, job_id=None, body=None):
30
+ r"""UpdateNewNoticeNewRequest
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param job_id: 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
35
+ :type job_id: str
36
+ :param body: Body of the UpdateNewNoticeNewRequest
37
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateNoticeRequestBody`
38
+ """
39
+
40
+
41
+
42
+ self._job_id = None
43
+ self._body = None
44
+ self.discriminator = None
45
+
46
+ self.job_id = job_id
47
+ if body is not None:
48
+ self.body = body
49
+
50
+ @property
51
+ def job_id(self):
52
+ r"""Gets the job_id of this UpdateNewNoticeNewRequest.
53
+
54
+ 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
55
+
56
+ :return: The job_id of this UpdateNewNoticeNewRequest.
57
+ :rtype: str
58
+ """
59
+ return self._job_id
60
+
61
+ @job_id.setter
62
+ def job_id(self, job_id):
63
+ r"""Sets the job_id of this UpdateNewNoticeNewRequest.
64
+
65
+ 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
66
+
67
+ :param job_id: The job_id of this UpdateNewNoticeNewRequest.
68
+ :type job_id: str
69
+ """
70
+ self._job_id = job_id
71
+
72
+ @property
73
+ def body(self):
74
+ r"""Gets the body of this UpdateNewNoticeNewRequest.
75
+
76
+ :return: The body of this UpdateNewNoticeNewRequest.
77
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateNoticeRequestBody`
78
+ """
79
+ return self._body
80
+
81
+ @body.setter
82
+ def body(self, body):
83
+ r"""Sets the body of this UpdateNewNoticeNewRequest.
84
+
85
+ :param body: The body of this UpdateNewNoticeNewRequest.
86
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateNoticeRequestBody`
87
+ """
88
+ self._body = body
89
+
90
+ def to_dict(self):
91
+ """Returns the model properties as a dict"""
92
+ result = {}
93
+
94
+ for attr, _ in six.iteritems(self.openapi_types):
95
+ value = getattr(self, attr)
96
+ if isinstance(value, list):
97
+ result[attr] = list(map(
98
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
99
+ value
100
+ ))
101
+ elif hasattr(value, "to_dict"):
102
+ result[attr] = value.to_dict()
103
+ elif isinstance(value, dict):
104
+ result[attr] = dict(map(
105
+ lambda item: (item[0], item[1].to_dict())
106
+ if hasattr(item[1], "to_dict") else item,
107
+ value.items()
108
+ ))
109
+ else:
110
+ if attr in self.sensitive_list:
111
+ result[attr] = "****"
112
+ else:
113
+ result[attr] = value
114
+
115
+ return result
116
+
117
+ def to_str(self):
118
+ """Returns the string representation of the model"""
119
+ import simplejson as json
120
+ if six.PY2:
121
+ import sys
122
+ reload(sys)
123
+ sys.setdefaultencoding("utf-8")
124
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
125
+
126
+ def __repr__(self):
127
+ """For `print`"""
128
+ return self.to_str()
129
+
130
+ def __eq__(self, other):
131
+ """Returns true if both objects are equal"""
132
+ if not isinstance(other, UpdateNewNoticeNewRequest):
133
+ return False
134
+
135
+ return self.__dict__ == other.__dict__
136
+
137
+ def __ne__(self, other):
138
+ """Returns true if both objects are not equal"""
139
+ return not self == other