Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.63 KB

HelloAssoApiV5ModelsDirectorySynchronizableFormModel.md

File metadata and controls

31 lines (22 loc) · 1.63 KB

HelloAssoApiV5ModelsDirectorySynchronizableFormModel

SynchronizableFormModel class

Properties

Name Type Description Notes
action HelloAssoApiV5ModelsEnumsRecordActionType [optional]
record HelloAssoApiV5ModelsFormsFormBasicModel [optional]

Example

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)

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