Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.51 KB

File metadata and controls

31 lines (22 loc) · 1.51 KB

HelloAssoApiV5CommonModelsAccountsOrganismCategoryModel

Properties

Name Type Description Notes
id int [optional]
label str [optional]
short_label str [optional]

Example

from helloasso_python.models.hello_asso_api_v5_common_models_accounts_organism_category_model import HelloAssoApiV5CommonModelsAccountsOrganismCategoryModel

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

# convert the object into a dict
hello_asso_api_v5_common_models_accounts_organism_category_model_dict = hello_asso_api_v5_common_models_accounts_organism_category_model_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsAccountsOrganismCategoryModel from a dict
hello_asso_api_v5_common_models_accounts_organism_category_model_from_dict = HelloAssoApiV5CommonModelsAccountsOrganismCategoryModel.from_dict(hello_asso_api_v5_common_models_accounts_organism_category_model_dict)

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