GoogleApi.Transcoder.V1beta1.Model.TextAtom (google_api_transcoder v0.2.0) View Source

The mapping for the Job.edit_list atoms with text EditAtom.inputs.

Attributes

  • inputs (type: list(GoogleApi.Transcoder.V1beta1.Model.TextInput.t), default: nil) - List of Job.inputs that should be embedded in this atom. Only one input is supported.
  • key (type: String.t, default: nil) - Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Transcoder.V1beta1.Model.TextAtom{
  inputs: [GoogleApi.Transcoder.V1beta1.Model.TextInput.t()] | nil,
  key: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.