GoogleApi.Transcoder.V1.Model.ListJobsResponse (google_api_transcoder v0.4.2)
View SourceResponse message for TranscoderService.ListJobs
.
Attributes
-
jobs
(type:list(GoogleApi.Transcoder.V1.Model.Job.t)
, default:nil
) - List of jobs in the specified region. -
nextPageToken
(type:String.t
, default:nil
) - The pagination token. -
unreachable
(type:list(String.t)
, default:nil
) - List of regions that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1.Model.ListJobsResponse{ jobs: [GoogleApi.Transcoder.V1.Model.Job.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }