View Source GoogleApi.Translate.V3.Model.ListModelsResponse (google_api_translate v0.21.0)
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
@type t() :: %GoogleApi.Translate.V3.Model.ListModelsResponse{ models: [GoogleApi.Translate.V3.Model.Model.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.