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

View Source

Response message for ListGlossaryEntries

Attributes

  • glossaryEntries (type: list(GoogleApi.Translate.V3.Model.GlossaryEntry.t), default: nil) - Optional. The Glossary Entries
  • nextPageToken (type: String.t, default: nil) - Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Translate.V3.Model.ListGlossaryEntriesResponse{
  glossaryEntries: [GoogleApi.Translate.V3.Model.GlossaryEntry.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.