View Source GoogleApi.Translate.V3.Model.ListGlossariesResponse (google_api_translate v0.21.0)
Response message for ListGlossaries.
Attributes
-
glossaries
(type:list(GoogleApi.Translate.V3.Model.Glossary.t)
, default:nil
) - The list of glossaries for a project. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve a page of results. Pass this value in the [ListGlossariesRequest.page_token] field in the subsequent call toListGlossaries
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.ListGlossariesResponse{ glossaries: [GoogleApi.Translate.V3.Model.Glossary.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.