Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 935 Bytes

File metadata and controls

32 lines (24 loc) · 935 Bytes

PageFile

Properties

Name Type Description Notes
items List[File]
total int
page int
size int
pages int [optional]

Example

from compute_api_client.models.page_file import PageFile

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

# convert the object into a dict
page_file_dict = page_file_instance.to_dict()
# create an instance of PageFile from a dict
page_file_form_dict = page_file.from_dict(page_file_dict)

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