Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.65 KB

File metadata and controls

29 lines (20 loc) · 1.65 KB

HelloAssoApiV5CommonModelsAccountsClientsPublicPutApiClientRequest

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_common_models_accounts_clients_public_put_api_client_request import HelloAssoApiV5CommonModelsAccountsClientsPublicPutApiClientRequest

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

# convert the object into a dict
hello_asso_api_v5_common_models_accounts_clients_public_put_api_client_request_dict = hello_asso_api_v5_common_models_accounts_clients_public_put_api_client_request_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsAccountsClientsPublicPutApiClientRequest from a dict
hello_asso_api_v5_common_models_accounts_clients_public_put_api_client_request_from_dict = HelloAssoApiV5CommonModelsAccountsClientsPublicPutApiClientRequest.from_dict(hello_asso_api_v5_common_models_accounts_clients_public_put_api_client_request_dict)

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