volcengine-python-sdk 4.0.26__py2.py3-none-any.whl → 4.0.28__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.
Potentially problematic release.
This version of volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/RECORD +427 -44
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/top_level.txt +1 -0
- volcenginesdkacep/__init__.py +15 -0
- volcenginesdkacep/api/acep_api.py +485 -0
- volcenginesdkacep/models/__init__.py +15 -0
- volcenginesdkacep/models/backup_data_request.py +176 -0
- volcenginesdkacep/models/backup_data_response.py +149 -0
- volcenginesdkacep/models/delete_backup_data_request.py +150 -0
- volcenginesdkacep/models/delete_backup_data_response.py +123 -0
- volcenginesdkacep/models/detail_for_backup_data_output.py +201 -0
- volcenginesdkacep/models/detail_for_delete_backup_data_output.py +175 -0
- volcenginesdkacep/models/detail_for_restore_data_output.py +175 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_request.py +204 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_response.py +123 -0
- volcenginesdkacep/models/list_backup_data_request.py +254 -0
- volcenginesdkacep/models/list_backup_data_response.py +149 -0
- volcenginesdkacep/models/restore_data_request.py +203 -0
- volcenginesdkacep/models/restore_data_response.py +149 -0
- volcenginesdkacep/models/row_for_get_dc_bandwidth_daily_peak_output.py +253 -0
- volcenginesdkacep/models/row_for_list_backup_data_output.py +799 -0
- volcenginesdkclb/__init__.py +10 -0
- volcenginesdkclb/api/clb_api.py +194 -0
- volcenginesdkclb/models/__init__.py +10 -0
- volcenginesdkclb/models/access_log_for_describe_network_load_balancer_attributes_output.py +175 -0
- volcenginesdkclb/models/add_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/convert_load_balancer_billing_type_request.py +27 -1
- volcenginesdkclb/models/describe_listener_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_network_load_balancer_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_nlb_server_groups_request.py +53 -1
- volcenginesdkclb/models/domain_extension_for_describe_listener_attributes_output.py +201 -0
- volcenginesdkclb/models/domain_extension_for_describe_listeners_output.py +201 -0
- volcenginesdkclb/models/listener_for_describe_listeners_output.py +27 -1
- volcenginesdkclb/models/modify_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_request.py +202 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_response.py +123 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_request.py +202 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_response.py +123 -0
- volcenginesdkclb/models/remove_domain_extension_for_modify_listener_domain_extensions_input.py +123 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdkcore/interceptor/interceptors/build_request_interceptor.py +4 -0
- volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -1
- volcenginesdkdbw/__init__.py +18 -0
- volcenginesdkdbw/api/dbw_api.py +388 -0
- volcenginesdkdbw/models/__init__.py +18 -0
- volcenginesdkdbw/models/column_for_get_table_info_output.py +331 -0
- volcenginesdkdbw/models/execute_sql_request.py +231 -0
- volcenginesdkdbw/models/execute_sql_response.py +123 -0
- volcenginesdkdbw/models/foreign_key_for_get_table_info_output.py +279 -0
- volcenginesdkdbw/models/get_table_info_request.py +205 -0
- volcenginesdkdbw/models/get_table_info_response.py +123 -0
- volcenginesdkdbw/models/index_for_get_table_info_output.py +201 -0
- volcenginesdkdbw/models/item_for_list_databases_output.py +279 -0
- volcenginesdkdbw/models/list_databases_request.py +203 -0
- volcenginesdkdbw/models/list_databases_response.py +149 -0
- volcenginesdkdbw/models/list_tables_request.py +230 -0
- volcenginesdkdbw/models/list_tables_response.py +149 -0
- volcenginesdkdbw/models/partition_options_for_get_table_info_output.py +175 -0
- volcenginesdkdbw/models/result_for_execute_sql_output.py +305 -0
- volcenginesdkdbw/models/row_for_execute_sql_output.py +123 -0
- volcenginesdkdbw/models/running_info_for_execute_sql_output.py +201 -0
- volcenginesdkdbw/models/table_meta_for_get_table_info_output.py +383 -0
- volcenginesdkdbw/models/table_options_for_get_table_info_output.py +331 -0
- volcenginesdkgraph/__init__.py +48 -0
- volcenginesdkgraph/api/graph_api.py +951 -78
- volcenginesdkgraph/models/__init__.py +48 -0
- volcenginesdkgraph/models/availability_zone_for_list_graph_rag_service_output.py +253 -0
- volcenginesdkgraph/models/bg3_link_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/bytestore_info_for_list_graph_rag_service_output.py +201 -0
- volcenginesdkgraph/models/conf_checker_for_get_conf_checker_output.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_update_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_validate_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/convert_value_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/create_instance_request.py +29 -3
- volcenginesdkgraph/models/first_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/get_conf_checker_request.py +253 -0
- volcenginesdkgraph/models/get_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_request.py +178 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_response.py +95 -0
- volcenginesdkgraph/models/image_info_for_list_graph_rag_service_output.py +227 -0
- volcenginesdkgraph/models/info_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/info_for_list_tablet_task_output.py +201 -0
- volcenginesdkgraph/models/ins_spec_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/list_graph_rag_service_request.py +178 -0
- volcenginesdkgraph/models/list_graph_rag_service_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_server_request.py +150 -0
- volcenginesdkgraph/models/list_tablet_server_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_task_request.py +177 -0
- volcenginesdkgraph/models/list_tablet_task_response.py +123 -0
- volcenginesdkgraph/models/list_tablets_request.py +254 -0
- volcenginesdkgraph/models/list_tablets_response.py +123 -0
- volcenginesdkgraph/models/migrate_tablet_replica_request.py +257 -0
- volcenginesdkgraph/models/migrate_tablet_replica_response.py +123 -0
- volcenginesdkgraph/models/pending_schedule_replica_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replica_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_close_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_delete_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_failover_by_promote_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_failover_by_reopen_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_open_or_add_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/second_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/storage_info_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/tablet_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/tablet_server_info_for_list_tablet_server_output.py +227 -0
- volcenginesdkgraph/models/tablet_task_info_for_list_tablet_task_output.py +435 -0
- volcenginesdkgraph/models/tablet_to_merge_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/tablet_to_split_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tablets_to_delete_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tag_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/update_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/update_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_response.py +149 -0
- volcenginesdkgraph/models/value_for_list_tablets_output.py +201 -0
- volcenginesdkgraph/models/ve_graph_info_for_list_graph_rag_service_output.py +851 -0
- volcenginesdkid/__init__.py +276 -0
- volcenginesdkid/api/__init__.py +6 -0
- volcenginesdkid/api/id_api.py +7891 -0
- volcenginesdkid/models/__init__.py +272 -0
- volcenginesdkid/models/api_key_auth_config_for_batch_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_api_key_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_list_inbound_auth_configs_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_update_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_batch_get_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_list_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_metadata_for_batch_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_api_key_credential_provider_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_resource_api_key_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_list_inbound_auth_configs_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/attach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/attach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/authorization_server_metadata_for_create_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_get_oauth2_credential_provider_output.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_update_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_response.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_request.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_response.py +123 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_response.py +123 -0
- volcenginesdkid/models/check_api_key_request.py +124 -0
- volcenginesdkid/models/check_api_key_response.py +95 -0
- volcenginesdkid/models/check_permission_request.py +254 -0
- volcenginesdkid/models/check_permission_response.py +149 -0
- volcenginesdkid/models/config_for_create_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/config_for_get_oauth2_credential_provider_output.py +331 -0
- volcenginesdkid/models/config_for_update_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/create_api_key_credential_provider_request.py +203 -0
- volcenginesdkid/models/create_api_key_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_api_key_request.py +150 -0
- volcenginesdkid/models/create_api_key_response.py +95 -0
- volcenginesdkid/models/create_identity_provider_o_auth_request.py +419 -0
- volcenginesdkid/models/create_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/create_identity_provider_oidc_request.py +365 -0
- volcenginesdkid/models/create_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/create_inbound_auth_config_request.py +254 -0
- volcenginesdkid/models/create_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/create_namespace_request.py +149 -0
- volcenginesdkid/models/create_namespace_response.py +175 -0
- volcenginesdkid/models/create_oauth2_credential_provider_request.py +206 -0
- volcenginesdkid/models/create_oauth2_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_policy_request.py +149 -0
- volcenginesdkid/models/create_policy_response.py +175 -0
- volcenginesdkid/models/create_user_pool_client_request.py +230 -0
- volcenginesdkid/models/create_user_pool_client_response.py +461 -0
- volcenginesdkid/models/create_user_pool_request.py +150 -0
- volcenginesdkid/models/create_user_pool_response.py +383 -0
- volcenginesdkid/models/create_user_request.py +410 -0
- volcenginesdkid/models/create_user_response.py +773 -0
- volcenginesdkid/models/create_users_csv_request.py +124 -0
- volcenginesdkid/models/create_users_csv_response.py +201 -0
- volcenginesdkid/models/create_users_request.py +150 -0
- volcenginesdkid/models/create_users_response.py +201 -0
- volcenginesdkid/models/create_workload_identity_request.py +228 -0
- volcenginesdkid/models/create_workload_identity_response.py +305 -0
- volcenginesdkid/models/create_workload_pool_request.py +149 -0
- volcenginesdkid/models/create_workload_pool_response.py +253 -0
- volcenginesdkid/models/credential_provider_for_list_credential_providers_output.py +253 -0
- volcenginesdkid/models/custom_parameters_for_create_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_oauth2_credential_provider_output.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_resource_oauth2_token_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_update_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/data_for_list_identity_providers_o_auth_output.py +409 -0
- volcenginesdkid/models/data_for_list_identity_providers_oidc_output.py +357 -0
- volcenginesdkid/models/data_for_list_identity_providers_output.py +227 -0
- volcenginesdkid/models/data_for_list_policies_output.py +175 -0
- volcenginesdkid/models/data_for_list_user_pool_clients_output.py +253 -0
- volcenginesdkid/models/data_for_list_user_pools_output.py +279 -0
- volcenginesdkid/models/data_for_list_users_output.py +773 -0
- volcenginesdkid/models/delete_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_api_key_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_api_key_request.py +151 -0
- volcenginesdkid/models/delete_api_key_response.py +95 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_oidc_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_response.py +123 -0
- volcenginesdkid/models/delete_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/delete_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/delete_namespace_request.py +123 -0
- volcenginesdkid/models/delete_namespace_response.py +149 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_policy_request.py +149 -0
- volcenginesdkid/models/delete_policy_response.py +149 -0
- volcenginesdkid/models/delete_user_pool_client_request.py +151 -0
- volcenginesdkid/models/delete_user_pool_client_response.py +123 -0
- volcenginesdkid/models/delete_user_pool_request.py +124 -0
- volcenginesdkid/models/delete_user_pool_response.py +123 -0
- volcenginesdkid/models/delete_users_request.py +150 -0
- volcenginesdkid/models/delete_users_response.py +201 -0
- volcenginesdkid/models/delete_workload_identity_request.py +150 -0
- volcenginesdkid/models/delete_workload_identity_response.py +95 -0
- volcenginesdkid/models/delete_workload_pool_request.py +123 -0
- volcenginesdkid/models/delete_workload_pool_response.py +95 -0
- volcenginesdkid/models/detach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/detach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/entity_for_check_permission_input.py +149 -0
- volcenginesdkid/models/entry_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/entry_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/entry_for_get_resource_oauth2_token_input.py +149 -0
- volcenginesdkid/models/entry_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/filter_for_list_identity_providers_input.py +149 -0
- volcenginesdkid/models/filter_for_list_user_pool_clients_input.py +175 -0
- volcenginesdkid/models/filter_for_list_user_pools_input.py +201 -0
- volcenginesdkid/models/filter_for_list_users_input.py +435 -0
- volcenginesdkid/models/get_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_api_key_credential_provider_response.py +279 -0
- volcenginesdkid/models/get_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/get_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/get_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/get_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/get_namespace_request.py +149 -0
- volcenginesdkid/models/get_namespace_response.py +201 -0
- volcenginesdkid/models/get_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_oauth2_credential_provider_response.py +305 -0
- volcenginesdkid/models/get_policy_request.py +149 -0
- volcenginesdkid/models/get_policy_response.py +175 -0
- volcenginesdkid/models/get_resource_api_key_request.py +177 -0
- volcenginesdkid/models/get_resource_api_key_response.py +149 -0
- volcenginesdkid/models/get_resource_oauth2_token_request.py +307 -0
- volcenginesdkid/models/get_resource_oauth2_token_response.py +149 -0
- volcenginesdkid/models/get_user_csv_template_request.py +124 -0
- volcenginesdkid/models/get_user_csv_template_response.py +95 -0
- volcenginesdkid/models/get_user_pool_client_request.py +151 -0
- volcenginesdkid/models/get_user_pool_client_response.py +461 -0
- volcenginesdkid/models/get_user_pool_request.py +124 -0
- volcenginesdkid/models/get_user_pool_response.py +383 -0
- volcenginesdkid/models/get_user_request.py +151 -0
- volcenginesdkid/models/get_user_response.py +773 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_request.py +149 -0
- volcenginesdkid/models/get_workload_access_token_response.py +149 -0
- volcenginesdkid/models/get_workload_identity_request.py +150 -0
- volcenginesdkid/models/get_workload_identity_response.py +305 -0
- volcenginesdkid/models/get_workload_pool_request.py +149 -0
- volcenginesdkid/models/get_workload_pool_response.py +253 -0
- volcenginesdkid/models/grant_permission_request.py +228 -0
- volcenginesdkid/models/grant_permission_response.py +175 -0
- volcenginesdkid/models/id_token_for_create_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_get_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_input.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_output.py +123 -0
- volcenginesdkid/models/inbound_auth_config_for_batch_get_inbound_auth_config_output.py +357 -0
- volcenginesdkid/models/inbound_auth_config_for_list_inbound_auth_configs_output.py +357 -0
- volcenginesdkid/models/jwt_auth_config_for_batch_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_list_inbound_auth_configs_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_update_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/list_api_key_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_api_key_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_o_auth_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_o_auth_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_oidc_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_oidc_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_request.py +204 -0
- volcenginesdkid/models/list_identity_providers_response.py +201 -0
- volcenginesdkid/models/list_inbound_auth_configs_request.py +203 -0
- volcenginesdkid/models/list_inbound_auth_configs_response.py +201 -0
- volcenginesdkid/models/list_namespaces_request.py +149 -0
- volcenginesdkid/models/list_namespaces_response.py +201 -0
- volcenginesdkid/models/list_oauth2_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_oauth2_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_policies_request.py +123 -0
- volcenginesdkid/models/list_policies_response.py +123 -0
- volcenginesdkid/models/list_user_pool_clients_request.py +256 -0
- volcenginesdkid/models/list_user_pool_clients_response.py +201 -0
- volcenginesdkid/models/list_user_pools_request.py +229 -0
- volcenginesdkid/models/list_user_pools_response.py +201 -0
- volcenginesdkid/models/list_users_request.py +256 -0
- volcenginesdkid/models/list_users_response.py +201 -0
- volcenginesdkid/models/list_workload_identities_request.py +209 -0
- volcenginesdkid/models/list_workload_identities_response.py +201 -0
- volcenginesdkid/models/list_workload_pools_request.py +157 -0
- volcenginesdkid/models/list_workload_pools_response.py +201 -0
- volcenginesdkid/models/oauth2_callback_request.py +178 -0
- volcenginesdkid/models/oauth2_callback_response.py +123 -0
- volcenginesdkid/models/oauth2_credential_provider_for_batch_get_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_credential_provider_for_list_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_discovery_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/operation_for_check_permission_input.py +149 -0
- volcenginesdkid/models/operation_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/original_caller_for_check_permission_input.py +149 -0
- volcenginesdkid/models/original_caller_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/parent_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/reference_for_check_permission_input.py +149 -0
- volcenginesdkid/models/refresh_token_for_create_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_get_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_input.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_output.py +227 -0
- volcenginesdkid/models/resource_for_check_permission_input.py +149 -0
- volcenginesdkid/models/resource_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/update_api_key_credential_provider_request.py +202 -0
- volcenginesdkid/models/update_api_key_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_identity_provider_o_auth_request.py +440 -0
- volcenginesdkid/models/update_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/update_identity_provider_oidc_request.py +388 -0
- volcenginesdkid/models/update_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/update_inbound_auth_config_request.py +202 -0
- volcenginesdkid/models/update_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/update_namespace_request.py +149 -0
- volcenginesdkid/models/update_namespace_response.py +149 -0
- volcenginesdkid/models/update_oauth2_credential_provider_request.py +176 -0
- volcenginesdkid/models/update_oauth2_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_user_pool_client_request.py +359 -0
- volcenginesdkid/models/update_user_pool_client_response.py +461 -0
- volcenginesdkid/models/update_user_pool_request.py +176 -0
- volcenginesdkid/models/update_user_pool_response.py +383 -0
- volcenginesdkid/models/update_user_request.py +411 -0
- volcenginesdkid/models/update_user_response.py +773 -0
- volcenginesdkid/models/update_workload_identity_request.py +202 -0
- volcenginesdkid/models/update_workload_identity_response.py +95 -0
- volcenginesdkid/models/update_workload_pool_request.py +149 -0
- volcenginesdkid/models/update_workload_pool_response.py +95 -0
- volcenginesdkid/models/user_for_create_users_input.py +383 -0
- volcenginesdkid/models/workload_identity_for_list_workload_identities_output.py +305 -0
- volcenginesdkid/models/workload_pool_for_list_workload_pools_output.py +253 -0
- volcenginesdklivesaas/__init__.py +3 -0
- volcenginesdklivesaas/models/__init__.py +3 -0
- volcenginesdklivesaas/models/auto_start_config_for_create_activity_apiv2_input.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_get_activity_basic_config_api_output.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_update_activity_basic_config_api_input.py +175 -0
- volcenginesdklivesaas/models/create_activity_apiv2_request.py +27 -1
- volcenginesdklivesaas/models/get_activity_basic_config_api_response.py +79 -1
- volcenginesdklivesaas/models/update_activity_basic_config_api_request.py +53 -1
- volcenginesdkvefaas/__init__.py +4 -0
- volcenginesdkvefaas/api/vefaas_api.py +194 -0
- volcenginesdkvefaas/models/__init__.py +4 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_response.py +149 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_response.py +123 -0
- volcenginesdkvke/models/scheduled_instance_policy_for_create_scaling_policy_input.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_list_scaling_policies_output.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_update_scaling_policy_input.py +27 -1
- volcenginesdkvod20250101/__init__.py +26 -0
- volcenginesdkvod20250101/api/vod20250101_api.py +888 -112
- volcenginesdkvod20250101/models/__init__.py +26 -0
- volcenginesdkvod20250101/models/create_ai_termbase_request.py +256 -0
- volcenginesdkvod20250101/models/create_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/get_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/get_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/list_ai_termbase_request.py +124 -0
- volcenginesdkvod20250101/models/list_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/process_config_for_submit_ai_translation_workflow_input.py +53 -1
- volcenginesdkvod20250101/models/process_config_for_update_ai_translation_project_config_input.py +149 -0
- volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py +95 -0
- volcenginesdkvod20250101/models/set_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/set_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/term_item_for_create_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_get_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_list_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_set_ai_term_item_input.py +149 -0
- volcenginesdkvod20250101/models/termbase_config_for_submit_ai_translation_workflow_input.py +123 -0
- volcenginesdkvod20250101/models/termbase_for_create_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_get_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_list_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/translation_config_for_submit_ai_translation_workflow_input.py +27 -1
- volcenginesdkvod20250101/models/update_ai_termbase_request.py +203 -0
- volcenginesdkvod20250101/models/update_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_request.py +204 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_response.py +95 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,773 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
id
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class DataForListUsersOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'birthdate': 'str',
|
|
37
|
+
'connection': 'str',
|
|
38
|
+
'create_time': 'str',
|
|
39
|
+
'email': 'str',
|
|
40
|
+
'email_verified': 'bool',
|
|
41
|
+
'family_name': 'str',
|
|
42
|
+
'gender': 'str',
|
|
43
|
+
'given_name': 'str',
|
|
44
|
+
'latest_browser': 'str',
|
|
45
|
+
'latest_login': 'str',
|
|
46
|
+
'locale': 'str',
|
|
47
|
+
'middle_name': 'str',
|
|
48
|
+
'name': 'str',
|
|
49
|
+
'nick_name': 'str',
|
|
50
|
+
'num_logins': 'int',
|
|
51
|
+
'phone_number': 'str',
|
|
52
|
+
'phone_number_verified': 'bool',
|
|
53
|
+
'picture': 'str',
|
|
54
|
+
'preferred_username': 'str',
|
|
55
|
+
'profile': 'str',
|
|
56
|
+
'sub': 'str',
|
|
57
|
+
'uid': 'str',
|
|
58
|
+
'update_time': 'str',
|
|
59
|
+
'user_metadata': 'str',
|
|
60
|
+
'website': 'str',
|
|
61
|
+
'zone_info': 'str'
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
attribute_map = {
|
|
65
|
+
'birthdate': 'Birthdate',
|
|
66
|
+
'connection': 'Connection',
|
|
67
|
+
'create_time': 'CreateTime',
|
|
68
|
+
'email': 'Email',
|
|
69
|
+
'email_verified': 'EmailVerified',
|
|
70
|
+
'family_name': 'FamilyName',
|
|
71
|
+
'gender': 'Gender',
|
|
72
|
+
'given_name': 'GivenName',
|
|
73
|
+
'latest_browser': 'LatestBrowser',
|
|
74
|
+
'latest_login': 'LatestLogin',
|
|
75
|
+
'locale': 'Locale',
|
|
76
|
+
'middle_name': 'MiddleName',
|
|
77
|
+
'name': 'Name',
|
|
78
|
+
'nick_name': 'NickName',
|
|
79
|
+
'num_logins': 'NumLogins',
|
|
80
|
+
'phone_number': 'PhoneNumber',
|
|
81
|
+
'phone_number_verified': 'PhoneNumberVerified',
|
|
82
|
+
'picture': 'Picture',
|
|
83
|
+
'preferred_username': 'PreferredUsername',
|
|
84
|
+
'profile': 'Profile',
|
|
85
|
+
'sub': 'Sub',
|
|
86
|
+
'uid': 'Uid',
|
|
87
|
+
'update_time': 'UpdateTime',
|
|
88
|
+
'user_metadata': 'UserMetadata',
|
|
89
|
+
'website': 'Website',
|
|
90
|
+
'zone_info': 'ZoneInfo'
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
def __init__(self, birthdate=None, connection=None, create_time=None, email=None, email_verified=None, family_name=None, gender=None, given_name=None, latest_browser=None, latest_login=None, locale=None, middle_name=None, name=None, nick_name=None, num_logins=None, phone_number=None, phone_number_verified=None, picture=None, preferred_username=None, profile=None, sub=None, uid=None, update_time=None, user_metadata=None, website=None, zone_info=None, _configuration=None): # noqa: E501
|
|
94
|
+
"""DataForListUsersOutput - a model defined in Swagger""" # noqa: E501
|
|
95
|
+
if _configuration is None:
|
|
96
|
+
_configuration = Configuration()
|
|
97
|
+
self._configuration = _configuration
|
|
98
|
+
|
|
99
|
+
self._birthdate = None
|
|
100
|
+
self._connection = None
|
|
101
|
+
self._create_time = None
|
|
102
|
+
self._email = None
|
|
103
|
+
self._email_verified = None
|
|
104
|
+
self._family_name = None
|
|
105
|
+
self._gender = None
|
|
106
|
+
self._given_name = None
|
|
107
|
+
self._latest_browser = None
|
|
108
|
+
self._latest_login = None
|
|
109
|
+
self._locale = None
|
|
110
|
+
self._middle_name = None
|
|
111
|
+
self._name = None
|
|
112
|
+
self._nick_name = None
|
|
113
|
+
self._num_logins = None
|
|
114
|
+
self._phone_number = None
|
|
115
|
+
self._phone_number_verified = None
|
|
116
|
+
self._picture = None
|
|
117
|
+
self._preferred_username = None
|
|
118
|
+
self._profile = None
|
|
119
|
+
self._sub = None
|
|
120
|
+
self._uid = None
|
|
121
|
+
self._update_time = None
|
|
122
|
+
self._user_metadata = None
|
|
123
|
+
self._website = None
|
|
124
|
+
self._zone_info = None
|
|
125
|
+
self.discriminator = None
|
|
126
|
+
|
|
127
|
+
if birthdate is not None:
|
|
128
|
+
self.birthdate = birthdate
|
|
129
|
+
if connection is not None:
|
|
130
|
+
self.connection = connection
|
|
131
|
+
if create_time is not None:
|
|
132
|
+
self.create_time = create_time
|
|
133
|
+
if email is not None:
|
|
134
|
+
self.email = email
|
|
135
|
+
if email_verified is not None:
|
|
136
|
+
self.email_verified = email_verified
|
|
137
|
+
if family_name is not None:
|
|
138
|
+
self.family_name = family_name
|
|
139
|
+
if gender is not None:
|
|
140
|
+
self.gender = gender
|
|
141
|
+
if given_name is not None:
|
|
142
|
+
self.given_name = given_name
|
|
143
|
+
if latest_browser is not None:
|
|
144
|
+
self.latest_browser = latest_browser
|
|
145
|
+
if latest_login is not None:
|
|
146
|
+
self.latest_login = latest_login
|
|
147
|
+
if locale is not None:
|
|
148
|
+
self.locale = locale
|
|
149
|
+
if middle_name is not None:
|
|
150
|
+
self.middle_name = middle_name
|
|
151
|
+
if name is not None:
|
|
152
|
+
self.name = name
|
|
153
|
+
if nick_name is not None:
|
|
154
|
+
self.nick_name = nick_name
|
|
155
|
+
if num_logins is not None:
|
|
156
|
+
self.num_logins = num_logins
|
|
157
|
+
if phone_number is not None:
|
|
158
|
+
self.phone_number = phone_number
|
|
159
|
+
if phone_number_verified is not None:
|
|
160
|
+
self.phone_number_verified = phone_number_verified
|
|
161
|
+
if picture is not None:
|
|
162
|
+
self.picture = picture
|
|
163
|
+
if preferred_username is not None:
|
|
164
|
+
self.preferred_username = preferred_username
|
|
165
|
+
if profile is not None:
|
|
166
|
+
self.profile = profile
|
|
167
|
+
if sub is not None:
|
|
168
|
+
self.sub = sub
|
|
169
|
+
if uid is not None:
|
|
170
|
+
self.uid = uid
|
|
171
|
+
if update_time is not None:
|
|
172
|
+
self.update_time = update_time
|
|
173
|
+
if user_metadata is not None:
|
|
174
|
+
self.user_metadata = user_metadata
|
|
175
|
+
if website is not None:
|
|
176
|
+
self.website = website
|
|
177
|
+
if zone_info is not None:
|
|
178
|
+
self.zone_info = zone_info
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
def birthdate(self):
|
|
182
|
+
"""Gets the birthdate of this DataForListUsersOutput. # noqa: E501
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
:return: The birthdate of this DataForListUsersOutput. # noqa: E501
|
|
186
|
+
:rtype: str
|
|
187
|
+
"""
|
|
188
|
+
return self._birthdate
|
|
189
|
+
|
|
190
|
+
@birthdate.setter
|
|
191
|
+
def birthdate(self, birthdate):
|
|
192
|
+
"""Sets the birthdate of this DataForListUsersOutput.
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
:param birthdate: The birthdate of this DataForListUsersOutput. # noqa: E501
|
|
196
|
+
:type: str
|
|
197
|
+
"""
|
|
198
|
+
|
|
199
|
+
self._birthdate = birthdate
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
def connection(self):
|
|
203
|
+
"""Gets the connection of this DataForListUsersOutput. # noqa: E501
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
:return: The connection of this DataForListUsersOutput. # noqa: E501
|
|
207
|
+
:rtype: str
|
|
208
|
+
"""
|
|
209
|
+
return self._connection
|
|
210
|
+
|
|
211
|
+
@connection.setter
|
|
212
|
+
def connection(self, connection):
|
|
213
|
+
"""Sets the connection of this DataForListUsersOutput.
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
:param connection: The connection of this DataForListUsersOutput. # noqa: E501
|
|
217
|
+
:type: str
|
|
218
|
+
"""
|
|
219
|
+
|
|
220
|
+
self._connection = connection
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
def create_time(self):
|
|
224
|
+
"""Gets the create_time of this DataForListUsersOutput. # noqa: E501
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
:return: The create_time of this DataForListUsersOutput. # noqa: E501
|
|
228
|
+
:rtype: str
|
|
229
|
+
"""
|
|
230
|
+
return self._create_time
|
|
231
|
+
|
|
232
|
+
@create_time.setter
|
|
233
|
+
def create_time(self, create_time):
|
|
234
|
+
"""Sets the create_time of this DataForListUsersOutput.
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
:param create_time: The create_time of this DataForListUsersOutput. # noqa: E501
|
|
238
|
+
:type: str
|
|
239
|
+
"""
|
|
240
|
+
|
|
241
|
+
self._create_time = create_time
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
def email(self):
|
|
245
|
+
"""Gets the email of this DataForListUsersOutput. # noqa: E501
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
:return: The email of this DataForListUsersOutput. # noqa: E501
|
|
249
|
+
:rtype: str
|
|
250
|
+
"""
|
|
251
|
+
return self._email
|
|
252
|
+
|
|
253
|
+
@email.setter
|
|
254
|
+
def email(self, email):
|
|
255
|
+
"""Sets the email of this DataForListUsersOutput.
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
:param email: The email of this DataForListUsersOutput. # noqa: E501
|
|
259
|
+
:type: str
|
|
260
|
+
"""
|
|
261
|
+
|
|
262
|
+
self._email = email
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
def email_verified(self):
|
|
266
|
+
"""Gets the email_verified of this DataForListUsersOutput. # noqa: E501
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
:return: The email_verified of this DataForListUsersOutput. # noqa: E501
|
|
270
|
+
:rtype: bool
|
|
271
|
+
"""
|
|
272
|
+
return self._email_verified
|
|
273
|
+
|
|
274
|
+
@email_verified.setter
|
|
275
|
+
def email_verified(self, email_verified):
|
|
276
|
+
"""Sets the email_verified of this DataForListUsersOutput.
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
:param email_verified: The email_verified of this DataForListUsersOutput. # noqa: E501
|
|
280
|
+
:type: bool
|
|
281
|
+
"""
|
|
282
|
+
|
|
283
|
+
self._email_verified = email_verified
|
|
284
|
+
|
|
285
|
+
@property
|
|
286
|
+
def family_name(self):
|
|
287
|
+
"""Gets the family_name of this DataForListUsersOutput. # noqa: E501
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
:return: The family_name of this DataForListUsersOutput. # noqa: E501
|
|
291
|
+
:rtype: str
|
|
292
|
+
"""
|
|
293
|
+
return self._family_name
|
|
294
|
+
|
|
295
|
+
@family_name.setter
|
|
296
|
+
def family_name(self, family_name):
|
|
297
|
+
"""Sets the family_name of this DataForListUsersOutput.
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
:param family_name: The family_name of this DataForListUsersOutput. # noqa: E501
|
|
301
|
+
:type: str
|
|
302
|
+
"""
|
|
303
|
+
|
|
304
|
+
self._family_name = family_name
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
def gender(self):
|
|
308
|
+
"""Gets the gender of this DataForListUsersOutput. # noqa: E501
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
:return: The gender of this DataForListUsersOutput. # noqa: E501
|
|
312
|
+
:rtype: str
|
|
313
|
+
"""
|
|
314
|
+
return self._gender
|
|
315
|
+
|
|
316
|
+
@gender.setter
|
|
317
|
+
def gender(self, gender):
|
|
318
|
+
"""Sets the gender of this DataForListUsersOutput.
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
:param gender: The gender of this DataForListUsersOutput. # noqa: E501
|
|
322
|
+
:type: str
|
|
323
|
+
"""
|
|
324
|
+
|
|
325
|
+
self._gender = gender
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
def given_name(self):
|
|
329
|
+
"""Gets the given_name of this DataForListUsersOutput. # noqa: E501
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
:return: The given_name of this DataForListUsersOutput. # noqa: E501
|
|
333
|
+
:rtype: str
|
|
334
|
+
"""
|
|
335
|
+
return self._given_name
|
|
336
|
+
|
|
337
|
+
@given_name.setter
|
|
338
|
+
def given_name(self, given_name):
|
|
339
|
+
"""Sets the given_name of this DataForListUsersOutput.
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
:param given_name: The given_name of this DataForListUsersOutput. # noqa: E501
|
|
343
|
+
:type: str
|
|
344
|
+
"""
|
|
345
|
+
|
|
346
|
+
self._given_name = given_name
|
|
347
|
+
|
|
348
|
+
@property
|
|
349
|
+
def latest_browser(self):
|
|
350
|
+
"""Gets the latest_browser of this DataForListUsersOutput. # noqa: E501
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
:return: The latest_browser of this DataForListUsersOutput. # noqa: E501
|
|
354
|
+
:rtype: str
|
|
355
|
+
"""
|
|
356
|
+
return self._latest_browser
|
|
357
|
+
|
|
358
|
+
@latest_browser.setter
|
|
359
|
+
def latest_browser(self, latest_browser):
|
|
360
|
+
"""Sets the latest_browser of this DataForListUsersOutput.
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
:param latest_browser: The latest_browser of this DataForListUsersOutput. # noqa: E501
|
|
364
|
+
:type: str
|
|
365
|
+
"""
|
|
366
|
+
|
|
367
|
+
self._latest_browser = latest_browser
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
def latest_login(self):
|
|
371
|
+
"""Gets the latest_login of this DataForListUsersOutput. # noqa: E501
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
:return: The latest_login of this DataForListUsersOutput. # noqa: E501
|
|
375
|
+
:rtype: str
|
|
376
|
+
"""
|
|
377
|
+
return self._latest_login
|
|
378
|
+
|
|
379
|
+
@latest_login.setter
|
|
380
|
+
def latest_login(self, latest_login):
|
|
381
|
+
"""Sets the latest_login of this DataForListUsersOutput.
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
:param latest_login: The latest_login of this DataForListUsersOutput. # noqa: E501
|
|
385
|
+
:type: str
|
|
386
|
+
"""
|
|
387
|
+
|
|
388
|
+
self._latest_login = latest_login
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
def locale(self):
|
|
392
|
+
"""Gets the locale of this DataForListUsersOutput. # noqa: E501
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
:return: The locale of this DataForListUsersOutput. # noqa: E501
|
|
396
|
+
:rtype: str
|
|
397
|
+
"""
|
|
398
|
+
return self._locale
|
|
399
|
+
|
|
400
|
+
@locale.setter
|
|
401
|
+
def locale(self, locale):
|
|
402
|
+
"""Sets the locale of this DataForListUsersOutput.
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
:param locale: The locale of this DataForListUsersOutput. # noqa: E501
|
|
406
|
+
:type: str
|
|
407
|
+
"""
|
|
408
|
+
|
|
409
|
+
self._locale = locale
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
def middle_name(self):
|
|
413
|
+
"""Gets the middle_name of this DataForListUsersOutput. # noqa: E501
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
:return: The middle_name of this DataForListUsersOutput. # noqa: E501
|
|
417
|
+
:rtype: str
|
|
418
|
+
"""
|
|
419
|
+
return self._middle_name
|
|
420
|
+
|
|
421
|
+
@middle_name.setter
|
|
422
|
+
def middle_name(self, middle_name):
|
|
423
|
+
"""Sets the middle_name of this DataForListUsersOutput.
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
:param middle_name: The middle_name of this DataForListUsersOutput. # noqa: E501
|
|
427
|
+
:type: str
|
|
428
|
+
"""
|
|
429
|
+
|
|
430
|
+
self._middle_name = middle_name
|
|
431
|
+
|
|
432
|
+
@property
|
|
433
|
+
def name(self):
|
|
434
|
+
"""Gets the name of this DataForListUsersOutput. # noqa: E501
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
:return: The name of this DataForListUsersOutput. # noqa: E501
|
|
438
|
+
:rtype: str
|
|
439
|
+
"""
|
|
440
|
+
return self._name
|
|
441
|
+
|
|
442
|
+
@name.setter
|
|
443
|
+
def name(self, name):
|
|
444
|
+
"""Sets the name of this DataForListUsersOutput.
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
:param name: The name of this DataForListUsersOutput. # noqa: E501
|
|
448
|
+
:type: str
|
|
449
|
+
"""
|
|
450
|
+
|
|
451
|
+
self._name = name
|
|
452
|
+
|
|
453
|
+
@property
|
|
454
|
+
def nick_name(self):
|
|
455
|
+
"""Gets the nick_name of this DataForListUsersOutput. # noqa: E501
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
:return: The nick_name of this DataForListUsersOutput. # noqa: E501
|
|
459
|
+
:rtype: str
|
|
460
|
+
"""
|
|
461
|
+
return self._nick_name
|
|
462
|
+
|
|
463
|
+
@nick_name.setter
|
|
464
|
+
def nick_name(self, nick_name):
|
|
465
|
+
"""Sets the nick_name of this DataForListUsersOutput.
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
:param nick_name: The nick_name of this DataForListUsersOutput. # noqa: E501
|
|
469
|
+
:type: str
|
|
470
|
+
"""
|
|
471
|
+
|
|
472
|
+
self._nick_name = nick_name
|
|
473
|
+
|
|
474
|
+
@property
|
|
475
|
+
def num_logins(self):
|
|
476
|
+
"""Gets the num_logins of this DataForListUsersOutput. # noqa: E501
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
:return: The num_logins of this DataForListUsersOutput. # noqa: E501
|
|
480
|
+
:rtype: int
|
|
481
|
+
"""
|
|
482
|
+
return self._num_logins
|
|
483
|
+
|
|
484
|
+
@num_logins.setter
|
|
485
|
+
def num_logins(self, num_logins):
|
|
486
|
+
"""Sets the num_logins of this DataForListUsersOutput.
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
:param num_logins: The num_logins of this DataForListUsersOutput. # noqa: E501
|
|
490
|
+
:type: int
|
|
491
|
+
"""
|
|
492
|
+
|
|
493
|
+
self._num_logins = num_logins
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
def phone_number(self):
|
|
497
|
+
"""Gets the phone_number of this DataForListUsersOutput. # noqa: E501
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
:return: The phone_number of this DataForListUsersOutput. # noqa: E501
|
|
501
|
+
:rtype: str
|
|
502
|
+
"""
|
|
503
|
+
return self._phone_number
|
|
504
|
+
|
|
505
|
+
@phone_number.setter
|
|
506
|
+
def phone_number(self, phone_number):
|
|
507
|
+
"""Sets the phone_number of this DataForListUsersOutput.
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
:param phone_number: The phone_number of this DataForListUsersOutput. # noqa: E501
|
|
511
|
+
:type: str
|
|
512
|
+
"""
|
|
513
|
+
|
|
514
|
+
self._phone_number = phone_number
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
def phone_number_verified(self):
|
|
518
|
+
"""Gets the phone_number_verified of this DataForListUsersOutput. # noqa: E501
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
:return: The phone_number_verified of this DataForListUsersOutput. # noqa: E501
|
|
522
|
+
:rtype: bool
|
|
523
|
+
"""
|
|
524
|
+
return self._phone_number_verified
|
|
525
|
+
|
|
526
|
+
@phone_number_verified.setter
|
|
527
|
+
def phone_number_verified(self, phone_number_verified):
|
|
528
|
+
"""Sets the phone_number_verified of this DataForListUsersOutput.
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
:param phone_number_verified: The phone_number_verified of this DataForListUsersOutput. # noqa: E501
|
|
532
|
+
:type: bool
|
|
533
|
+
"""
|
|
534
|
+
|
|
535
|
+
self._phone_number_verified = phone_number_verified
|
|
536
|
+
|
|
537
|
+
@property
|
|
538
|
+
def picture(self):
|
|
539
|
+
"""Gets the picture of this DataForListUsersOutput. # noqa: E501
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
:return: The picture of this DataForListUsersOutput. # noqa: E501
|
|
543
|
+
:rtype: str
|
|
544
|
+
"""
|
|
545
|
+
return self._picture
|
|
546
|
+
|
|
547
|
+
@picture.setter
|
|
548
|
+
def picture(self, picture):
|
|
549
|
+
"""Sets the picture of this DataForListUsersOutput.
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
:param picture: The picture of this DataForListUsersOutput. # noqa: E501
|
|
553
|
+
:type: str
|
|
554
|
+
"""
|
|
555
|
+
|
|
556
|
+
self._picture = picture
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
def preferred_username(self):
|
|
560
|
+
"""Gets the preferred_username of this DataForListUsersOutput. # noqa: E501
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
:return: The preferred_username of this DataForListUsersOutput. # noqa: E501
|
|
564
|
+
:rtype: str
|
|
565
|
+
"""
|
|
566
|
+
return self._preferred_username
|
|
567
|
+
|
|
568
|
+
@preferred_username.setter
|
|
569
|
+
def preferred_username(self, preferred_username):
|
|
570
|
+
"""Sets the preferred_username of this DataForListUsersOutput.
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
:param preferred_username: The preferred_username of this DataForListUsersOutput. # noqa: E501
|
|
574
|
+
:type: str
|
|
575
|
+
"""
|
|
576
|
+
|
|
577
|
+
self._preferred_username = preferred_username
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
def profile(self):
|
|
581
|
+
"""Gets the profile of this DataForListUsersOutput. # noqa: E501
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
:return: The profile of this DataForListUsersOutput. # noqa: E501
|
|
585
|
+
:rtype: str
|
|
586
|
+
"""
|
|
587
|
+
return self._profile
|
|
588
|
+
|
|
589
|
+
@profile.setter
|
|
590
|
+
def profile(self, profile):
|
|
591
|
+
"""Sets the profile of this DataForListUsersOutput.
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
:param profile: The profile of this DataForListUsersOutput. # noqa: E501
|
|
595
|
+
:type: str
|
|
596
|
+
"""
|
|
597
|
+
|
|
598
|
+
self._profile = profile
|
|
599
|
+
|
|
600
|
+
@property
|
|
601
|
+
def sub(self):
|
|
602
|
+
"""Gets the sub of this DataForListUsersOutput. # noqa: E501
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
:return: The sub of this DataForListUsersOutput. # noqa: E501
|
|
606
|
+
:rtype: str
|
|
607
|
+
"""
|
|
608
|
+
return self._sub
|
|
609
|
+
|
|
610
|
+
@sub.setter
|
|
611
|
+
def sub(self, sub):
|
|
612
|
+
"""Sets the sub of this DataForListUsersOutput.
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
:param sub: The sub of this DataForListUsersOutput. # noqa: E501
|
|
616
|
+
:type: str
|
|
617
|
+
"""
|
|
618
|
+
|
|
619
|
+
self._sub = sub
|
|
620
|
+
|
|
621
|
+
@property
|
|
622
|
+
def uid(self):
|
|
623
|
+
"""Gets the uid of this DataForListUsersOutput. # noqa: E501
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
:return: The uid of this DataForListUsersOutput. # noqa: E501
|
|
627
|
+
:rtype: str
|
|
628
|
+
"""
|
|
629
|
+
return self._uid
|
|
630
|
+
|
|
631
|
+
@uid.setter
|
|
632
|
+
def uid(self, uid):
|
|
633
|
+
"""Sets the uid of this DataForListUsersOutput.
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
:param uid: The uid of this DataForListUsersOutput. # noqa: E501
|
|
637
|
+
:type: str
|
|
638
|
+
"""
|
|
639
|
+
|
|
640
|
+
self._uid = uid
|
|
641
|
+
|
|
642
|
+
@property
|
|
643
|
+
def update_time(self):
|
|
644
|
+
"""Gets the update_time of this DataForListUsersOutput. # noqa: E501
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
:return: The update_time of this DataForListUsersOutput. # noqa: E501
|
|
648
|
+
:rtype: str
|
|
649
|
+
"""
|
|
650
|
+
return self._update_time
|
|
651
|
+
|
|
652
|
+
@update_time.setter
|
|
653
|
+
def update_time(self, update_time):
|
|
654
|
+
"""Sets the update_time of this DataForListUsersOutput.
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
:param update_time: The update_time of this DataForListUsersOutput. # noqa: E501
|
|
658
|
+
:type: str
|
|
659
|
+
"""
|
|
660
|
+
|
|
661
|
+
self._update_time = update_time
|
|
662
|
+
|
|
663
|
+
@property
|
|
664
|
+
def user_metadata(self):
|
|
665
|
+
"""Gets the user_metadata of this DataForListUsersOutput. # noqa: E501
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
:return: The user_metadata of this DataForListUsersOutput. # noqa: E501
|
|
669
|
+
:rtype: str
|
|
670
|
+
"""
|
|
671
|
+
return self._user_metadata
|
|
672
|
+
|
|
673
|
+
@user_metadata.setter
|
|
674
|
+
def user_metadata(self, user_metadata):
|
|
675
|
+
"""Sets the user_metadata of this DataForListUsersOutput.
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
:param user_metadata: The user_metadata of this DataForListUsersOutput. # noqa: E501
|
|
679
|
+
:type: str
|
|
680
|
+
"""
|
|
681
|
+
|
|
682
|
+
self._user_metadata = user_metadata
|
|
683
|
+
|
|
684
|
+
@property
|
|
685
|
+
def website(self):
|
|
686
|
+
"""Gets the website of this DataForListUsersOutput. # noqa: E501
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
:return: The website of this DataForListUsersOutput. # noqa: E501
|
|
690
|
+
:rtype: str
|
|
691
|
+
"""
|
|
692
|
+
return self._website
|
|
693
|
+
|
|
694
|
+
@website.setter
|
|
695
|
+
def website(self, website):
|
|
696
|
+
"""Sets the website of this DataForListUsersOutput.
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
:param website: The website of this DataForListUsersOutput. # noqa: E501
|
|
700
|
+
:type: str
|
|
701
|
+
"""
|
|
702
|
+
|
|
703
|
+
self._website = website
|
|
704
|
+
|
|
705
|
+
@property
|
|
706
|
+
def zone_info(self):
|
|
707
|
+
"""Gets the zone_info of this DataForListUsersOutput. # noqa: E501
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
:return: The zone_info of this DataForListUsersOutput. # noqa: E501
|
|
711
|
+
:rtype: str
|
|
712
|
+
"""
|
|
713
|
+
return self._zone_info
|
|
714
|
+
|
|
715
|
+
@zone_info.setter
|
|
716
|
+
def zone_info(self, zone_info):
|
|
717
|
+
"""Sets the zone_info of this DataForListUsersOutput.
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
:param zone_info: The zone_info of this DataForListUsersOutput. # noqa: E501
|
|
721
|
+
:type: str
|
|
722
|
+
"""
|
|
723
|
+
|
|
724
|
+
self._zone_info = zone_info
|
|
725
|
+
|
|
726
|
+
def to_dict(self):
|
|
727
|
+
"""Returns the model properties as a dict"""
|
|
728
|
+
result = {}
|
|
729
|
+
|
|
730
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
731
|
+
value = getattr(self, attr)
|
|
732
|
+
if isinstance(value, list):
|
|
733
|
+
result[attr] = list(map(
|
|
734
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
735
|
+
value
|
|
736
|
+
))
|
|
737
|
+
elif hasattr(value, "to_dict"):
|
|
738
|
+
result[attr] = value.to_dict()
|
|
739
|
+
elif isinstance(value, dict):
|
|
740
|
+
result[attr] = dict(map(
|
|
741
|
+
lambda item: (item[0], item[1].to_dict())
|
|
742
|
+
if hasattr(item[1], "to_dict") else item,
|
|
743
|
+
value.items()
|
|
744
|
+
))
|
|
745
|
+
else:
|
|
746
|
+
result[attr] = value
|
|
747
|
+
if issubclass(DataForListUsersOutput, dict):
|
|
748
|
+
for key, value in self.items():
|
|
749
|
+
result[key] = value
|
|
750
|
+
|
|
751
|
+
return result
|
|
752
|
+
|
|
753
|
+
def to_str(self):
|
|
754
|
+
"""Returns the string representation of the model"""
|
|
755
|
+
return pprint.pformat(self.to_dict())
|
|
756
|
+
|
|
757
|
+
def __repr__(self):
|
|
758
|
+
"""For `print` and `pprint`"""
|
|
759
|
+
return self.to_str()
|
|
760
|
+
|
|
761
|
+
def __eq__(self, other):
|
|
762
|
+
"""Returns true if both objects are equal"""
|
|
763
|
+
if not isinstance(other, DataForListUsersOutput):
|
|
764
|
+
return False
|
|
765
|
+
|
|
766
|
+
return self.to_dict() == other.to_dict()
|
|
767
|
+
|
|
768
|
+
def __ne__(self, other):
|
|
769
|
+
"""Returns true if both objects are not equal"""
|
|
770
|
+
if not isinstance(other, DataForListUsersOutput):
|
|
771
|
+
return True
|
|
772
|
+
|
|
773
|
+
return self.to_dict() != other.to_dict()
|