Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 994 Bytes

File metadata and controls

29 lines (20 loc) · 994 Bytes

ListBackups422Response

Properties

Name Type Description Notes
error str [optional]

Example

from quantcdn.models.list_backups422_response import ListBackups422Response

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

# convert the object into a dict
list_backups422_response_dict = list_backups422_response_instance.to_dict()
# create an instance of ListBackups422Response from a dict
list_backups422_response_from_dict = ListBackups422Response.from_dict(list_backups422_response_dict)

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