Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.57 KB

HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest.md

File metadata and controls

29 lines (20 loc) · 1.57 KB

HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest

Properties

Name Type Description Notes
domain str Client domain : Url used to grant authorization redirection [optional]

Example

from helloasso_python.models.hello_asso_api_v5_models_accounts_clients_public_put_api_client_request import HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest

# TODO update the JSON string below
json = "{}"
# create an instance of HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest from a JSON string
hello_asso_api_v5_models_accounts_clients_public_put_api_client_request_instance = HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest.from_json(json)
# print the JSON string representation of the object
print(HelloAssoApiV5ModelsAccountsClientsPublicPutApiClientRequest.to_json())

# convert the object into a dict
hello_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 dict
hello_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)

[Back to Model list] [Back to API list] [Back to README]