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

Transcoding job template resource.

Attributes

  • config (type: GoogleApi.Transcoder.V1beta1.Model.JobConfig.t, default: nil) - The configuration for this template.
  • name (type: String.t, default: nil) - The resource name of the job template. Format: projects/{project}/locations/{location}/jobTemplates/{job_template}

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.JobTemplate{
  config: GoogleApi.Transcoder.V1beta1.Model.JobConfig.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.