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

View Source

Response message for ListModels.

Attributes

  • models (type: list(GoogleApi.Translate.V3.Model.Model.t), default: nil) - The models read.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.