JobResponseListResult Class

The JSON-serialized array of JobResponse objects with a next link.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
JobResponseListResult

Constructor

JobResponseListResult(*, value: Optional[List[azure.mgmt.iothub.v2021_03_03_preview.models._models_py3.JobResponse]] = None, **kwargs)

Variables

value
list[JobResponse]

The array of JobResponse objects.

next_link
str

The next link.