GoogleApi.Translate.V3.Model.GlossaryTerm (google_api_translate v0.22.0)

View Source

Represents a single glossary term

Attributes

  • languageCode (type: String.t, default: nil) - The language for this glossary term.
  • text (type: String.t, default: nil) - The text for the glossary term.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Translate.V3.Model.GlossaryTerm{
  languageCode: String.t() | nil,
  text: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.