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,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 ListBriefRecordResponse(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[ListBriefRecordResponseBodyResult]',
22
+ 'error': 'object',
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"""ListBriefRecordResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param result: 结果列表
38
+ :type result: list[:class:`huaweicloudsdkcodeartsbuild.v3.ListBriefRecordResponseBodyResult`]
39
+ :param error: 错误
40
+ :type error: object
41
+ :param status: 状态信息
42
+ :type status: str
43
+ """
44
+
45
+ super(ListBriefRecordResponse, 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 ListBriefRecordResponse.
62
+
63
+ 结果列表
64
+
65
+ :return: The result of this ListBriefRecordResponse.
66
+ :rtype: list[:class:`huaweicloudsdkcodeartsbuild.v3.ListBriefRecordResponseBodyResult`]
67
+ """
68
+ return self._result
69
+
70
+ @result.setter
71
+ def result(self, result):
72
+ r"""Sets the result of this ListBriefRecordResponse.
73
+
74
+ 结果列表
75
+
76
+ :param result: The result of this ListBriefRecordResponse.
77
+ :type result: list[:class:`huaweicloudsdkcodeartsbuild.v3.ListBriefRecordResponseBodyResult`]
78
+ """
79
+ self._result = result
80
+
81
+ @property
82
+ def error(self):
83
+ r"""Gets the error of this ListBriefRecordResponse.
84
+
85
+ 错误
86
+
87
+ :return: The error of this ListBriefRecordResponse.
88
+ :rtype: object
89
+ """
90
+ return self._error
91
+
92
+ @error.setter
93
+ def error(self, error):
94
+ r"""Sets the error of this ListBriefRecordResponse.
95
+
96
+ 错误
97
+
98
+ :param error: The error of this ListBriefRecordResponse.
99
+ :type error: object
100
+ """
101
+ self._error = error
102
+
103
+ @property
104
+ def status(self):
105
+ r"""Gets the status of this ListBriefRecordResponse.
106
+
107
+ 状态信息
108
+
109
+ :return: The status of this ListBriefRecordResponse.
110
+ :rtype: str
111
+ """
112
+ return self._status
113
+
114
+ @status.setter
115
+ def status(self, status):
116
+ r"""Sets the status of this ListBriefRecordResponse.
117
+
118
+ 状态信息
119
+
120
+ :param status: The status of this ListBriefRecordResponse.
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, ListBriefRecordResponse):
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,144 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListBriefRecordResponseBodyResult:
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
+ 'brief_build_record_dtos': 'list[BriefRecordItems]'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'project_id': 'project_id',
26
+ 'brief_build_record_dtos': 'brief_build_record_dtos'
27
+ }
28
+
29
+ def __init__(self, project_id=None, brief_build_record_dtos=None):
30
+ r"""ListBriefRecordResponseBodyResult
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param project_id: 需要查询的项目ID
35
+ :type project_id: str
36
+ :param brief_build_record_dtos: 简要构建信息列表
37
+ :type brief_build_record_dtos: list[:class:`huaweicloudsdkcodeartsbuild.v3.BriefRecordItems`]
38
+ """
39
+
40
+
41
+
42
+ self._project_id = None
43
+ self._brief_build_record_dtos = None
44
+ self.discriminator = None
45
+
46
+ if project_id is not None:
47
+ self.project_id = project_id
48
+ if brief_build_record_dtos is not None:
49
+ self.brief_build_record_dtos = brief_build_record_dtos
50
+
51
+ @property
52
+ def project_id(self):
53
+ r"""Gets the project_id of this ListBriefRecordResponseBodyResult.
54
+
55
+ 需要查询的项目ID
56
+
57
+ :return: The project_id of this ListBriefRecordResponseBodyResult.
58
+ :rtype: str
59
+ """
60
+ return self._project_id
61
+
62
+ @project_id.setter
63
+ def project_id(self, project_id):
64
+ r"""Sets the project_id of this ListBriefRecordResponseBodyResult.
65
+
66
+ 需要查询的项目ID
67
+
68
+ :param project_id: The project_id of this ListBriefRecordResponseBodyResult.
69
+ :type project_id: str
70
+ """
71
+ self._project_id = project_id
72
+
73
+ @property
74
+ def brief_build_record_dtos(self):
75
+ r"""Gets the brief_build_record_dtos of this ListBriefRecordResponseBodyResult.
76
+
77
+ 简要构建信息列表
78
+
79
+ :return: The brief_build_record_dtos of this ListBriefRecordResponseBodyResult.
80
+ :rtype: list[:class:`huaweicloudsdkcodeartsbuild.v3.BriefRecordItems`]
81
+ """
82
+ return self._brief_build_record_dtos
83
+
84
+ @brief_build_record_dtos.setter
85
+ def brief_build_record_dtos(self, brief_build_record_dtos):
86
+ r"""Sets the brief_build_record_dtos of this ListBriefRecordResponseBodyResult.
87
+
88
+ 简要构建信息列表
89
+
90
+ :param brief_build_record_dtos: The brief_build_record_dtos of this ListBriefRecordResponseBodyResult.
91
+ :type brief_build_record_dtos: list[:class:`huaweicloudsdkcodeartsbuild.v3.BriefRecordItems`]
92
+ """
93
+ self._brief_build_record_dtos = brief_build_record_dtos
94
+
95
+ def to_dict(self):
96
+ """Returns the model properties as a dict"""
97
+ result = {}
98
+
99
+ for attr, _ in six.iteritems(self.openapi_types):
100
+ value = getattr(self, attr)
101
+ if isinstance(value, list):
102
+ result[attr] = list(map(
103
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
104
+ value
105
+ ))
106
+ elif hasattr(value, "to_dict"):
107
+ result[attr] = value.to_dict()
108
+ elif isinstance(value, dict):
109
+ result[attr] = dict(map(
110
+ lambda item: (item[0], item[1].to_dict())
111
+ if hasattr(item[1], "to_dict") else item,
112
+ value.items()
113
+ ))
114
+ else:
115
+ if attr in self.sensitive_list:
116
+ result[attr] = "****"
117
+ else:
118
+ result[attr] = value
119
+
120
+ return result
121
+
122
+ def to_str(self):
123
+ """Returns the string representation of the model"""
124
+ import simplejson as json
125
+ if six.PY2:
126
+ import sys
127
+ reload(sys)
128
+ sys.setdefaultencoding("utf-8")
129
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
130
+
131
+ def __repr__(self):
132
+ """For `print`"""
133
+ return self.to_str()
134
+
135
+ def __eq__(self, other):
136
+ """Returns true if both objects are equal"""
137
+ if not isinstance(other, ListBriefRecordResponseBodyResult):
138
+ return False
139
+
140
+ return self.__dict__ == other.__dict__
141
+
142
+ def __ne__(self, other):
143
+ """Returns true if both objects are not equal"""
144
+ 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