GoogleApi.Transcoder.V1beta1.Model.JobTemplate (google_api_transcoder v0.4.2)

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}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.JobTemplate{
  config: GoogleApi.Transcoder.V1beta1.Model.JobConfig.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.