huaweicloudsdkcodeartsbuild 3.1.152__py2.py3-none-any.whl → 3.1.154__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 (73) hide show
  1. huaweicloudsdkcodeartsbuild/v3/__init__.py +60 -1
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +1466 -89
  3. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +1466 -89
  4. huaweicloudsdkcodeartsbuild/v3/model/__init__.py +60 -1
  5. huaweicloudsdkcodeartsbuild/v3/model/brief_record_items.py +550 -0
  6. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_request.py +111 -0
  7. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_request_body.py +170 -0
  8. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_response.py +145 -0
  9. huaweicloudsdkcodeartsbuild/v3/model/clear_recycling_jobs_request.py +84 -0
  10. huaweicloudsdkcodeartsbuild/v3/model/clear_recycling_jobs_response.py +145 -0
  11. huaweicloudsdkcodeartsbuild/v3/model/copy_build_job_request_body.py +429 -0
  12. huaweicloudsdkcodeartsbuild/v3/model/copy_job_request.py +111 -0
  13. huaweicloudsdkcodeartsbuild/v3/model/copy_job_response.py +170 -0
  14. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +115 -3
  15. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +90 -3
  16. huaweicloudsdkcodeartsbuild/v3/model/create_build_timeout.py +144 -0
  17. huaweicloudsdkcodeartsbuild/v3/model/create_new_job_request.py +111 -0
  18. huaweicloudsdkcodeartsbuild/v3/model/create_new_job_response.py +170 -0
  19. huaweicloudsdkcodeartsbuild/v3/model/create_template_request.py +111 -0
  20. huaweicloudsdkcodeartsbuild/v3/model/create_template_response.py +141 -0
  21. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +4 -4
  22. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_permission_request.py +114 -0
  23. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_permission_response.py +174 -0
  24. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_request.py +114 -0
  25. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_response.py +174 -0
  26. huaweicloudsdkcodeartsbuild/v3/model/delete_recycling_jobs_request.py +111 -0
  27. huaweicloudsdkcodeartsbuild/v3/model/delete_recycling_jobs_response.py +116 -0
  28. huaweicloudsdkcodeartsbuild/v3/model/delete_template_request.py +114 -0
  29. huaweicloudsdkcodeartsbuild/v3/model/delete_template_response.py +116 -0
  30. huaweicloudsdkcodeartsbuild/v3/model/delete_the_job_request.py +114 -0
  31. huaweicloudsdkcodeartsbuild/v3/model/delete_the_job_response.py +170 -0
  32. huaweicloudsdkcodeartsbuild/v3/model/{delete_build_job_response_body_result.py → delete_the_job_response_body_result.py} +11 -11
  33. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_request.py +139 -0
  34. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_request_body.py +143 -0
  35. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_response.py +116 -0
  36. huaweicloudsdkcodeartsbuild/v3/model/execute_job_request.py +111 -0
  37. huaweicloudsdkcodeartsbuild/v3/model/execute_job_response.py +174 -0
  38. huaweicloudsdkcodeartsbuild/v3/model/job.py +264 -3
  39. huaweicloudsdkcodeartsbuild/v3/model/jobs_request_body.py +114 -0
  40. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_request.py +143 -0
  41. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_response.py +174 -0
  42. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_response_body_result.py +144 -0
  43. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_request.py +111 -0
  44. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_request_body.py +173 -0
  45. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_response.py +170 -0
  46. huaweicloudsdkcodeartsbuild/v3/model/restore_recycling_jobs_request.py +111 -0
  47. huaweicloudsdkcodeartsbuild/v3/model/restore_recycling_jobs_response.py +145 -0
  48. huaweicloudsdkcodeartsbuild/v3/model/save_template_used_info_request.py +111 -0
  49. huaweicloudsdkcodeartsbuild/v3/model/save_template_used_info_request_body.py +142 -0
  50. huaweicloudsdkcodeartsbuild/v3/model/save_template_used_info_response.py +174 -0
  51. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_request.py +111 -0
  52. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_request_body.py +114 -0
  53. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_response.py +170 -0
  54. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_result.py +115 -0
  55. huaweicloudsdkcodeartsbuild/v3/model/show_job_permission_result.py +434 -0
  56. huaweicloudsdkcodeartsbuild/v3/model/show_project_job_permission_request.py +142 -0
  57. huaweicloudsdkcodeartsbuild/v3/model/show_project_job_permission_response.py +141 -0
  58. huaweicloudsdkcodeartsbuild/v3/model/status_success_result_with_uuid_result.py +115 -0
  59. huaweicloudsdkcodeartsbuild/v3/model/trigger.py +142 -0
  60. huaweicloudsdkcodeartsbuild/v3/model/update_keystore_request.py +139 -0
  61. huaweicloudsdkcodeartsbuild/v3/model/update_keystore_request_body.py +198 -0
  62. huaweicloudsdkcodeartsbuild/v3/model/update_keystore_response.py +145 -0
  63. huaweicloudsdkcodeartsbuild/v3/model/update_new_job_request.py +111 -0
  64. huaweicloudsdkcodeartsbuild/v3/model/update_new_job_response.py +170 -0
  65. huaweicloudsdkcodeartsbuild/v3/model/upload_keystore_request.py +111 -0
  66. huaweicloudsdkcodeartsbuild/v3/model/upload_keystore_request_body.py +171 -0
  67. huaweicloudsdkcodeartsbuild/v3/model/upload_keystore_response.py +170 -0
  68. huaweicloudsdkcodeartsbuild/v3/model/upload_keystore_result.py +115 -0
  69. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.154.dist-info}/METADATA +2 -2
  70. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.154.dist-info}/RECORD +73 -14
  71. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.154.dist-info}/LICENSE +0 -0
  72. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.154.dist-info}/WHEEL +0 -0
  73. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.154.dist-info}/top_level.txt +0 -0
@@ -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 DeleteTemplateRequest:
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
+ 'uuid': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'uuid': 'uuid'
25
+ }
26
+
27
+ def __init__(self, uuid=None):
28
+ r"""DeleteTemplateRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param uuid: uuid
33
+ :type uuid: str
34
+ """
35
+
36
+
37
+
38
+ self._uuid = None
39
+ self.discriminator = None
40
+
41
+ self.uuid = uuid
42
+
43
+ @property
44
+ def uuid(self):
45
+ r"""Gets the uuid of this DeleteTemplateRequest.
46
+
47
+ uuid
48
+
49
+ :return: The uuid of this DeleteTemplateRequest.
50
+ :rtype: str
51
+ """
52
+ return self._uuid
53
+
54
+ @uuid.setter
55
+ def uuid(self, uuid):
56
+ r"""Sets the uuid of this DeleteTemplateRequest.
57
+
58
+ uuid
59
+
60
+ :param uuid: The uuid of this DeleteTemplateRequest.
61
+ :type uuid: str
62
+ """
63
+ self._uuid = uuid
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, DeleteTemplateRequest):
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
@@ -0,0 +1,116 @@
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 DeleteTemplateResponse(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
+ }
23
+
24
+ attribute_map = {
25
+ 'status': 'status'
26
+ }
27
+
28
+ def __init__(self, status=None):
29
+ r"""DeleteTemplateResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param status: 任务运行结果
34
+ :type status: str
35
+ """
36
+
37
+ super(DeleteTemplateResponse, self).__init__()
38
+
39
+ self._status = None
40
+ self.discriminator = None
41
+
42
+ if status is not None:
43
+ self.status = status
44
+
45
+ @property
46
+ def status(self):
47
+ r"""Gets the status of this DeleteTemplateResponse.
48
+
49
+ 任务运行结果
50
+
51
+ :return: The status of this DeleteTemplateResponse.
52
+ :rtype: str
53
+ """
54
+ return self._status
55
+
56
+ @status.setter
57
+ def status(self, status):
58
+ r"""Sets the status of this DeleteTemplateResponse.
59
+
60
+ 任务运行结果
61
+
62
+ :param status: The status of this DeleteTemplateResponse.
63
+ :type status: str
64
+ """
65
+ self._status = status
66
+
67
+ def to_dict(self):
68
+ """Returns the model properties as a dict"""
69
+ result = {}
70
+
71
+ for attr, _ in six.iteritems(self.openapi_types):
72
+ value = getattr(self, attr)
73
+ if isinstance(value, list):
74
+ result[attr] = list(map(
75
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
76
+ value
77
+ ))
78
+ elif hasattr(value, "to_dict"):
79
+ result[attr] = value.to_dict()
80
+ elif isinstance(value, dict):
81
+ result[attr] = dict(map(
82
+ lambda item: (item[0], item[1].to_dict())
83
+ if hasattr(item[1], "to_dict") else item,
84
+ value.items()
85
+ ))
86
+ else:
87
+ if attr in self.sensitive_list:
88
+ result[attr] = "****"
89
+ else:
90
+ result[attr] = value
91
+
92
+ return result
93
+
94
+ def to_str(self):
95
+ """Returns the string representation of the model"""
96
+ import simplejson as json
97
+ if six.PY2:
98
+ import sys
99
+ reload(sys)
100
+ sys.setdefaultencoding("utf-8")
101
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
102
+
103
+ def __repr__(self):
104
+ """For `print`"""
105
+ return self.to_str()
106
+
107
+ def __eq__(self, other):
108
+ """Returns true if both objects are equal"""
109
+ if not isinstance(other, DeleteTemplateResponse):
110
+ return False
111
+
112
+ return self.__dict__ == other.__dict__
113
+
114
+ def __ne__(self, other):
115
+ """Returns true if both objects are not equal"""
116
+ 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 DeleteTheJobRequest:
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"""DeleteTheJobRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param job_id: 任务ID
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 DeleteTheJobRequest.
46
+
47
+ 任务ID
48
+
49
+ :return: The job_id of this DeleteTheJobRequest.
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 DeleteTheJobRequest.
57
+
58
+ 任务ID
59
+
60
+ :param job_id: The job_id of this DeleteTheJobRequest.
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, DeleteTheJobRequest):
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
@@ -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 DeleteTheJobResponse(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': 'DeleteTheJobResponseBodyResult',
22
+ 'status': 'str',
23
+ 'error': 'str'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'result': 'result',
28
+ 'status': 'status',
29
+ 'error': 'error'
30
+ }
31
+
32
+ def __init__(self, result=None, status=None, error=None):
33
+ r"""DeleteTheJobResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param result:
38
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteTheJobResponseBodyResult`
39
+ :param status: 状态信息
40
+ :type status: str
41
+ :param error: 返回错误信息
42
+ :type error: str
43
+ """
44
+
45
+ super(DeleteTheJobResponse, self).__init__()
46
+
47
+ self._result = None
48
+ self._status = None
49
+ self._error = None
50
+ self.discriminator = None
51
+
52
+ if result is not None:
53
+ self.result = result
54
+ if status is not None:
55
+ self.status = status
56
+ if error is not None:
57
+ self.error = error
58
+
59
+ @property
60
+ def result(self):
61
+ r"""Gets the result of this DeleteTheJobResponse.
62
+
63
+ :return: The result of this DeleteTheJobResponse.
64
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteTheJobResponseBodyResult`
65
+ """
66
+ return self._result
67
+
68
+ @result.setter
69
+ def result(self, result):
70
+ r"""Sets the result of this DeleteTheJobResponse.
71
+
72
+ :param result: The result of this DeleteTheJobResponse.
73
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteTheJobResponseBodyResult`
74
+ """
75
+ self._result = result
76
+
77
+ @property
78
+ def status(self):
79
+ r"""Gets the status of this DeleteTheJobResponse.
80
+
81
+ 状态信息
82
+
83
+ :return: The status of this DeleteTheJobResponse.
84
+ :rtype: str
85
+ """
86
+ return self._status
87
+
88
+ @status.setter
89
+ def status(self, status):
90
+ r"""Sets the status of this DeleteTheJobResponse.
91
+
92
+ 状态信息
93
+
94
+ :param status: The status of this DeleteTheJobResponse.
95
+ :type status: str
96
+ """
97
+ self._status = status
98
+
99
+ @property
100
+ def error(self):
101
+ r"""Gets the error of this DeleteTheJobResponse.
102
+
103
+ 返回错误信息
104
+
105
+ :return: The error of this DeleteTheJobResponse.
106
+ :rtype: str
107
+ """
108
+ return self._error
109
+
110
+ @error.setter
111
+ def error(self, error):
112
+ r"""Sets the error of this DeleteTheJobResponse.
113
+
114
+ 返回错误信息
115
+
116
+ :param error: The error of this DeleteTheJobResponse.
117
+ :type error: str
118
+ """
119
+ self._error = error
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, DeleteTheJobResponse):
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
@@ -5,7 +5,7 @@ import six
5
5
  from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
6
 
7
7
 
8
- class DeleteBuildJobResponseBodyResult:
8
+ class DeleteTheJobResponseBodyResult:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -27,7 +27,7 @@ class DeleteBuildJobResponseBodyResult:
27
27
  }
28
28
 
29
29
  def __init__(self, job_id=None, project_id=None):
30
- r"""DeleteBuildJobResponseBodyResult
30
+ r"""DeleteTheJobResponseBodyResult
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,44 +50,44 @@ class DeleteBuildJobResponseBodyResult:
50
50
 
51
51
  @property
52
52
  def job_id(self):
53
- r"""Gets the job_id of this DeleteBuildJobResponseBodyResult.
53
+ r"""Gets the job_id of this DeleteTheJobResponseBodyResult.
54
54
 
55
55
  构建任务ID
56
56
 
57
- :return: The job_id of this DeleteBuildJobResponseBodyResult.
57
+ :return: The job_id of this DeleteTheJobResponseBodyResult.
58
58
  :rtype: str
59
59
  """
60
60
  return self._job_id
61
61
 
62
62
  @job_id.setter
63
63
  def job_id(self, job_id):
64
- r"""Sets the job_id of this DeleteBuildJobResponseBodyResult.
64
+ r"""Sets the job_id of this DeleteTheJobResponseBodyResult.
65
65
 
66
66
  构建任务ID
67
67
 
68
- :param job_id: The job_id of this DeleteBuildJobResponseBodyResult.
68
+ :param job_id: The job_id of this DeleteTheJobResponseBodyResult.
69
69
  :type job_id: str
70
70
  """
71
71
  self._job_id = job_id
72
72
 
73
73
  @property
74
74
  def project_id(self):
75
- r"""Gets the project_id of this DeleteBuildJobResponseBodyResult.
75
+ r"""Gets the project_id of this DeleteTheJobResponseBodyResult.
76
76
 
77
77
  构建任务所在项目的ID
78
78
 
79
- :return: The project_id of this DeleteBuildJobResponseBodyResult.
79
+ :return: The project_id of this DeleteTheJobResponseBodyResult.
80
80
  :rtype: str
81
81
  """
82
82
  return self._project_id
83
83
 
84
84
  @project_id.setter
85
85
  def project_id(self, project_id):
86
- r"""Sets the project_id of this DeleteBuildJobResponseBodyResult.
86
+ r"""Sets the project_id of this DeleteTheJobResponseBodyResult.
87
87
 
88
88
  构建任务所在项目的ID
89
89
 
90
- :param project_id: The project_id of this DeleteBuildJobResponseBodyResult.
90
+ :param project_id: The project_id of this DeleteTheJobResponseBodyResult.
91
91
  :type project_id: str
92
92
  """
93
93
  self._project_id = project_id
@@ -134,7 +134,7 @@ class DeleteBuildJobResponseBodyResult:
134
134
 
135
135
  def __eq__(self, other):
136
136
  """Returns true if both objects are equal"""
137
- if not isinstance(other, DeleteBuildJobResponseBodyResult):
137
+ if not isinstance(other, DeleteTheJobResponseBodyResult):
138
138
  return False
139
139
 
140
140
  return self.__dict__ == other.__dict__