huaweicloudsdkosm 3.1.174__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 (250) hide show
  1. huaweicloudsdkosm/__init__.py +0 -0
  2. huaweicloudsdkosm/v2/__init__.py +247 -0
  3. huaweicloudsdkosm/v2/model/__init__.py +244 -0
  4. huaweicloudsdkosm/v2/model/accessory_json_format_req.py +192 -0
  5. huaweicloudsdkosm/v2/model/accessory_limit_vo.py +166 -0
  6. huaweicloudsdkosm/v2/model/accessory_url.py +166 -0
  7. huaweicloudsdkosm/v2/model/agency_v2.py +282 -0
  8. huaweicloudsdkosm/v2/model/agree_tenant_authorization_v2_req.py +224 -0
  9. huaweicloudsdkosm/v2/model/agreement_vo.py +253 -0
  10. huaweicloudsdkosm/v2/model/area_code_simple_info_v2.py +166 -0
  11. huaweicloudsdkosm/v2/model/case_label_info.py +166 -0
  12. huaweicloudsdkosm/v2/model/case_query_label.py +166 -0
  13. huaweicloudsdkosm/v2/model/case_realtion_info.py +166 -0
  14. huaweicloudsdkosm/v2/model/check_hosts_request.py +219 -0
  15. huaweicloudsdkosm/v2/model/check_hosts_response.py +141 -0
  16. huaweicloudsdkosm/v2/model/check_need_verify_request.py +251 -0
  17. huaweicloudsdkosm/v2/model/check_need_verify_response.py +141 -0
  18. huaweicloudsdkosm/v2/model/check_verify_codes_request.py +191 -0
  19. huaweicloudsdkosm/v2/model/check_verify_codes_response.py +141 -0
  20. huaweicloudsdkosm/v2/model/common_param_v2.py +195 -0
  21. huaweicloudsdkosm/v2/model/confirm_authorizations_request.py +219 -0
  22. huaweicloudsdkosm/v2/model/confirm_authorizations_response.py +141 -0
  23. huaweicloudsdkosm/v2/model/contact_v2.py +195 -0
  24. huaweicloudsdkosm/v2/model/contact_way_info_v2.py +336 -0
  25. huaweicloudsdkosm/v2/model/create_and_delete_privilege_req.py +136 -0
  26. huaweicloudsdkosm/v2/model/create_case_extends_param_request.py +219 -0
  27. huaweicloudsdkosm/v2/model/create_case_extends_param_response.py +141 -0
  28. huaweicloudsdkosm/v2/model/create_case_labels_request.py +222 -0
  29. huaweicloudsdkosm/v2/model/create_case_labels_response.py +141 -0
  30. huaweicloudsdkosm/v2/model/create_cases_request.py +249 -0
  31. huaweicloudsdkosm/v2/model/create_cases_response.py +112 -0
  32. huaweicloudsdkosm/v2/model/create_diagnose_feedback_request.py +104 -0
  33. huaweicloudsdkosm/v2/model/create_diagnose_feedback_response.py +141 -0
  34. huaweicloudsdkosm/v2/model/create_diagnose_job_request.py +104 -0
  35. huaweicloudsdkosm/v2/model/create_diagnose_job_response.py +170 -0
  36. huaweicloudsdkosm/v2/model/create_feedback_req.py +164 -0
  37. huaweicloudsdkosm/v2/model/create_feedback_request.py +104 -0
  38. huaweicloudsdkosm/v2/model/create_feedback_response.py +141 -0
  39. huaweicloudsdkosm/v2/model/create_feedback_v2_req.py +240 -0
  40. huaweicloudsdkosm/v2/model/create_labels_req.py +135 -0
  41. huaweicloudsdkosm/v2/model/create_labels_request.py +191 -0
  42. huaweicloudsdkosm/v2/model/create_labels_response.py +141 -0
  43. huaweicloudsdkosm/v2/model/create_message_do_v2.py +136 -0
  44. huaweicloudsdkosm/v2/model/create_message_v2_req.py +132 -0
  45. huaweicloudsdkosm/v2/model/create_messages_request.py +219 -0
  46. huaweicloudsdkosm/v2/model/create_messages_response.py +141 -0
  47. huaweicloudsdkosm/v2/model/create_order_incident_v2_req.py +540 -0
  48. huaweicloudsdkosm/v2/model/create_privileges_request.py +191 -0
  49. huaweicloudsdkosm/v2/model/create_privileges_response.py +141 -0
  50. huaweicloudsdkosm/v2/model/create_relations_req.py +136 -0
  51. huaweicloudsdkosm/v2/model/create_relations_request.py +219 -0
  52. huaweicloudsdkosm/v2/model/create_relations_response.py +141 -0
  53. huaweicloudsdkosm/v2/model/create_score_v2_req.py +164 -0
  54. huaweicloudsdkosm/v2/model/create_scores_request.py +219 -0
  55. huaweicloudsdkosm/v2/model/create_scores_response.py +141 -0
  56. huaweicloudsdkosm/v2/model/data_center_v2_do.py +195 -0
  57. huaweicloudsdkosm/v2/model/delete_accessories_request.py +194 -0
  58. huaweicloudsdkosm/v2/model/delete_accessories_response.py +141 -0
  59. huaweicloudsdkosm/v2/model/delete_case_labels_request.py +222 -0
  60. huaweicloudsdkosm/v2/model/delete_case_labels_response.py +141 -0
  61. huaweicloudsdkosm/v2/model/delete_labels_request.py +194 -0
  62. huaweicloudsdkosm/v2/model/delete_labels_response.py +141 -0
  63. huaweicloudsdkosm/v2/model/delete_relation_request.py +219 -0
  64. huaweicloudsdkosm/v2/model/delete_relation_response.py +141 -0
  65. huaweicloudsdkosm/v2/model/delete_relations_req.py +136 -0
  66. huaweicloudsdkosm/v2/model/diagnose_record_vo.py +340 -0
  67. huaweicloudsdkosm/v2/model/diagnose_resource_vo.py +398 -0
  68. huaweicloudsdkosm/v2/model/download_accessories_request.py +223 -0
  69. huaweicloudsdkosm/v2/model/download_accessories_response.py +81 -0
  70. huaweicloudsdkosm/v2/model/download_cases_request.py +541 -0
  71. huaweicloudsdkosm/v2/model/download_cases_response.py +81 -0
  72. huaweicloudsdkosm/v2/model/download_images_request.py +223 -0
  73. huaweicloudsdkosm/v2/model/download_images_response.py +81 -0
  74. huaweicloudsdkosm/v2/model/extends_param_v2.py +485 -0
  75. huaweicloudsdkosm/v2/model/file_operate_log.py +311 -0
  76. huaweicloudsdkosm/v2/model/im_status_v2.py +137 -0
  77. huaweicloudsdkosm/v2/model/im_unread_v2.py +166 -0
  78. huaweicloudsdkosm/v2/model/incident_detail_ext_info_v2.py +282 -0
  79. huaweicloudsdkosm/v2/model/incident_detail_info_v2.py +586 -0
  80. huaweicloudsdkosm/v2/model/incident_info.py +456 -0
  81. huaweicloudsdkosm/v2/model/incident_info_v2.py +535 -0
  82. huaweicloudsdkosm/v2/model/incident_message_v2.py +311 -0
  83. huaweicloudsdkosm/v2/model/incident_operate_log_v2.py +340 -0
  84. huaweicloudsdkosm/v2/model/incident_order_auth_detail_info_v2.py +282 -0
  85. huaweicloudsdkosm/v2/model/incident_order_auth_v2.py +572 -0
  86. huaweicloudsdkosm/v2/model/incident_order_cc_email_info_v2.py +166 -0
  87. huaweicloudsdkosm/v2/model/incident_product_category_v2.py +224 -0
  88. huaweicloudsdkosm/v2/model/incident_satisfaction_v2_do.py +280 -0
  89. huaweicloudsdkosm/v2/model/incident_status_count.py +137 -0
  90. huaweicloudsdkosm/v2/model/incident_sub_type_v2_do.py +166 -0
  91. huaweicloudsdkosm/v2/model/incident_temp_v2.py +166 -0
  92. huaweicloudsdkosm/v2/model/intellectual_property_v2.py +195 -0
  93. huaweicloudsdkosm/v2/model/item_result_detail_vo.py +311 -0
  94. huaweicloudsdkosm/v2/model/item_result_vo.py +282 -0
  95. huaweicloudsdkosm/v2/model/label_info.py +166 -0
  96. huaweicloudsdkosm/v2/model/list_accessory_access_urls_request.py +223 -0
  97. huaweicloudsdkosm/v2/model/list_accessory_access_urls_response.py +112 -0
  98. huaweicloudsdkosm/v2/model/list_agencies_request.py +166 -0
  99. huaweicloudsdkosm/v2/model/list_agencies_response.py +141 -0
  100. huaweicloudsdkosm/v2/model/list_area_codes_request.py +166 -0
  101. huaweicloudsdkosm/v2/model/list_area_codes_response.py +112 -0
  102. huaweicloudsdkosm/v2/model/list_authorizations_request.py +369 -0
  103. huaweicloudsdkosm/v2/model/list_authorizations_response.py +141 -0
  104. huaweicloudsdkosm/v2/model/list_case_categories_request.py +166 -0
  105. huaweicloudsdkosm/v2/model/list_case_categories_response.py +141 -0
  106. huaweicloudsdkosm/v2/model/list_case_cc_emails_request.py +166 -0
  107. huaweicloudsdkosm/v2/model/list_case_cc_emails_response.py +137 -0
  108. huaweicloudsdkosm/v2/model/list_case_counts_request.py +195 -0
  109. huaweicloudsdkosm/v2/model/list_case_counts_response.py +112 -0
  110. huaweicloudsdkosm/v2/model/list_case_labels_request.py +194 -0
  111. huaweicloudsdkosm/v2/model/list_case_labels_response.py +112 -0
  112. huaweicloudsdkosm/v2/model/list_case_limits_request.py +166 -0
  113. huaweicloudsdkosm/v2/model/list_case_limits_response.py +108 -0
  114. huaweicloudsdkosm/v2/model/list_case_operate_logs_request.py +281 -0
  115. huaweicloudsdkosm/v2/model/list_case_operate_logs_response.py +141 -0
  116. huaweicloudsdkosm/v2/model/list_case_quotas_request.py +223 -0
  117. huaweicloudsdkosm/v2/model/list_case_quotas_response.py +141 -0
  118. huaweicloudsdkosm/v2/model/list_case_templates_request.py +194 -0
  119. huaweicloudsdkosm/v2/model/list_case_templates_response.py +141 -0
  120. huaweicloudsdkosm/v2/model/list_cases_request.py +543 -0
  121. huaweicloudsdkosm/v2/model/list_cases_response.py +141 -0
  122. huaweicloudsdkosm/v2/model/list_customers_regions_request.py +166 -0
  123. huaweicloudsdkosm/v2/model/list_customers_regions_response.py +141 -0
  124. huaweicloudsdkosm/v2/model/list_diagnose_items_request.py +104 -0
  125. huaweicloudsdkosm/v2/model/list_diagnose_items_response.py +170 -0
  126. huaweicloudsdkosm/v2/model/list_diagnose_job_request.py +108 -0
  127. huaweicloudsdkosm/v2/model/list_diagnose_job_response.py +286 -0
  128. huaweicloudsdkosm/v2/model/list_diagnose_records_request.py +166 -0
  129. huaweicloudsdkosm/v2/model/list_diagnose_records_response.py +199 -0
  130. huaweicloudsdkosm/v2/model/list_diagnose_resources_request.py +104 -0
  131. huaweicloudsdkosm/v2/model/list_diagnose_resources_response.py +141 -0
  132. huaweicloudsdkosm/v2/model/list_extends_params_request.py +252 -0
  133. huaweicloudsdkosm/v2/model/list_extends_params_response.py +141 -0
  134. huaweicloudsdkosm/v2/model/list_has_verified_contacts_request.py +427 -0
  135. huaweicloudsdkosm/v2/model/list_has_verified_contacts_response.py +141 -0
  136. huaweicloudsdkosm/v2/model/list_history_operate_logs_request.py +366 -0
  137. huaweicloudsdkosm/v2/model/list_history_operate_logs_response.py +141 -0
  138. huaweicloudsdkosm/v2/model/list_history_sessions_request.py +309 -0
  139. huaweicloudsdkosm/v2/model/list_history_sessions_response.py +141 -0
  140. huaweicloudsdkosm/v2/model/list_labels_request.py +282 -0
  141. huaweicloudsdkosm/v2/model/list_labels_response.py +141 -0
  142. huaweicloudsdkosm/v2/model/list_messages_request.py +281 -0
  143. huaweicloudsdkosm/v2/model/list_messages_response.py +141 -0
  144. huaweicloudsdkosm/v2/model/list_more_instant_messages_request.py +307 -0
  145. huaweicloudsdkosm/v2/model/list_more_instant_messages_response.py +141 -0
  146. huaweicloudsdkosm/v2/model/list_new_instant_messages_request.py +252 -0
  147. huaweicloudsdkosm/v2/model/list_new_instant_messages_response.py +170 -0
  148. huaweicloudsdkosm/v2/model/list_order_incident_request.py +543 -0
  149. huaweicloudsdkosm/v2/model/list_order_incident_response.py +141 -0
  150. huaweicloudsdkosm/v2/model/list_privileges_request.py +194 -0
  151. huaweicloudsdkosm/v2/model/list_privileges_response.py +112 -0
  152. huaweicloudsdkosm/v2/model/list_problem_types_request.py +195 -0
  153. huaweicloudsdkosm/v2/model/list_problem_types_response.py +141 -0
  154. huaweicloudsdkosm/v2/model/list_product_categories_request.py +195 -0
  155. huaweicloudsdkosm/v2/model/list_product_categories_response.py +141 -0
  156. huaweicloudsdkosm/v2/model/list_regions_request.py +166 -0
  157. huaweicloudsdkosm/v2/model/list_regions_response.py +141 -0
  158. huaweicloudsdkosm/v2/model/list_relation_request.py +194 -0
  159. huaweicloudsdkosm/v2/model/list_relation_response.py +112 -0
  160. huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_request.py +166 -0
  161. huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_response.py +141 -0
  162. huaweicloudsdkosm/v2/model/list_severities_request.py +222 -0
  163. huaweicloudsdkosm/v2/model/list_severities_response.py +141 -0
  164. huaweicloudsdkosm/v2/model/list_sub_customers_request.py +224 -0
  165. huaweicloudsdkosm/v2/model/list_sub_customers_response.py +112 -0
  166. huaweicloudsdkosm/v2/model/list_transport_histories_request.py +366 -0
  167. huaweicloudsdkosm/v2/model/list_transport_histories_response.py +141 -0
  168. huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_request.py +223 -0
  169. huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_response.py +112 -0
  170. huaweicloudsdkosm/v2/model/operate_authorization_v2_req.py +137 -0
  171. huaweicloudsdkosm/v2/model/operate_history_session.py +195 -0
  172. huaweicloudsdkosm/v2/model/operate_log.py +137 -0
  173. huaweicloudsdkosm/v2/model/partners_service_info.py +224 -0
  174. huaweicloudsdkosm/v2/model/put_case_ext_param_req.py +166 -0
  175. huaweicloudsdkosm/v2/model/query_diagnose_items_req.py +137 -0
  176. huaweicloudsdkosm/v2/model/query_message_info_v2.py +340 -0
  177. huaweicloudsdkosm/v2/model/query_tsc_diagnose_resources_req.py +137 -0
  178. huaweicloudsdkosm/v2/model/region.py +137 -0
  179. huaweicloudsdkosm/v2/model/revoke_message_request.py +222 -0
  180. huaweicloudsdkosm/v2/model/revoke_message_response.py +141 -0
  181. huaweicloudsdkosm/v2/model/satisfaction_dimension_simple_info_v2.py +253 -0
  182. huaweicloudsdkosm/v2/model/send_verify_code_req.py +163 -0
  183. huaweicloudsdkosm/v2/model/send_verify_codes_request.py +191 -0
  184. huaweicloudsdkosm/v2/model/send_verify_codes_response.py +141 -0
  185. huaweicloudsdkosm/v2/model/severity_v2_do.py +166 -0
  186. huaweicloudsdkosm/v2/model/show_accessory_limits_request.py +166 -0
  187. huaweicloudsdkosm/v2/model/show_accessory_limits_response.py +108 -0
  188. huaweicloudsdkosm/v2/model/show_authorization_detail_request.py +223 -0
  189. huaweicloudsdkosm/v2/model/show_authorization_detail_response.py +605 -0
  190. huaweicloudsdkosm/v2/model/show_case_detail_request.py +223 -0
  191. huaweicloudsdkosm/v2/model/show_case_detail_response.py +108 -0
  192. huaweicloudsdkosm/v2/model/show_case_extends_param_request.py +223 -0
  193. huaweicloudsdkosm/v2/model/show_case_extends_param_response.py +141 -0
  194. huaweicloudsdkosm/v2/model/show_case_status_request.py +194 -0
  195. huaweicloudsdkosm/v2/model/show_case_status_response.py +112 -0
  196. huaweicloudsdkosm/v2/model/show_configuration_request.py +107 -0
  197. huaweicloudsdkosm/v2/model/show_configuration_response.py +199 -0
  198. huaweicloudsdkosm/v2/model/show_customer_privilege_policy_request.py +166 -0
  199. huaweicloudsdkosm/v2/model/show_customer_privilege_policy_response.py +112 -0
  200. huaweicloudsdkosm/v2/model/show_download_accessory_url_request.py +193 -0
  201. huaweicloudsdkosm/v2/model/show_download_accessory_url_response.py +170 -0
  202. huaweicloudsdkosm/v2/model/show_latest_published_agreement_request.py +195 -0
  203. huaweicloudsdkosm/v2/model/show_latest_published_agreement_response.py +108 -0
  204. huaweicloudsdkosm/v2/model/show_login_type_request.py +137 -0
  205. huaweicloudsdkosm/v2/model/show_login_type_response.py +112 -0
  206. huaweicloudsdkosm/v2/model/show_partners_cases_privilege_request.py +166 -0
  207. huaweicloudsdkosm/v2/model/show_partners_cases_privilege_response.py +112 -0
  208. huaweicloudsdkosm/v2/model/show_partners_service_info_request.py +224 -0
  209. huaweicloudsdkosm/v2/model/show_partners_service_info_response.py +108 -0
  210. huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_request.py +195 -0
  211. huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_response.py +112 -0
  212. huaweicloudsdkosm/v2/model/sign_agreement_req.py +108 -0
  213. huaweicloudsdkosm/v2/model/sign_published_agreement_request.py +219 -0
  214. huaweicloudsdkosm/v2/model/sign_published_agreement_response.py +112 -0
  215. huaweicloudsdkosm/v2/model/simple_accessory_v2.py +137 -0
  216. huaweicloudsdkosm/v2/model/simple_incident_business_type_v2.py +195 -0
  217. huaweicloudsdkosm/v2/model/sub_cutomer_info_v2.py +253 -0
  218. huaweicloudsdkosm/v2/model/submit_diagnose_job_req.py +165 -0
  219. huaweicloudsdkosm/v2/model/tenant_agree_auth_detail_v2.py +194 -0
  220. huaweicloudsdkosm/v2/model/tenant_config_v2.py +108 -0
  221. huaweicloudsdkosm/v2/model/update_authorizations_request.py +248 -0
  222. huaweicloudsdkosm/v2/model/update_authorizations_response.py +141 -0
  223. huaweicloudsdkosm/v2/model/update_case_contact_info_req.py +253 -0
  224. huaweicloudsdkosm/v2/model/update_case_contact_info_request.py +219 -0
  225. huaweicloudsdkosm/v2/model/update_case_contact_info_response.py +141 -0
  226. huaweicloudsdkosm/v2/model/update_cases_request.py +247 -0
  227. huaweicloudsdkosm/v2/model/update_cases_response.py +141 -0
  228. huaweicloudsdkosm/v2/model/update_labels_req.py +135 -0
  229. huaweicloudsdkosm/v2/model/update_labels_request.py +219 -0
  230. huaweicloudsdkosm/v2/model/update_labels_response.py +141 -0
  231. huaweicloudsdkosm/v2/model/update_new_instant_messages_read_request.py +219 -0
  232. huaweicloudsdkosm/v2/model/update_new_instant_messages_read_response.py +141 -0
  233. huaweicloudsdkosm/v2/model/update_unread_new_instant_msg_v2_req.py +108 -0
  234. huaweicloudsdkosm/v2/model/upload_accessory_request.py +191 -0
  235. huaweicloudsdkosm/v2/model/upload_accessory_request_body.py +135 -0
  236. huaweicloudsdkosm/v2/model/upload_accessory_response.py +112 -0
  237. huaweicloudsdkosm/v2/model/upload_json_accessories_request.py +191 -0
  238. huaweicloudsdkosm/v2/model/upload_json_accessories_response.py +112 -0
  239. huaweicloudsdkosm/v2/model/user_instant_incident_msg_v2.py +137 -0
  240. huaweicloudsdkosm/v2/model/verify_host_v2_req.py +192 -0
  241. huaweicloudsdkosm/v2/model/verify_verify_code_v2_req.py +250 -0
  242. huaweicloudsdkosm/v2/model/work_order_operate_v2_req.py +195 -0
  243. huaweicloudsdkosm/v2/osm_async_client.py +6081 -0
  244. huaweicloudsdkosm/v2/osm_client.py +6078 -0
  245. huaweicloudsdkosm/v2/region/__init__.py +0 -0
  246. huaweicloudsdkosm/v2/region/osm_region.py +31 -0
  247. huaweicloudsdkosm-3.1.174.dist-info/METADATA +25 -0
  248. huaweicloudsdkosm-3.1.174.dist-info/RECORD +250 -0
  249. huaweicloudsdkosm-3.1.174.dist-info/WHEEL +4 -0
  250. huaweicloudsdkosm-3.1.174.dist-info/licenses/LICENSE +13 -0
@@ -0,0 +1,223 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class ShowCaseDetailRequest:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'case_id': 'str',
19
+ 'group_id': 'str',
20
+ 'x_site': 'int',
21
+ 'x_language': 'str',
22
+ 'x_time_zone': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'case_id': 'case_id',
27
+ 'group_id': 'group_id',
28
+ 'x_site': 'X-Site',
29
+ 'x_language': 'X-Language',
30
+ 'x_time_zone': 'X-Time-Zone'
31
+ }
32
+
33
+ def __init__(self, case_id=None, group_id=None, x_site=None, x_language=None, x_time_zone=None):
34
+ r"""ShowCaseDetailRequest
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param case_id: 工单id
39
+ :type case_id: str
40
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
41
+ :type group_id: str
42
+ :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
43
+ :type x_site: int
44
+ :param x_language: 语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
45
+ :type x_language: str
46
+ :param x_time_zone: 环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
47
+ :type x_time_zone: str
48
+ """
49
+
50
+
51
+
52
+ self._case_id = None
53
+ self._group_id = None
54
+ self._x_site = None
55
+ self._x_language = None
56
+ self._x_time_zone = None
57
+ self.discriminator = None
58
+
59
+ self.case_id = case_id
60
+ if group_id is not None:
61
+ self.group_id = group_id
62
+ if x_site is not None:
63
+ self.x_site = x_site
64
+ if x_language is not None:
65
+ self.x_language = x_language
66
+ if x_time_zone is not None:
67
+ self.x_time_zone = x_time_zone
68
+
69
+ @property
70
+ def case_id(self):
71
+ r"""Gets the case_id of this ShowCaseDetailRequest.
72
+
73
+ 工单id
74
+
75
+ :return: The case_id of this ShowCaseDetailRequest.
76
+ :rtype: str
77
+ """
78
+ return self._case_id
79
+
80
+ @case_id.setter
81
+ def case_id(self, case_id):
82
+ r"""Sets the case_id of this ShowCaseDetailRequest.
83
+
84
+ 工单id
85
+
86
+ :param case_id: The case_id of this ShowCaseDetailRequest.
87
+ :type case_id: str
88
+ """
89
+ self._case_id = case_id
90
+
91
+ @property
92
+ def group_id(self):
93
+ r"""Gets the group_id of this ShowCaseDetailRequest.
94
+
95
+ 华为云IAM组id,同组其他工单时,该id必传
96
+
97
+ :return: The group_id of this ShowCaseDetailRequest.
98
+ :rtype: str
99
+ """
100
+ return self._group_id
101
+
102
+ @group_id.setter
103
+ def group_id(self, group_id):
104
+ r"""Sets the group_id of this ShowCaseDetailRequest.
105
+
106
+ 华为云IAM组id,同组其他工单时,该id必传
107
+
108
+ :param group_id: The group_id of this ShowCaseDetailRequest.
109
+ :type group_id: str
110
+ """
111
+ self._group_id = group_id
112
+
113
+ @property
114
+ def x_site(self):
115
+ r"""Gets the x_site of this ShowCaseDetailRequest.
116
+
117
+ 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
118
+
119
+ :return: The x_site of this ShowCaseDetailRequest.
120
+ :rtype: int
121
+ """
122
+ return self._x_site
123
+
124
+ @x_site.setter
125
+ def x_site(self, x_site):
126
+ r"""Sets the x_site of this ShowCaseDetailRequest.
127
+
128
+ 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
129
+
130
+ :param x_site: The x_site of this ShowCaseDetailRequest.
131
+ :type x_site: int
132
+ """
133
+ self._x_site = x_site
134
+
135
+ @property
136
+ def x_language(self):
137
+ r"""Gets the x_language of this ShowCaseDetailRequest.
138
+
139
+ 语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
140
+
141
+ :return: The x_language of this ShowCaseDetailRequest.
142
+ :rtype: str
143
+ """
144
+ return self._x_language
145
+
146
+ @x_language.setter
147
+ def x_language(self, x_language):
148
+ r"""Sets the x_language of this ShowCaseDetailRequest.
149
+
150
+ 语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
151
+
152
+ :param x_language: The x_language of this ShowCaseDetailRequest.
153
+ :type x_language: str
154
+ """
155
+ self._x_language = x_language
156
+
157
+ @property
158
+ def x_time_zone(self):
159
+ r"""Gets the x_time_zone of this ShowCaseDetailRequest.
160
+
161
+ 环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
162
+
163
+ :return: The x_time_zone of this ShowCaseDetailRequest.
164
+ :rtype: str
165
+ """
166
+ return self._x_time_zone
167
+
168
+ @x_time_zone.setter
169
+ def x_time_zone(self, x_time_zone):
170
+ r"""Sets the x_time_zone of this ShowCaseDetailRequest.
171
+
172
+ 环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
173
+
174
+ :param x_time_zone: The x_time_zone of this ShowCaseDetailRequest.
175
+ :type x_time_zone: str
176
+ """
177
+ self._x_time_zone = x_time_zone
178
+
179
+ def to_dict(self):
180
+ result = {}
181
+
182
+ for attr, _ in self.openapi_types.items():
183
+ value = getattr(self, attr)
184
+ if isinstance(value, list):
185
+ result[attr] = list(map(
186
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
187
+ value
188
+ ))
189
+ elif hasattr(value, "to_dict"):
190
+ result[attr] = value.to_dict()
191
+ elif isinstance(value, dict):
192
+ result[attr] = dict(map(
193
+ lambda item: (item[0], item[1].to_dict())
194
+ if hasattr(item[1], "to_dict") else item,
195
+ value.items()
196
+ ))
197
+ else:
198
+ if attr in self.sensitive_list:
199
+ result[attr] = "****"
200
+ else:
201
+ result[attr] = value
202
+
203
+ return result
204
+
205
+ def to_str(self):
206
+ """Returns the string representation of the model"""
207
+ import simplejson as json
208
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
209
+
210
+ def __repr__(self):
211
+ """For `print`"""
212
+ return self.to_str()
213
+
214
+ def __eq__(self, other):
215
+ """Returns true if both objects are equal"""
216
+ if not isinstance(other, ShowCaseDetailRequest):
217
+ return False
218
+
219
+ return self.__dict__ == other.__dict__
220
+
221
+ def __ne__(self, other):
222
+ """Returns true if both objects are not equal"""
223
+ return not self == other
@@ -0,0 +1,108 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.sdk_response import SdkResponse
4
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
5
+
6
+
7
+ class ShowCaseDetailResponse(SdkResponse):
8
+
9
+ """
10
+ Attributes:
11
+ openapi_types (dict): The key is attribute name
12
+ and the value is attribute type.
13
+ attribute_map (dict): The key is attribute name
14
+ and the value is json key in definition.
15
+ """
16
+ sensitive_list = []
17
+
18
+ openapi_types = {
19
+ 'incident_detail_info': 'IncidentDetailInfoV2'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'incident_detail_info': 'incident_detail_info'
24
+ }
25
+
26
+ def __init__(self, incident_detail_info=None):
27
+ r"""ShowCaseDetailResponse
28
+
29
+ The model defined in huaweicloud sdk
30
+
31
+ :param incident_detail_info:
32
+ :type incident_detail_info: :class:`huaweicloudsdkosm.v2.IncidentDetailInfoV2`
33
+ """
34
+
35
+ super().__init__()
36
+
37
+ self._incident_detail_info = None
38
+ self.discriminator = None
39
+
40
+ if incident_detail_info is not None:
41
+ self.incident_detail_info = incident_detail_info
42
+
43
+ @property
44
+ def incident_detail_info(self):
45
+ r"""Gets the incident_detail_info of this ShowCaseDetailResponse.
46
+
47
+ :return: The incident_detail_info of this ShowCaseDetailResponse.
48
+ :rtype: :class:`huaweicloudsdkosm.v2.IncidentDetailInfoV2`
49
+ """
50
+ return self._incident_detail_info
51
+
52
+ @incident_detail_info.setter
53
+ def incident_detail_info(self, incident_detail_info):
54
+ r"""Sets the incident_detail_info of this ShowCaseDetailResponse.
55
+
56
+ :param incident_detail_info: The incident_detail_info of this ShowCaseDetailResponse.
57
+ :type incident_detail_info: :class:`huaweicloudsdkosm.v2.IncidentDetailInfoV2`
58
+ """
59
+ self._incident_detail_info = incident_detail_info
60
+
61
+ def to_dict(self):
62
+ import warnings
63
+ warnings.warn("ShowCaseDetailResponse.to_dict() is deprecated and no longer maintained, "
64
+ "use to_json_object() to get the response content.", DeprecationWarning)
65
+ result = {}
66
+
67
+ for attr, _ in self.openapi_types.items():
68
+ value = getattr(self, attr)
69
+ if isinstance(value, list):
70
+ result[attr] = list(map(
71
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
72
+ value
73
+ ))
74
+ elif hasattr(value, "to_dict"):
75
+ result[attr] = value.to_dict()
76
+ elif isinstance(value, dict):
77
+ result[attr] = dict(map(
78
+ lambda item: (item[0], item[1].to_dict())
79
+ if hasattr(item[1], "to_dict") else item,
80
+ value.items()
81
+ ))
82
+ else:
83
+ if attr in self.sensitive_list:
84
+ result[attr] = "****"
85
+ else:
86
+ result[attr] = value
87
+
88
+ return result
89
+
90
+ def to_str(self):
91
+ """Returns the string representation of the model"""
92
+ import simplejson as json
93
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
94
+
95
+ def __repr__(self):
96
+ """For `print`"""
97
+ return self.to_str()
98
+
99
+ def __eq__(self, other):
100
+ """Returns true if both objects are equal"""
101
+ if not isinstance(other, ShowCaseDetailResponse):
102
+ return False
103
+
104
+ return self.__dict__ == other.__dict__
105
+
106
+ def __ne__(self, other):
107
+ """Returns true if both objects are not equal"""
108
+ return not self == other
@@ -0,0 +1,223 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class ShowCaseExtendsParamRequest:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'group_id': 'str',
19
+ 'case_id': 'str',
20
+ 'x_site': 'int',
21
+ 'x_language': 'str',
22
+ 'x_time_zone': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'group_id': 'group_id',
27
+ 'case_id': 'case_id',
28
+ 'x_site': 'X-Site',
29
+ 'x_language': 'X-Language',
30
+ 'x_time_zone': 'X-Time-Zone'
31
+ }
32
+
33
+ def __init__(self, group_id=None, case_id=None, x_site=None, x_language=None, x_time_zone=None):
34
+ r"""ShowCaseExtendsParamRequest
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
39
+ :type group_id: str
40
+ :param case_id: 工单id
41
+ :type case_id: str
42
+ :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
43
+ :type x_site: int
44
+ :param x_language: 语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
45
+ :type x_language: str
46
+ :param x_time_zone: 环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
47
+ :type x_time_zone: str
48
+ """
49
+
50
+
51
+
52
+ self._group_id = None
53
+ self._case_id = None
54
+ self._x_site = None
55
+ self._x_language = None
56
+ self._x_time_zone = None
57
+ self.discriminator = None
58
+
59
+ if group_id is not None:
60
+ self.group_id = group_id
61
+ self.case_id = case_id
62
+ if x_site is not None:
63
+ self.x_site = x_site
64
+ if x_language is not None:
65
+ self.x_language = x_language
66
+ if x_time_zone is not None:
67
+ self.x_time_zone = x_time_zone
68
+
69
+ @property
70
+ def group_id(self):
71
+ r"""Gets the group_id of this ShowCaseExtendsParamRequest.
72
+
73
+ 华为云IAM组id,同组其他工单时,该id必传
74
+
75
+ :return: The group_id of this ShowCaseExtendsParamRequest.
76
+ :rtype: str
77
+ """
78
+ return self._group_id
79
+
80
+ @group_id.setter
81
+ def group_id(self, group_id):
82
+ r"""Sets the group_id of this ShowCaseExtendsParamRequest.
83
+
84
+ 华为云IAM组id,同组其他工单时,该id必传
85
+
86
+ :param group_id: The group_id of this ShowCaseExtendsParamRequest.
87
+ :type group_id: str
88
+ """
89
+ self._group_id = group_id
90
+
91
+ @property
92
+ def case_id(self):
93
+ r"""Gets the case_id of this ShowCaseExtendsParamRequest.
94
+
95
+ 工单id
96
+
97
+ :return: The case_id of this ShowCaseExtendsParamRequest.
98
+ :rtype: str
99
+ """
100
+ return self._case_id
101
+
102
+ @case_id.setter
103
+ def case_id(self, case_id):
104
+ r"""Sets the case_id of this ShowCaseExtendsParamRequest.
105
+
106
+ 工单id
107
+
108
+ :param case_id: The case_id of this ShowCaseExtendsParamRequest.
109
+ :type case_id: str
110
+ """
111
+ self._case_id = case_id
112
+
113
+ @property
114
+ def x_site(self):
115
+ r"""Gets the x_site of this ShowCaseExtendsParamRequest.
116
+
117
+ 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
118
+
119
+ :return: The x_site of this ShowCaseExtendsParamRequest.
120
+ :rtype: int
121
+ """
122
+ return self._x_site
123
+
124
+ @x_site.setter
125
+ def x_site(self, x_site):
126
+ r"""Sets the x_site of this ShowCaseExtendsParamRequest.
127
+
128
+ 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
129
+
130
+ :param x_site: The x_site of this ShowCaseExtendsParamRequest.
131
+ :type x_site: int
132
+ """
133
+ self._x_site = x_site
134
+
135
+ @property
136
+ def x_language(self):
137
+ r"""Gets the x_language of this ShowCaseExtendsParamRequest.
138
+
139
+ 语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
140
+
141
+ :return: The x_language of this ShowCaseExtendsParamRequest.
142
+ :rtype: str
143
+ """
144
+ return self._x_language
145
+
146
+ @x_language.setter
147
+ def x_language(self, x_language):
148
+ r"""Sets the x_language of this ShowCaseExtendsParamRequest.
149
+
150
+ 语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
151
+
152
+ :param x_language: The x_language of this ShowCaseExtendsParamRequest.
153
+ :type x_language: str
154
+ """
155
+ self._x_language = x_language
156
+
157
+ @property
158
+ def x_time_zone(self):
159
+ r"""Gets the x_time_zone of this ShowCaseExtendsParamRequest.
160
+
161
+ 环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
162
+
163
+ :return: The x_time_zone of this ShowCaseExtendsParamRequest.
164
+ :rtype: str
165
+ """
166
+ return self._x_time_zone
167
+
168
+ @x_time_zone.setter
169
+ def x_time_zone(self, x_time_zone):
170
+ r"""Sets the x_time_zone of this ShowCaseExtendsParamRequest.
171
+
172
+ 环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
173
+
174
+ :param x_time_zone: The x_time_zone of this ShowCaseExtendsParamRequest.
175
+ :type x_time_zone: str
176
+ """
177
+ self._x_time_zone = x_time_zone
178
+
179
+ def to_dict(self):
180
+ result = {}
181
+
182
+ for attr, _ in self.openapi_types.items():
183
+ value = getattr(self, attr)
184
+ if isinstance(value, list):
185
+ result[attr] = list(map(
186
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
187
+ value
188
+ ))
189
+ elif hasattr(value, "to_dict"):
190
+ result[attr] = value.to_dict()
191
+ elif isinstance(value, dict):
192
+ result[attr] = dict(map(
193
+ lambda item: (item[0], item[1].to_dict())
194
+ if hasattr(item[1], "to_dict") else item,
195
+ value.items()
196
+ ))
197
+ else:
198
+ if attr in self.sensitive_list:
199
+ result[attr] = "****"
200
+ else:
201
+ result[attr] = value
202
+
203
+ return result
204
+
205
+ def to_str(self):
206
+ """Returns the string representation of the model"""
207
+ import simplejson as json
208
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
209
+
210
+ def __repr__(self):
211
+ """For `print`"""
212
+ return self.to_str()
213
+
214
+ def __eq__(self, other):
215
+ """Returns true if both objects are equal"""
216
+ if not isinstance(other, ShowCaseExtendsParamRequest):
217
+ return False
218
+
219
+ return self.__dict__ == other.__dict__
220
+
221
+ def __ne__(self, other):
222
+ """Returns true if both objects are not equal"""
223
+ return not self == other
@@ -0,0 +1,141 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.sdk_response import SdkResponse
4
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
5
+
6
+
7
+ class ShowCaseExtendsParamResponse(SdkResponse):
8
+
9
+ """
10
+ Attributes:
11
+ openapi_types (dict): The key is attribute name
12
+ and the value is attribute type.
13
+ attribute_map (dict): The key is attribute name
14
+ and the value is json key in definition.
15
+ """
16
+ sensitive_list = []
17
+
18
+ openapi_types = {
19
+ 'error_code': 'str',
20
+ 'error_msg': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'error_code': 'error_code',
25
+ 'error_msg': 'error_msg'
26
+ }
27
+
28
+ def __init__(self, error_code=None, error_msg=None):
29
+ r"""ShowCaseExtendsParamResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param error_code: 错误码
34
+ :type error_code: str
35
+ :param error_msg: 错误描述
36
+ :type error_msg: str
37
+ """
38
+
39
+ super().__init__()
40
+
41
+ self._error_code = None
42
+ self._error_msg = None
43
+ self.discriminator = None
44
+
45
+ if error_code is not None:
46
+ self.error_code = error_code
47
+ if error_msg is not None:
48
+ self.error_msg = error_msg
49
+
50
+ @property
51
+ def error_code(self):
52
+ r"""Gets the error_code of this ShowCaseExtendsParamResponse.
53
+
54
+ 错误码
55
+
56
+ :return: The error_code of this ShowCaseExtendsParamResponse.
57
+ :rtype: str
58
+ """
59
+ return self._error_code
60
+
61
+ @error_code.setter
62
+ def error_code(self, error_code):
63
+ r"""Sets the error_code of this ShowCaseExtendsParamResponse.
64
+
65
+ 错误码
66
+
67
+ :param error_code: The error_code of this ShowCaseExtendsParamResponse.
68
+ :type error_code: str
69
+ """
70
+ self._error_code = error_code
71
+
72
+ @property
73
+ def error_msg(self):
74
+ r"""Gets the error_msg of this ShowCaseExtendsParamResponse.
75
+
76
+ 错误描述
77
+
78
+ :return: The error_msg of this ShowCaseExtendsParamResponse.
79
+ :rtype: str
80
+ """
81
+ return self._error_msg
82
+
83
+ @error_msg.setter
84
+ def error_msg(self, error_msg):
85
+ r"""Sets the error_msg of this ShowCaseExtendsParamResponse.
86
+
87
+ 错误描述
88
+
89
+ :param error_msg: The error_msg of this ShowCaseExtendsParamResponse.
90
+ :type error_msg: str
91
+ """
92
+ self._error_msg = error_msg
93
+
94
+ def to_dict(self):
95
+ import warnings
96
+ warnings.warn("ShowCaseExtendsParamResponse.to_dict() is deprecated and no longer maintained, "
97
+ "use to_json_object() to get the response content.", DeprecationWarning)
98
+ result = {}
99
+
100
+ for attr, _ in self.openapi_types.items():
101
+ value = getattr(self, attr)
102
+ if isinstance(value, list):
103
+ result[attr] = list(map(
104
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
105
+ value
106
+ ))
107
+ elif hasattr(value, "to_dict"):
108
+ result[attr] = value.to_dict()
109
+ elif isinstance(value, dict):
110
+ result[attr] = dict(map(
111
+ lambda item: (item[0], item[1].to_dict())
112
+ if hasattr(item[1], "to_dict") else item,
113
+ value.items()
114
+ ))
115
+ else:
116
+ if attr in self.sensitive_list:
117
+ result[attr] = "****"
118
+ else:
119
+ result[attr] = value
120
+
121
+ return result
122
+
123
+ def to_str(self):
124
+ """Returns the string representation of the model"""
125
+ import simplejson as json
126
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
127
+
128
+ def __repr__(self):
129
+ """For `print`"""
130
+ return self.to_str()
131
+
132
+ def __eq__(self, other):
133
+ """Returns true if both objects are equal"""
134
+ if not isinstance(other, ShowCaseExtendsParamResponse):
135
+ return False
136
+
137
+ return self.__dict__ == other.__dict__
138
+
139
+ def __ne__(self, other):
140
+ """Returns true if both objects are not equal"""
141
+ return not self == other