Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1 KB

File metadata and controls

28 lines (19 loc) · 1 KB

CreateRequestRequestSeasons

Properties

Name Type Description Notes

Example

from overseerr.models.create_request_request_seasons import CreateRequestRequestSeasons

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

# convert the object into a dict
create_request_request_seasons_dict = create_request_request_seasons_instance.to_dict()
# create an instance of CreateRequestRequestSeasons from a dict
create_request_request_seasons_from_dict = CreateRequestRequestSeasons.from_dict(create_request_request_seasons_dict)

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