GoogleApi.Transcoder.V1beta1.Model.ListJobsResponse (google_api_transcoder v0.2.0) View Source
Response message for TranscoderService.ListJobs
.
Attributes
-
jobs
(type:list(GoogleApi.Transcoder.V1beta1.Model.Job.t)
, default:nil
) - List of jobs in the specified region. -
nextPageToken
(type:String.t
, default:nil
) - The pagination token.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Transcoder.V1beta1.Model.ListJobsResponse{ jobs: [GoogleApi.Transcoder.V1beta1.Model.Job.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.