GoogleApi.Transcoder.V1beta1.Model.ListJobTemplatesResponse (google_api_transcoder v0.2.0) View Source

Response message for TranscoderService.ListJobTemplates.

Attributes

  • jobTemplates (type: list(GoogleApi.Transcoder.V1beta1.Model.JobTemplate.t), default: nil) - List of job templates 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.ListJobTemplatesResponse{
  jobTemplates: [GoogleApi.Transcoder.V1beta1.Model.JobTemplate.t()] | nil,
  nextPageToken: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.