JobCollection Class

A collection of Job items.

Inheritance
JobCollection

Constructor

JobCollection(*, value: Optional[List[_models.Job]] = None, odata_next_link: Optional[str] = None, **kwargs)

Variables

value
list[Job]

A collection of Job items.

odata_next_link
str

A link to the next page of the collection (when the collection contains too many results to return in one response).