Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.3 KB

File metadata and controls

30 lines (21 loc) · 1.3 KB

HelloAssoApiV5CommonModelsCommonVideoModel

Properties

Name Type Description Notes
id int [optional]
url str [optional]

Example

from helloasso_python.models.hello_asso_api_v5_common_models_common_video_model import HelloAssoApiV5CommonModelsCommonVideoModel

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

# convert the object into a dict
hello_asso_api_v5_common_models_common_video_model_dict = hello_asso_api_v5_common_models_common_video_model_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsCommonVideoModel from a dict
hello_asso_api_v5_common_models_common_video_model_from_dict = HelloAssoApiV5CommonModelsCommonVideoModel.from_dict(hello_asso_api_v5_common_models_common_video_model_dict)

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