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,144 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class CreateBuildTimeout:
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
+ 'limit': 'str',
21
+ 'unit': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'limit': 'limit',
26
+ 'unit': 'unit'
27
+ }
28
+
29
+ def __init__(self, limit=None, unit=None):
30
+ r"""CreateBuildTimeout
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param limit: 超时时间数值
35
+ :type limit: str
36
+ :param unit: 超时时间单位
37
+ :type unit: str
38
+ """
39
+
40
+
41
+
42
+ self._limit = None
43
+ self._unit = None
44
+ self.discriminator = None
45
+
46
+ if limit is not None:
47
+ self.limit = limit
48
+ if unit is not None:
49
+ self.unit = unit
50
+
51
+ @property
52
+ def limit(self):
53
+ r"""Gets the limit of this CreateBuildTimeout.
54
+
55
+ 超时时间数值
56
+
57
+ :return: The limit of this CreateBuildTimeout.
58
+ :rtype: str
59
+ """
60
+ return self._limit
61
+
62
+ @limit.setter
63
+ def limit(self, limit):
64
+ r"""Sets the limit of this CreateBuildTimeout.
65
+
66
+ 超时时间数值
67
+
68
+ :param limit: The limit of this CreateBuildTimeout.
69
+ :type limit: str
70
+ """
71
+ self._limit = limit
72
+
73
+ @property
74
+ def unit(self):
75
+ r"""Gets the unit of this CreateBuildTimeout.
76
+
77
+ 超时时间单位
78
+
79
+ :return: The unit of this CreateBuildTimeout.
80
+ :rtype: str
81
+ """
82
+ return self._unit
83
+
84
+ @unit.setter
85
+ def unit(self, unit):
86
+ r"""Sets the unit of this CreateBuildTimeout.
87
+
88
+ 超时时间单位
89
+
90
+ :param unit: The unit of this CreateBuildTimeout.
91
+ :type unit: str
92
+ """
93
+ self._unit = unit
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, CreateBuildTimeout):
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
@@ -18,7 +18,7 @@ class DeleteBuildJobResponse(SdkResponse):
18
18
  sensitive_list = []
19
19
 
20
20
  openapi_types = {
21
- 'result': 'DeleteBuildJobResponseBodyResult',
21
+ 'result': 'DeleteTheJobResponseBodyResult',
22
22
  'status': 'str'
23
23
  }
24
24
 
@@ -33,7 +33,7 @@ class DeleteBuildJobResponse(SdkResponse):
33
33
  The model defined in huaweicloud sdk
34
34
 
35
35
  :param result:
36
- :type result: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteBuildJobResponseBodyResult`
36
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteTheJobResponseBodyResult`
37
37
  :param status: 状态信息
38
38
  :type status: str
39
39
  """
@@ -54,7 +54,7 @@ class DeleteBuildJobResponse(SdkResponse):
54
54
  r"""Gets the result of this DeleteBuildJobResponse.
55
55
 
56
56
  :return: The result of this DeleteBuildJobResponse.
57
- :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteBuildJobResponseBodyResult`
57
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteTheJobResponseBodyResult`
58
58
  """
59
59
  return self._result
60
60
 
@@ -63,7 +63,7 @@ class DeleteBuildJobResponse(SdkResponse):
63
63
  r"""Sets the result of this DeleteBuildJobResponse.
64
64
 
65
65
  :param result: The result of this DeleteBuildJobResponse.
66
- :type result: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteBuildJobResponseBodyResult`
66
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.DeleteTheJobResponseBodyResult`
67
67
  """
68
68
  self._result = result
69
69
 
@@ -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 DeleteKeystorePermissionRequest:
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
+ 'permission_id': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'permission_id': 'permission_id'
25
+ }
26
+
27
+ def __init__(self, permission_id=None):
28
+ r"""DeleteKeystorePermissionRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param permission_id: 文件管理权限ID
33
+ :type permission_id: str
34
+ """
35
+
36
+
37
+
38
+ self._permission_id = None
39
+ self.discriminator = None
40
+
41
+ self.permission_id = permission_id
42
+
43
+ @property
44
+ def permission_id(self):
45
+ r"""Gets the permission_id of this DeleteKeystorePermissionRequest.
46
+
47
+ 文件管理权限ID
48
+
49
+ :return: The permission_id of this DeleteKeystorePermissionRequest.
50
+ :rtype: str
51
+ """
52
+ return self._permission_id
53
+
54
+ @permission_id.setter
55
+ def permission_id(self, permission_id):
56
+ r"""Sets the permission_id of this DeleteKeystorePermissionRequest.
57
+
58
+ 文件管理权限ID
59
+
60
+ :param permission_id: The permission_id of this DeleteKeystorePermissionRequest.
61
+ :type permission_id: str
62
+ """
63
+ self._permission_id = permission_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, DeleteKeystorePermissionRequest):
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,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 DeleteKeystorePermissionResponse(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
+ 'error': 'object',
23
+ 'result': 'str'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'status': 'status',
28
+ 'error': 'error',
29
+ 'result': 'result'
30
+ }
31
+
32
+ def __init__(self, status=None, error=None, result=None):
33
+ r"""DeleteKeystorePermissionResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param status: 状态
38
+ :type status: str
39
+ :param error: 错误
40
+ :type error: object
41
+ :param result: 结果
42
+ :type result: str
43
+ """
44
+
45
+ super(DeleteKeystorePermissionResponse, self).__init__()
46
+
47
+ self._status = None
48
+ self._error = None
49
+ self._result = None
50
+ self.discriminator = None
51
+
52
+ if status is not None:
53
+ self.status = status
54
+ if error is not None:
55
+ self.error = error
56
+ if result is not None:
57
+ self.result = result
58
+
59
+ @property
60
+ def status(self):
61
+ r"""Gets the status of this DeleteKeystorePermissionResponse.
62
+
63
+ 状态
64
+
65
+ :return: The status of this DeleteKeystorePermissionResponse.
66
+ :rtype: str
67
+ """
68
+ return self._status
69
+
70
+ @status.setter
71
+ def status(self, status):
72
+ r"""Sets the status of this DeleteKeystorePermissionResponse.
73
+
74
+ 状态
75
+
76
+ :param status: The status of this DeleteKeystorePermissionResponse.
77
+ :type status: str
78
+ """
79
+ self._status = status
80
+
81
+ @property
82
+ def error(self):
83
+ r"""Gets the error of this DeleteKeystorePermissionResponse.
84
+
85
+ 错误
86
+
87
+ :return: The error of this DeleteKeystorePermissionResponse.
88
+ :rtype: object
89
+ """
90
+ return self._error
91
+
92
+ @error.setter
93
+ def error(self, error):
94
+ r"""Sets the error of this DeleteKeystorePermissionResponse.
95
+
96
+ 错误
97
+
98
+ :param error: The error of this DeleteKeystorePermissionResponse.
99
+ :type error: object
100
+ """
101
+ self._error = error
102
+
103
+ @property
104
+ def result(self):
105
+ r"""Gets the result of this DeleteKeystorePermissionResponse.
106
+
107
+ 结果
108
+
109
+ :return: The result of this DeleteKeystorePermissionResponse.
110
+ :rtype: str
111
+ """
112
+ return self._result
113
+
114
+ @result.setter
115
+ def result(self, result):
116
+ r"""Sets the result of this DeleteKeystorePermissionResponse.
117
+
118
+ 结果
119
+
120
+ :param result: The result of this DeleteKeystorePermissionResponse.
121
+ :type result: str
122
+ """
123
+ self._result = result
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, DeleteKeystorePermissionResponse):
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,114 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteKeystoreRequest:
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
+ }
22
+
23
+ attribute_map = {
24
+ 'keystore_id': 'keystore_id'
25
+ }
26
+
27
+ def __init__(self, keystore_id=None):
28
+ r"""DeleteKeystoreRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param keystore_id: 文件秘钥Id
33
+ :type keystore_id: str
34
+ """
35
+
36
+
37
+
38
+ self._keystore_id = None
39
+ self.discriminator = None
40
+
41
+ self.keystore_id = keystore_id
42
+
43
+ @property
44
+ def keystore_id(self):
45
+ r"""Gets the keystore_id of this DeleteKeystoreRequest.
46
+
47
+ 文件秘钥Id
48
+
49
+ :return: The keystore_id of this DeleteKeystoreRequest.
50
+ :rtype: str
51
+ """
52
+ return self._keystore_id
53
+
54
+ @keystore_id.setter
55
+ def keystore_id(self, keystore_id):
56
+ r"""Sets the keystore_id of this DeleteKeystoreRequest.
57
+
58
+ 文件秘钥Id
59
+
60
+ :param keystore_id: The keystore_id of this DeleteKeystoreRequest.
61
+ :type keystore_id: str
62
+ """
63
+ self._keystore_id = keystore_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, DeleteKeystoreRequest):
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