google_api_translate v0.8.0 GoogleApi.Translate.V3.Model.ListGlossariesResponse View Source
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 toListGlossariesmethod to retrieve the next page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Translate.V3.Model.ListGlossariesResponse{
glossaries: [GoogleApi.Translate.V3.Model.Glossary.t()],
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.