class Google::Apis::TranscoderV1beta1::JobTemplate
Transcoding job template resource.
Attributes
config[RW]
Job
configuration Corresponds to the JSON property `config` @return [Google::Apis::TranscoderV1beta1::JobConfig]
name[RW]
The resource name of the job template. Format: `projects/`project`/locations/` location`/jobTemplates/`job_templateā Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 922 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 927 def update!(**args) @config = args[:config] if args.key?(:config) @name = args[:name] if args.key?(:name) end