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

View Source

Represents a single entry for an equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.

Attributes

  • terms (type: list(GoogleApi.Translate.V3.Model.GlossaryTerm.t), default: nil) - Each term in the set represents a term that can be replaced by the other terms.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Translate.V3.Model.GlossaryTermsSet{
  terms: [GoogleApi.Translate.V3.Model.GlossaryTerm.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.