Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.1 KB

File metadata and controls

31 lines (22 loc) · 2.1 KB

HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelSynchronizableFormModel

ResultsWithPaginationModel class

Properties

Name Type Description Notes
data List[HelloAssoApiV5CommonModelsDirectorySynchronizableFormModel] Data property [optional]
pagination HelloAssoApiV5CommonModelsCommonPaginationModel [optional]

Example

from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_synchronizable_form_model import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelSynchronizableFormModel

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

# convert the object into a dict
hello_asso_api_v5_common_models_common_results_with_pagination_model_synchronizable_form_model_dict = hello_asso_api_v5_common_models_common_results_with_pagination_model_synchronizable_form_model_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelSynchronizableFormModel from a dict
hello_asso_api_v5_common_models_common_results_with_pagination_model_synchronizable_form_model_from_dict = HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelSynchronizableFormModel.from_dict(hello_asso_api_v5_common_models_common_results_with_pagination_model_synchronizable_form_model_dict)

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