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.
- huaweicloudsdkosm/__init__.py +0 -0
- huaweicloudsdkosm/v2/__init__.py +247 -0
- huaweicloudsdkosm/v2/model/__init__.py +244 -0
- huaweicloudsdkosm/v2/model/accessory_json_format_req.py +192 -0
- huaweicloudsdkosm/v2/model/accessory_limit_vo.py +166 -0
- huaweicloudsdkosm/v2/model/accessory_url.py +166 -0
- huaweicloudsdkosm/v2/model/agency_v2.py +282 -0
- huaweicloudsdkosm/v2/model/agree_tenant_authorization_v2_req.py +224 -0
- huaweicloudsdkosm/v2/model/agreement_vo.py +253 -0
- huaweicloudsdkosm/v2/model/area_code_simple_info_v2.py +166 -0
- huaweicloudsdkosm/v2/model/case_label_info.py +166 -0
- huaweicloudsdkosm/v2/model/case_query_label.py +166 -0
- huaweicloudsdkosm/v2/model/case_realtion_info.py +166 -0
- huaweicloudsdkosm/v2/model/check_hosts_request.py +219 -0
- huaweicloudsdkosm/v2/model/check_hosts_response.py +141 -0
- huaweicloudsdkosm/v2/model/check_need_verify_request.py +251 -0
- huaweicloudsdkosm/v2/model/check_need_verify_response.py +141 -0
- huaweicloudsdkosm/v2/model/check_verify_codes_request.py +191 -0
- huaweicloudsdkosm/v2/model/check_verify_codes_response.py +141 -0
- huaweicloudsdkosm/v2/model/common_param_v2.py +195 -0
- huaweicloudsdkosm/v2/model/confirm_authorizations_request.py +219 -0
- huaweicloudsdkosm/v2/model/confirm_authorizations_response.py +141 -0
- huaweicloudsdkosm/v2/model/contact_v2.py +195 -0
- huaweicloudsdkosm/v2/model/contact_way_info_v2.py +336 -0
- huaweicloudsdkosm/v2/model/create_and_delete_privilege_req.py +136 -0
- huaweicloudsdkosm/v2/model/create_case_extends_param_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_case_extends_param_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_case_labels_request.py +222 -0
- huaweicloudsdkosm/v2/model/create_case_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_cases_request.py +249 -0
- huaweicloudsdkosm/v2/model/create_cases_response.py +112 -0
- huaweicloudsdkosm/v2/model/create_diagnose_feedback_request.py +104 -0
- huaweicloudsdkosm/v2/model/create_diagnose_feedback_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_diagnose_job_request.py +104 -0
- huaweicloudsdkosm/v2/model/create_diagnose_job_response.py +170 -0
- huaweicloudsdkosm/v2/model/create_feedback_req.py +164 -0
- huaweicloudsdkosm/v2/model/create_feedback_request.py +104 -0
- huaweicloudsdkosm/v2/model/create_feedback_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_feedback_v2_req.py +240 -0
- huaweicloudsdkosm/v2/model/create_labels_req.py +135 -0
- huaweicloudsdkosm/v2/model/create_labels_request.py +191 -0
- huaweicloudsdkosm/v2/model/create_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_message_do_v2.py +136 -0
- huaweicloudsdkosm/v2/model/create_message_v2_req.py +132 -0
- huaweicloudsdkosm/v2/model/create_messages_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_messages_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_order_incident_v2_req.py +540 -0
- huaweicloudsdkosm/v2/model/create_privileges_request.py +191 -0
- huaweicloudsdkosm/v2/model/create_privileges_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_relations_req.py +136 -0
- huaweicloudsdkosm/v2/model/create_relations_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_relations_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_score_v2_req.py +164 -0
- huaweicloudsdkosm/v2/model/create_scores_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_scores_response.py +141 -0
- huaweicloudsdkosm/v2/model/data_center_v2_do.py +195 -0
- huaweicloudsdkosm/v2/model/delete_accessories_request.py +194 -0
- huaweicloudsdkosm/v2/model/delete_accessories_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_case_labels_request.py +222 -0
- huaweicloudsdkosm/v2/model/delete_case_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_labels_request.py +194 -0
- huaweicloudsdkosm/v2/model/delete_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_relation_request.py +219 -0
- huaweicloudsdkosm/v2/model/delete_relation_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_relations_req.py +136 -0
- huaweicloudsdkosm/v2/model/diagnose_record_vo.py +340 -0
- huaweicloudsdkosm/v2/model/diagnose_resource_vo.py +398 -0
- huaweicloudsdkosm/v2/model/download_accessories_request.py +223 -0
- huaweicloudsdkosm/v2/model/download_accessories_response.py +81 -0
- huaweicloudsdkosm/v2/model/download_cases_request.py +541 -0
- huaweicloudsdkosm/v2/model/download_cases_response.py +81 -0
- huaweicloudsdkosm/v2/model/download_images_request.py +223 -0
- huaweicloudsdkosm/v2/model/download_images_response.py +81 -0
- huaweicloudsdkosm/v2/model/extends_param_v2.py +485 -0
- huaweicloudsdkosm/v2/model/file_operate_log.py +311 -0
- huaweicloudsdkosm/v2/model/im_status_v2.py +137 -0
- huaweicloudsdkosm/v2/model/im_unread_v2.py +166 -0
- huaweicloudsdkosm/v2/model/incident_detail_ext_info_v2.py +282 -0
- huaweicloudsdkosm/v2/model/incident_detail_info_v2.py +586 -0
- huaweicloudsdkosm/v2/model/incident_info.py +456 -0
- huaweicloudsdkosm/v2/model/incident_info_v2.py +535 -0
- huaweicloudsdkosm/v2/model/incident_message_v2.py +311 -0
- huaweicloudsdkosm/v2/model/incident_operate_log_v2.py +340 -0
- huaweicloudsdkosm/v2/model/incident_order_auth_detail_info_v2.py +282 -0
- huaweicloudsdkosm/v2/model/incident_order_auth_v2.py +572 -0
- huaweicloudsdkosm/v2/model/incident_order_cc_email_info_v2.py +166 -0
- huaweicloudsdkosm/v2/model/incident_product_category_v2.py +224 -0
- huaweicloudsdkosm/v2/model/incident_satisfaction_v2_do.py +280 -0
- huaweicloudsdkosm/v2/model/incident_status_count.py +137 -0
- huaweicloudsdkosm/v2/model/incident_sub_type_v2_do.py +166 -0
- huaweicloudsdkosm/v2/model/incident_temp_v2.py +166 -0
- huaweicloudsdkosm/v2/model/intellectual_property_v2.py +195 -0
- huaweicloudsdkosm/v2/model/item_result_detail_vo.py +311 -0
- huaweicloudsdkosm/v2/model/item_result_vo.py +282 -0
- huaweicloudsdkosm/v2/model/label_info.py +166 -0
- huaweicloudsdkosm/v2/model/list_accessory_access_urls_request.py +223 -0
- huaweicloudsdkosm/v2/model/list_accessory_access_urls_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_agencies_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_agencies_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_area_codes_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_area_codes_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_authorizations_request.py +369 -0
- huaweicloudsdkosm/v2/model/list_authorizations_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_categories_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_case_categories_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_cc_emails_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_case_cc_emails_response.py +137 -0
- huaweicloudsdkosm/v2/model/list_case_counts_request.py +195 -0
- huaweicloudsdkosm/v2/model/list_case_counts_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_case_labels_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_case_labels_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_case_limits_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_case_limits_response.py +108 -0
- huaweicloudsdkosm/v2/model/list_case_operate_logs_request.py +281 -0
- huaweicloudsdkosm/v2/model/list_case_operate_logs_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_quotas_request.py +223 -0
- huaweicloudsdkosm/v2/model/list_case_quotas_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_templates_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_case_templates_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_cases_request.py +543 -0
- huaweicloudsdkosm/v2/model/list_cases_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_customers_regions_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_customers_regions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_diagnose_items_request.py +104 -0
- huaweicloudsdkosm/v2/model/list_diagnose_items_response.py +170 -0
- huaweicloudsdkosm/v2/model/list_diagnose_job_request.py +108 -0
- huaweicloudsdkosm/v2/model/list_diagnose_job_response.py +286 -0
- huaweicloudsdkosm/v2/model/list_diagnose_records_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_diagnose_records_response.py +199 -0
- huaweicloudsdkosm/v2/model/list_diagnose_resources_request.py +104 -0
- huaweicloudsdkosm/v2/model/list_diagnose_resources_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_extends_params_request.py +252 -0
- huaweicloudsdkosm/v2/model/list_extends_params_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_has_verified_contacts_request.py +427 -0
- huaweicloudsdkosm/v2/model/list_has_verified_contacts_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_history_operate_logs_request.py +366 -0
- huaweicloudsdkosm/v2/model/list_history_operate_logs_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_history_sessions_request.py +309 -0
- huaweicloudsdkosm/v2/model/list_history_sessions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_labels_request.py +282 -0
- huaweicloudsdkosm/v2/model/list_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_messages_request.py +281 -0
- huaweicloudsdkosm/v2/model/list_messages_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_more_instant_messages_request.py +307 -0
- huaweicloudsdkosm/v2/model/list_more_instant_messages_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_new_instant_messages_request.py +252 -0
- huaweicloudsdkosm/v2/model/list_new_instant_messages_response.py +170 -0
- huaweicloudsdkosm/v2/model/list_order_incident_request.py +543 -0
- huaweicloudsdkosm/v2/model/list_order_incident_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_privileges_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_privileges_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_problem_types_request.py +195 -0
- huaweicloudsdkosm/v2/model/list_problem_types_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_product_categories_request.py +195 -0
- huaweicloudsdkosm/v2/model/list_product_categories_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_regions_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_regions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_relation_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_relation_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_severities_request.py +222 -0
- huaweicloudsdkosm/v2/model/list_severities_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_sub_customers_request.py +224 -0
- huaweicloudsdkosm/v2/model/list_sub_customers_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_transport_histories_request.py +366 -0
- huaweicloudsdkosm/v2/model/list_transport_histories_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_request.py +223 -0
- huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_response.py +112 -0
- huaweicloudsdkosm/v2/model/operate_authorization_v2_req.py +137 -0
- huaweicloudsdkosm/v2/model/operate_history_session.py +195 -0
- huaweicloudsdkosm/v2/model/operate_log.py +137 -0
- huaweicloudsdkosm/v2/model/partners_service_info.py +224 -0
- huaweicloudsdkosm/v2/model/put_case_ext_param_req.py +166 -0
- huaweicloudsdkosm/v2/model/query_diagnose_items_req.py +137 -0
- huaweicloudsdkosm/v2/model/query_message_info_v2.py +340 -0
- huaweicloudsdkosm/v2/model/query_tsc_diagnose_resources_req.py +137 -0
- huaweicloudsdkosm/v2/model/region.py +137 -0
- huaweicloudsdkosm/v2/model/revoke_message_request.py +222 -0
- huaweicloudsdkosm/v2/model/revoke_message_response.py +141 -0
- huaweicloudsdkosm/v2/model/satisfaction_dimension_simple_info_v2.py +253 -0
- huaweicloudsdkosm/v2/model/send_verify_code_req.py +163 -0
- huaweicloudsdkosm/v2/model/send_verify_codes_request.py +191 -0
- huaweicloudsdkosm/v2/model/send_verify_codes_response.py +141 -0
- huaweicloudsdkosm/v2/model/severity_v2_do.py +166 -0
- huaweicloudsdkosm/v2/model/show_accessory_limits_request.py +166 -0
- huaweicloudsdkosm/v2/model/show_accessory_limits_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_authorization_detail_request.py +223 -0
- huaweicloudsdkosm/v2/model/show_authorization_detail_response.py +605 -0
- huaweicloudsdkosm/v2/model/show_case_detail_request.py +223 -0
- huaweicloudsdkosm/v2/model/show_case_detail_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_case_extends_param_request.py +223 -0
- huaweicloudsdkosm/v2/model/show_case_extends_param_response.py +141 -0
- huaweicloudsdkosm/v2/model/show_case_status_request.py +194 -0
- huaweicloudsdkosm/v2/model/show_case_status_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_configuration_request.py +107 -0
- huaweicloudsdkosm/v2/model/show_configuration_response.py +199 -0
- huaweicloudsdkosm/v2/model/show_customer_privilege_policy_request.py +166 -0
- huaweicloudsdkosm/v2/model/show_customer_privilege_policy_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_download_accessory_url_request.py +193 -0
- huaweicloudsdkosm/v2/model/show_download_accessory_url_response.py +170 -0
- huaweicloudsdkosm/v2/model/show_latest_published_agreement_request.py +195 -0
- huaweicloudsdkosm/v2/model/show_latest_published_agreement_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_login_type_request.py +137 -0
- huaweicloudsdkosm/v2/model/show_login_type_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_partners_cases_privilege_request.py +166 -0
- huaweicloudsdkosm/v2/model/show_partners_cases_privilege_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_partners_service_info_request.py +224 -0
- huaweicloudsdkosm/v2/model/show_partners_service_info_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_request.py +195 -0
- huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_response.py +112 -0
- huaweicloudsdkosm/v2/model/sign_agreement_req.py +108 -0
- huaweicloudsdkosm/v2/model/sign_published_agreement_request.py +219 -0
- huaweicloudsdkosm/v2/model/sign_published_agreement_response.py +112 -0
- huaweicloudsdkosm/v2/model/simple_accessory_v2.py +137 -0
- huaweicloudsdkosm/v2/model/simple_incident_business_type_v2.py +195 -0
- huaweicloudsdkosm/v2/model/sub_cutomer_info_v2.py +253 -0
- huaweicloudsdkosm/v2/model/submit_diagnose_job_req.py +165 -0
- huaweicloudsdkosm/v2/model/tenant_agree_auth_detail_v2.py +194 -0
- huaweicloudsdkosm/v2/model/tenant_config_v2.py +108 -0
- huaweicloudsdkosm/v2/model/update_authorizations_request.py +248 -0
- huaweicloudsdkosm/v2/model/update_authorizations_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_case_contact_info_req.py +253 -0
- huaweicloudsdkosm/v2/model/update_case_contact_info_request.py +219 -0
- huaweicloudsdkosm/v2/model/update_case_contact_info_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_cases_request.py +247 -0
- huaweicloudsdkosm/v2/model/update_cases_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_labels_req.py +135 -0
- huaweicloudsdkosm/v2/model/update_labels_request.py +219 -0
- huaweicloudsdkosm/v2/model/update_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_new_instant_messages_read_request.py +219 -0
- huaweicloudsdkosm/v2/model/update_new_instant_messages_read_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_unread_new_instant_msg_v2_req.py +108 -0
- huaweicloudsdkosm/v2/model/upload_accessory_request.py +191 -0
- huaweicloudsdkosm/v2/model/upload_accessory_request_body.py +135 -0
- huaweicloudsdkosm/v2/model/upload_accessory_response.py +112 -0
- huaweicloudsdkosm/v2/model/upload_json_accessories_request.py +191 -0
- huaweicloudsdkosm/v2/model/upload_json_accessories_response.py +112 -0
- huaweicloudsdkosm/v2/model/user_instant_incident_msg_v2.py +137 -0
- huaweicloudsdkosm/v2/model/verify_host_v2_req.py +192 -0
- huaweicloudsdkosm/v2/model/verify_verify_code_v2_req.py +250 -0
- huaweicloudsdkosm/v2/model/work_order_operate_v2_req.py +195 -0
- huaweicloudsdkosm/v2/osm_async_client.py +6081 -0
- huaweicloudsdkosm/v2/osm_client.py +6078 -0
- huaweicloudsdkosm/v2/region/__init__.py +0 -0
- huaweicloudsdkosm/v2/region/osm_region.py +31 -0
- huaweicloudsdkosm-3.1.174.dist-info/METADATA +25 -0
- huaweicloudsdkosm-3.1.174.dist-info/RECORD +250 -0
- huaweicloudsdkosm-3.1.174.dist-info/WHEEL +4 -0
- huaweicloudsdkosm-3.1.174.dist-info/licenses/LICENSE +13 -0
|
@@ -0,0 +1,427 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class ListHasVerifiedContactsRequest:
|
|
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
|
+
'contact_way': 'int',
|
|
19
|
+
'customer_id': 'str',
|
|
20
|
+
'sub_customer_id': 'str',
|
|
21
|
+
'expired_time': 'str',
|
|
22
|
+
'verified_id': 'str',
|
|
23
|
+
'contact_value': 'str',
|
|
24
|
+
'area_code': 'str',
|
|
25
|
+
'offset': 'int',
|
|
26
|
+
'limit': 'int',
|
|
27
|
+
'x_site': 'int',
|
|
28
|
+
'x_language': 'str',
|
|
29
|
+
'x_time_zone': 'str'
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
attribute_map = {
|
|
33
|
+
'contact_way': 'contact_way',
|
|
34
|
+
'customer_id': 'customer_id',
|
|
35
|
+
'sub_customer_id': 'sub_customer_id',
|
|
36
|
+
'expired_time': 'expired_time',
|
|
37
|
+
'verified_id': 'verified_id',
|
|
38
|
+
'contact_value': 'contact_value',
|
|
39
|
+
'area_code': 'area_code',
|
|
40
|
+
'offset': 'offset',
|
|
41
|
+
'limit': 'limit',
|
|
42
|
+
'x_site': 'X-Site',
|
|
43
|
+
'x_language': 'X-Language',
|
|
44
|
+
'x_time_zone': 'X-Time-Zone'
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
def __init__(self, contact_way=None, customer_id=None, sub_customer_id=None, expired_time=None, verified_id=None, contact_value=None, area_code=None, offset=None, limit=None, x_site=None, x_language=None, x_time_zone=None):
|
|
48
|
+
r"""ListHasVerifiedContactsRequest
|
|
49
|
+
|
|
50
|
+
The model defined in huaweicloud sdk
|
|
51
|
+
|
|
52
|
+
:param contact_way: 联系方式类型,0: 手机; 1: 邮箱
|
|
53
|
+
:type contact_way: int
|
|
54
|
+
:param customer_id: 客户id
|
|
55
|
+
:type customer_id: str
|
|
56
|
+
:param sub_customer_id: 子用户id
|
|
57
|
+
:type sub_customer_id: str
|
|
58
|
+
:param expired_time: 过期时间
|
|
59
|
+
:type expired_time: str
|
|
60
|
+
:param verified_id: 验证序列号
|
|
61
|
+
:type verified_id: str
|
|
62
|
+
:param contact_value: 联系方式的值
|
|
63
|
+
:type contact_value: str
|
|
64
|
+
:param area_code: 国家码
|
|
65
|
+
:type area_code: str
|
|
66
|
+
:param offset: 查询偏移量
|
|
67
|
+
:type offset: int
|
|
68
|
+
:param limit: 查询数量
|
|
69
|
+
:type limit: int
|
|
70
|
+
:param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
|
|
71
|
+
:type x_site: int
|
|
72
|
+
:param x_language: 语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
|
|
73
|
+
:type x_language: str
|
|
74
|
+
:param x_time_zone: 环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
|
|
75
|
+
:type x_time_zone: str
|
|
76
|
+
"""
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
self._contact_way = None
|
|
81
|
+
self._customer_id = None
|
|
82
|
+
self._sub_customer_id = None
|
|
83
|
+
self._expired_time = None
|
|
84
|
+
self._verified_id = None
|
|
85
|
+
self._contact_value = None
|
|
86
|
+
self._area_code = None
|
|
87
|
+
self._offset = None
|
|
88
|
+
self._limit = None
|
|
89
|
+
self._x_site = None
|
|
90
|
+
self._x_language = None
|
|
91
|
+
self._x_time_zone = None
|
|
92
|
+
self.discriminator = None
|
|
93
|
+
|
|
94
|
+
if contact_way is not None:
|
|
95
|
+
self.contact_way = contact_way
|
|
96
|
+
if customer_id is not None:
|
|
97
|
+
self.customer_id = customer_id
|
|
98
|
+
if sub_customer_id is not None:
|
|
99
|
+
self.sub_customer_id = sub_customer_id
|
|
100
|
+
if expired_time is not None:
|
|
101
|
+
self.expired_time = expired_time
|
|
102
|
+
if verified_id is not None:
|
|
103
|
+
self.verified_id = verified_id
|
|
104
|
+
if contact_value is not None:
|
|
105
|
+
self.contact_value = contact_value
|
|
106
|
+
if area_code is not None:
|
|
107
|
+
self.area_code = area_code
|
|
108
|
+
if offset is not None:
|
|
109
|
+
self.offset = offset
|
|
110
|
+
if limit is not None:
|
|
111
|
+
self.limit = limit
|
|
112
|
+
if x_site is not None:
|
|
113
|
+
self.x_site = x_site
|
|
114
|
+
if x_language is not None:
|
|
115
|
+
self.x_language = x_language
|
|
116
|
+
if x_time_zone is not None:
|
|
117
|
+
self.x_time_zone = x_time_zone
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
def contact_way(self):
|
|
121
|
+
r"""Gets the contact_way of this ListHasVerifiedContactsRequest.
|
|
122
|
+
|
|
123
|
+
联系方式类型,0: 手机; 1: 邮箱
|
|
124
|
+
|
|
125
|
+
:return: The contact_way of this ListHasVerifiedContactsRequest.
|
|
126
|
+
:rtype: int
|
|
127
|
+
"""
|
|
128
|
+
return self._contact_way
|
|
129
|
+
|
|
130
|
+
@contact_way.setter
|
|
131
|
+
def contact_way(self, contact_way):
|
|
132
|
+
r"""Sets the contact_way of this ListHasVerifiedContactsRequest.
|
|
133
|
+
|
|
134
|
+
联系方式类型,0: 手机; 1: 邮箱
|
|
135
|
+
|
|
136
|
+
:param contact_way: The contact_way of this ListHasVerifiedContactsRequest.
|
|
137
|
+
:type contact_way: int
|
|
138
|
+
"""
|
|
139
|
+
self._contact_way = contact_way
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
def customer_id(self):
|
|
143
|
+
r"""Gets the customer_id of this ListHasVerifiedContactsRequest.
|
|
144
|
+
|
|
145
|
+
客户id
|
|
146
|
+
|
|
147
|
+
:return: The customer_id of this ListHasVerifiedContactsRequest.
|
|
148
|
+
:rtype: str
|
|
149
|
+
"""
|
|
150
|
+
return self._customer_id
|
|
151
|
+
|
|
152
|
+
@customer_id.setter
|
|
153
|
+
def customer_id(self, customer_id):
|
|
154
|
+
r"""Sets the customer_id of this ListHasVerifiedContactsRequest.
|
|
155
|
+
|
|
156
|
+
客户id
|
|
157
|
+
|
|
158
|
+
:param customer_id: The customer_id of this ListHasVerifiedContactsRequest.
|
|
159
|
+
:type customer_id: str
|
|
160
|
+
"""
|
|
161
|
+
self._customer_id = customer_id
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
def sub_customer_id(self):
|
|
165
|
+
r"""Gets the sub_customer_id of this ListHasVerifiedContactsRequest.
|
|
166
|
+
|
|
167
|
+
子用户id
|
|
168
|
+
|
|
169
|
+
:return: The sub_customer_id of this ListHasVerifiedContactsRequest.
|
|
170
|
+
:rtype: str
|
|
171
|
+
"""
|
|
172
|
+
return self._sub_customer_id
|
|
173
|
+
|
|
174
|
+
@sub_customer_id.setter
|
|
175
|
+
def sub_customer_id(self, sub_customer_id):
|
|
176
|
+
r"""Sets the sub_customer_id of this ListHasVerifiedContactsRequest.
|
|
177
|
+
|
|
178
|
+
子用户id
|
|
179
|
+
|
|
180
|
+
:param sub_customer_id: The sub_customer_id of this ListHasVerifiedContactsRequest.
|
|
181
|
+
:type sub_customer_id: str
|
|
182
|
+
"""
|
|
183
|
+
self._sub_customer_id = sub_customer_id
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
def expired_time(self):
|
|
187
|
+
r"""Gets the expired_time of this ListHasVerifiedContactsRequest.
|
|
188
|
+
|
|
189
|
+
过期时间
|
|
190
|
+
|
|
191
|
+
:return: The expired_time of this ListHasVerifiedContactsRequest.
|
|
192
|
+
:rtype: str
|
|
193
|
+
"""
|
|
194
|
+
return self._expired_time
|
|
195
|
+
|
|
196
|
+
@expired_time.setter
|
|
197
|
+
def expired_time(self, expired_time):
|
|
198
|
+
r"""Sets the expired_time of this ListHasVerifiedContactsRequest.
|
|
199
|
+
|
|
200
|
+
过期时间
|
|
201
|
+
|
|
202
|
+
:param expired_time: The expired_time of this ListHasVerifiedContactsRequest.
|
|
203
|
+
:type expired_time: str
|
|
204
|
+
"""
|
|
205
|
+
self._expired_time = expired_time
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
def verified_id(self):
|
|
209
|
+
r"""Gets the verified_id of this ListHasVerifiedContactsRequest.
|
|
210
|
+
|
|
211
|
+
验证序列号
|
|
212
|
+
|
|
213
|
+
:return: The verified_id of this ListHasVerifiedContactsRequest.
|
|
214
|
+
:rtype: str
|
|
215
|
+
"""
|
|
216
|
+
return self._verified_id
|
|
217
|
+
|
|
218
|
+
@verified_id.setter
|
|
219
|
+
def verified_id(self, verified_id):
|
|
220
|
+
r"""Sets the verified_id of this ListHasVerifiedContactsRequest.
|
|
221
|
+
|
|
222
|
+
验证序列号
|
|
223
|
+
|
|
224
|
+
:param verified_id: The verified_id of this ListHasVerifiedContactsRequest.
|
|
225
|
+
:type verified_id: str
|
|
226
|
+
"""
|
|
227
|
+
self._verified_id = verified_id
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
def contact_value(self):
|
|
231
|
+
r"""Gets the contact_value of this ListHasVerifiedContactsRequest.
|
|
232
|
+
|
|
233
|
+
联系方式的值
|
|
234
|
+
|
|
235
|
+
:return: The contact_value of this ListHasVerifiedContactsRequest.
|
|
236
|
+
:rtype: str
|
|
237
|
+
"""
|
|
238
|
+
return self._contact_value
|
|
239
|
+
|
|
240
|
+
@contact_value.setter
|
|
241
|
+
def contact_value(self, contact_value):
|
|
242
|
+
r"""Sets the contact_value of this ListHasVerifiedContactsRequest.
|
|
243
|
+
|
|
244
|
+
联系方式的值
|
|
245
|
+
|
|
246
|
+
:param contact_value: The contact_value of this ListHasVerifiedContactsRequest.
|
|
247
|
+
:type contact_value: str
|
|
248
|
+
"""
|
|
249
|
+
self._contact_value = contact_value
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
def area_code(self):
|
|
253
|
+
r"""Gets the area_code of this ListHasVerifiedContactsRequest.
|
|
254
|
+
|
|
255
|
+
国家码
|
|
256
|
+
|
|
257
|
+
:return: The area_code of this ListHasVerifiedContactsRequest.
|
|
258
|
+
:rtype: str
|
|
259
|
+
"""
|
|
260
|
+
return self._area_code
|
|
261
|
+
|
|
262
|
+
@area_code.setter
|
|
263
|
+
def area_code(self, area_code):
|
|
264
|
+
r"""Sets the area_code of this ListHasVerifiedContactsRequest.
|
|
265
|
+
|
|
266
|
+
国家码
|
|
267
|
+
|
|
268
|
+
:param area_code: The area_code of this ListHasVerifiedContactsRequest.
|
|
269
|
+
:type area_code: str
|
|
270
|
+
"""
|
|
271
|
+
self._area_code = area_code
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
def offset(self):
|
|
275
|
+
r"""Gets the offset of this ListHasVerifiedContactsRequest.
|
|
276
|
+
|
|
277
|
+
查询偏移量
|
|
278
|
+
|
|
279
|
+
:return: The offset of this ListHasVerifiedContactsRequest.
|
|
280
|
+
:rtype: int
|
|
281
|
+
"""
|
|
282
|
+
return self._offset
|
|
283
|
+
|
|
284
|
+
@offset.setter
|
|
285
|
+
def offset(self, offset):
|
|
286
|
+
r"""Sets the offset of this ListHasVerifiedContactsRequest.
|
|
287
|
+
|
|
288
|
+
查询偏移量
|
|
289
|
+
|
|
290
|
+
:param offset: The offset of this ListHasVerifiedContactsRequest.
|
|
291
|
+
:type offset: int
|
|
292
|
+
"""
|
|
293
|
+
self._offset = offset
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
def limit(self):
|
|
297
|
+
r"""Gets the limit of this ListHasVerifiedContactsRequest.
|
|
298
|
+
|
|
299
|
+
查询数量
|
|
300
|
+
|
|
301
|
+
:return: The limit of this ListHasVerifiedContactsRequest.
|
|
302
|
+
:rtype: int
|
|
303
|
+
"""
|
|
304
|
+
return self._limit
|
|
305
|
+
|
|
306
|
+
@limit.setter
|
|
307
|
+
def limit(self, limit):
|
|
308
|
+
r"""Sets the limit of this ListHasVerifiedContactsRequest.
|
|
309
|
+
|
|
310
|
+
查询数量
|
|
311
|
+
|
|
312
|
+
:param limit: The limit of this ListHasVerifiedContactsRequest.
|
|
313
|
+
:type limit: int
|
|
314
|
+
"""
|
|
315
|
+
self._limit = limit
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
def x_site(self):
|
|
319
|
+
r"""Gets the x_site of this ListHasVerifiedContactsRequest.
|
|
320
|
+
|
|
321
|
+
对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
|
|
322
|
+
|
|
323
|
+
:return: The x_site of this ListHasVerifiedContactsRequest.
|
|
324
|
+
:rtype: int
|
|
325
|
+
"""
|
|
326
|
+
return self._x_site
|
|
327
|
+
|
|
328
|
+
@x_site.setter
|
|
329
|
+
def x_site(self, x_site):
|
|
330
|
+
r"""Sets the x_site of this ListHasVerifiedContactsRequest.
|
|
331
|
+
|
|
332
|
+
对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
|
|
333
|
+
|
|
334
|
+
:param x_site: The x_site of this ListHasVerifiedContactsRequest.
|
|
335
|
+
:type x_site: int
|
|
336
|
+
"""
|
|
337
|
+
self._x_site = x_site
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
def x_language(self):
|
|
341
|
+
r"""Gets the x_language of this ListHasVerifiedContactsRequest.
|
|
342
|
+
|
|
343
|
+
语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
|
|
344
|
+
|
|
345
|
+
:return: The x_language of this ListHasVerifiedContactsRequest.
|
|
346
|
+
:rtype: str
|
|
347
|
+
"""
|
|
348
|
+
return self._x_language
|
|
349
|
+
|
|
350
|
+
@x_language.setter
|
|
351
|
+
def x_language(self, x_language):
|
|
352
|
+
r"""Sets the x_language of this ListHasVerifiedContactsRequest.
|
|
353
|
+
|
|
354
|
+
语言环境,值为通用的语言描述字符串,比如zh-cn等,默认为zh-cn。 会根据语言环境对应展示一些国际化的信息,比如工单类型名称等。
|
|
355
|
+
|
|
356
|
+
:param x_language: The x_language of this ListHasVerifiedContactsRequest.
|
|
357
|
+
:type x_language: str
|
|
358
|
+
"""
|
|
359
|
+
self._x_language = x_language
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
def x_time_zone(self):
|
|
363
|
+
r"""Gets the x_time_zone of this ListHasVerifiedContactsRequest.
|
|
364
|
+
|
|
365
|
+
环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
|
|
366
|
+
|
|
367
|
+
:return: The x_time_zone of this ListHasVerifiedContactsRequest.
|
|
368
|
+
:rtype: str
|
|
369
|
+
"""
|
|
370
|
+
return self._x_time_zone
|
|
371
|
+
|
|
372
|
+
@x_time_zone.setter
|
|
373
|
+
def x_time_zone(self, x_time_zone):
|
|
374
|
+
r"""Sets the x_time_zone of this ListHasVerifiedContactsRequest.
|
|
375
|
+
|
|
376
|
+
环境时区,值为通用的时区描述字符串,比如GMT+8等,默认为GMT+8。 涉及时间的数据会根据环境时区处理。
|
|
377
|
+
|
|
378
|
+
:param x_time_zone: The x_time_zone of this ListHasVerifiedContactsRequest.
|
|
379
|
+
:type x_time_zone: str
|
|
380
|
+
"""
|
|
381
|
+
self._x_time_zone = x_time_zone
|
|
382
|
+
|
|
383
|
+
def to_dict(self):
|
|
384
|
+
result = {}
|
|
385
|
+
|
|
386
|
+
for attr, _ in self.openapi_types.items():
|
|
387
|
+
value = getattr(self, attr)
|
|
388
|
+
if isinstance(value, list):
|
|
389
|
+
result[attr] = list(map(
|
|
390
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
391
|
+
value
|
|
392
|
+
))
|
|
393
|
+
elif hasattr(value, "to_dict"):
|
|
394
|
+
result[attr] = value.to_dict()
|
|
395
|
+
elif isinstance(value, dict):
|
|
396
|
+
result[attr] = dict(map(
|
|
397
|
+
lambda item: (item[0], item[1].to_dict())
|
|
398
|
+
if hasattr(item[1], "to_dict") else item,
|
|
399
|
+
value.items()
|
|
400
|
+
))
|
|
401
|
+
else:
|
|
402
|
+
if attr in self.sensitive_list:
|
|
403
|
+
result[attr] = "****"
|
|
404
|
+
else:
|
|
405
|
+
result[attr] = value
|
|
406
|
+
|
|
407
|
+
return result
|
|
408
|
+
|
|
409
|
+
def to_str(self):
|
|
410
|
+
"""Returns the string representation of the model"""
|
|
411
|
+
import simplejson as json
|
|
412
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
413
|
+
|
|
414
|
+
def __repr__(self):
|
|
415
|
+
"""For `print`"""
|
|
416
|
+
return self.to_str()
|
|
417
|
+
|
|
418
|
+
def __eq__(self, other):
|
|
419
|
+
"""Returns true if both objects are equal"""
|
|
420
|
+
if not isinstance(other, ListHasVerifiedContactsRequest):
|
|
421
|
+
return False
|
|
422
|
+
|
|
423
|
+
return self.__dict__ == other.__dict__
|
|
424
|
+
|
|
425
|
+
def __ne__(self, other):
|
|
426
|
+
"""Returns true if both objects are not equal"""
|
|
427
|
+
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 ListHasVerifiedContactsResponse(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
|
+
'count': 'int',
|
|
20
|
+
'contact_list': 'list[ContactV2]'
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
attribute_map = {
|
|
24
|
+
'count': 'count',
|
|
25
|
+
'contact_list': 'contact_list'
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
def __init__(self, count=None, contact_list=None):
|
|
29
|
+
r"""ListHasVerifiedContactsResponse
|
|
30
|
+
|
|
31
|
+
The model defined in huaweicloud sdk
|
|
32
|
+
|
|
33
|
+
:param count: 总数
|
|
34
|
+
:type count: int
|
|
35
|
+
:param contact_list: 联系方式列表
|
|
36
|
+
:type contact_list: list[:class:`huaweicloudsdkosm.v2.ContactV2`]
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
super().__init__()
|
|
40
|
+
|
|
41
|
+
self._count = None
|
|
42
|
+
self._contact_list = None
|
|
43
|
+
self.discriminator = None
|
|
44
|
+
|
|
45
|
+
if count is not None:
|
|
46
|
+
self.count = count
|
|
47
|
+
if contact_list is not None:
|
|
48
|
+
self.contact_list = contact_list
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
def count(self):
|
|
52
|
+
r"""Gets the count of this ListHasVerifiedContactsResponse.
|
|
53
|
+
|
|
54
|
+
总数
|
|
55
|
+
|
|
56
|
+
:return: The count of this ListHasVerifiedContactsResponse.
|
|
57
|
+
:rtype: int
|
|
58
|
+
"""
|
|
59
|
+
return self._count
|
|
60
|
+
|
|
61
|
+
@count.setter
|
|
62
|
+
def count(self, count):
|
|
63
|
+
r"""Sets the count of this ListHasVerifiedContactsResponse.
|
|
64
|
+
|
|
65
|
+
总数
|
|
66
|
+
|
|
67
|
+
:param count: The count of this ListHasVerifiedContactsResponse.
|
|
68
|
+
:type count: int
|
|
69
|
+
"""
|
|
70
|
+
self._count = count
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
def contact_list(self):
|
|
74
|
+
r"""Gets the contact_list of this ListHasVerifiedContactsResponse.
|
|
75
|
+
|
|
76
|
+
联系方式列表
|
|
77
|
+
|
|
78
|
+
:return: The contact_list of this ListHasVerifiedContactsResponse.
|
|
79
|
+
:rtype: list[:class:`huaweicloudsdkosm.v2.ContactV2`]
|
|
80
|
+
"""
|
|
81
|
+
return self._contact_list
|
|
82
|
+
|
|
83
|
+
@contact_list.setter
|
|
84
|
+
def contact_list(self, contact_list):
|
|
85
|
+
r"""Sets the contact_list of this ListHasVerifiedContactsResponse.
|
|
86
|
+
|
|
87
|
+
联系方式列表
|
|
88
|
+
|
|
89
|
+
:param contact_list: The contact_list of this ListHasVerifiedContactsResponse.
|
|
90
|
+
:type contact_list: list[:class:`huaweicloudsdkosm.v2.ContactV2`]
|
|
91
|
+
"""
|
|
92
|
+
self._contact_list = contact_list
|
|
93
|
+
|
|
94
|
+
def to_dict(self):
|
|
95
|
+
import warnings
|
|
96
|
+
warnings.warn("ListHasVerifiedContactsResponse.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, ListHasVerifiedContactsResponse):
|
|
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
|