class Google::Apis::TranscoderV1::TextMapping
The mapping for the ‘Job.edit_list` atoms with text `EditAtom.inputs`.
Attributes
atom_key[RW]
Required. The ‘EditAtom.key` that references atom with text inputs in the `Job. edit_list`. Corresponds to the JSON property `atomKey` @return [String]
input_key[RW]
Required. The ‘Input.key` that identifies the input file. Corresponds to the JSON property `inputKey` @return [String]
input_track[RW]
Required. The zero-based index of the track in the input file. Corresponds to the JSON property ‘inputTrack` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1/classes.rb, line 1666 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_v1/classes.rb, line 1671 def update!(**args) @atom_key = args[:atom_key] if args.key?(:atom_key) @input_key = args[:input_key] if args.key?(:input_key) @input_track = args[:input_track] if args.key?(:input_track) end