SynchronizableFormModel class
Name | Type | Description | Notes |
---|---|---|---|
action | HelloAssoApiV5ModelsEnumsRecordActionType | [optional] | |
record | HelloAssoApiV5ModelsFormsFormBasicModel | [optional] |
from helloasso_python.models.hello_asso_api_v5_models_directory_synchronizable_form_model import HelloAssoApiV5ModelsDirectorySynchronizableFormModel
# TODO update the JSON string below
json = "{}"
# create an instance of HelloAssoApiV5ModelsDirectorySynchronizableFormModel from a JSON string
hello_asso_api_v5_models_directory_synchronizable_form_model_instance = HelloAssoApiV5ModelsDirectorySynchronizableFormModel.from_json(json)
# print the JSON string representation of the object
print(HelloAssoApiV5ModelsDirectorySynchronizableFormModel.to_json())
# convert the object into a dict
hello_asso_api_v5_models_directory_synchronizable_form_model_dict = hello_asso_api_v5_models_directory_synchronizable_form_model_instance.to_dict()
# create an instance of HelloAssoApiV5ModelsDirectorySynchronizableFormModel from a dict
hello_asso_api_v5_models_directory_synchronizable_form_model_from_dict = HelloAssoApiV5ModelsDirectorySynchronizableFormModel.from_dict(hello_asso_api_v5_models_directory_synchronizable_form_model_dict)