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
Client domain : Url used to grant authorization redirection
[optional]
Example
fromhelloasso_python.models.hello_asso_api_v5_models_accounts_clients_public_put_api_client_requestimportHelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest# TODO update the JSON string belowjson="{}"# create an instance of HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest from a JSON stringhello_asso_api_v5_models_accounts_clients_public_put_api_client_request_instance=HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest.from_json(json)
# print the JSON string representation of the objectprint(HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest.to_json())
# convert the object into a dicthello_asso_api_v5_models_accounts_clients_public_put_api_client_request_dict=hello_asso_api_v5_models_accounts_clients_public_put_api_client_request_instance.to_dict()
# create an instance of HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest from a dicthello_asso_api_v5_models_accounts_clients_public_put_api_client_request_from_dict=HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest.from_dict(hello_asso_api_v5_models_accounts_clients_public_put_api_client_request_dict)