View Source GoogleApi.Translate.V3.Model.ListDatasetsResponse (google_api_translate v0.21.0)
Response message for ListDatasets.
Attributes
-
datasets
(type:list(GoogleApi.Translate.V3.Model.Dataset.t)
, default:nil
) - The datasets 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 ListDatasetsRequest to obtain the corresponding page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V3.Model.ListDatasetsResponse{ datasets: [GoogleApi.Translate.V3.Model.Dataset.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.