View Source GoogleApi.Translate.V3.Model.GlossaryTerm (google_api_translate v0.21.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.