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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.