GoogleApi.Transcoder.V1beta1.Model.TextAtom (google_api_transcoder v0.4.2)
View SourceThe mapping for the Job.edit_list atoms with text EditAtom.inputs.
Attributes
-
inputs(type:list(GoogleApi.Transcoder.V1beta1.Model.TextInput.t), default:nil) - List ofJob.inputsthat should be embedded in this atom. Only one input is supported. -
key(type:String.t, default:nil) - Required. TheEditAtom.keythat references atom with text inputs in theJob.edit_list.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1beta1.Model.TextAtom{ inputs: [GoogleApi.Transcoder.V1beta1.Model.TextInput.t()] | nil, key: String.t() | nil }