GoogleApi.Transcoder.V1beta1.Model.TextAtom (google_api_transcoder v0.4.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.