You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filled only when requested by the organization back office
[optional]
partner_name
str
[optional]
privileges
List[str]
[optional]
domain
str
[optional]
Example
fromhelloasso_python.models.hello_asso_api_v5_common_models_accounts_clients_api_client_modelimportHelloAssoApiV5CommonModelsAccountsClientsApiClientModel# TODO update the JSON string belowjson="{}"# create an instance of HelloAssoApiV5CommonModelsAccountsClientsApiClientModel from a JSON stringhello_asso_api_v5_common_models_accounts_clients_api_client_model_instance=HelloAssoApiV5CommonModelsAccountsClientsApiClientModel.from_json(json)
# print the JSON string representation of the objectprint(HelloAssoApiV5CommonModelsAccountsClientsApiClientModel.to_json())
# convert the object into a dicthello_asso_api_v5_common_models_accounts_clients_api_client_model_dict=hello_asso_api_v5_common_models_accounts_clients_api_client_model_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsAccountsClientsApiClientModel from a dicthello_asso_api_v5_common_models_accounts_clients_api_client_model_from_dict=HelloAssoApiV5CommonModelsAccountsClientsApiClientModel.from_dict(hello_asso_api_v5_common_models_accounts_clients_api_client_model_dict)