GoogleApi.Transcoder.V1beta1.Model.JobTemplate (google_api_transcoder v0.4.2)
View SourceTranscoding 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
@type t() :: %GoogleApi.Transcoder.V1beta1.Model.JobTemplate{ config: GoogleApi.Transcoder.V1beta1.Model.JobConfig.t() | nil, name: String.t() | nil }