Class ListJobsResponse (1.4.0)

ListJobsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for TranscoderService.ListJobs.

Attributes

NameDescription
jobs Sequence[google.cloud.video.transcoder_v1.types.Job]
List of jobs in the specified region.
next_page_token str
The pagination token.
unreachable Sequence[str]
List of regions that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListJobsResponse