Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1002 Bytes

PageBatchJob.md

File metadata and controls

32 lines (24 loc) · 1002 Bytes

PageBatchJob

Properties

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

Example

from compute_api_client.models.page_batch_job import PageBatchJob

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

# convert the object into a dict
page_batch_job_dict = page_batch_job_instance.to_dict()
# create an instance of PageBatchJob from a dict
page_batch_job_form_dict = page_batch_job.from_dict(page_batch_job_dict)

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