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

A list of AdaptiveMtDatasets.

Attributes

  • adaptiveMtDatasets (type: list(GoogleApi.Translate.V3.Model.AdaptiveMtDataset.t), default: nil) - Output only. A list of Adaptive MT datasets.
  • nextPageToken (type: String.t, default: nil) - Optional. A token to retrieve a page of results. Pass this value in the [ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to ListAdaptiveMtDatasets method to retrieve the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.