A token to retrieve a page of results. Pass this value in the
[ListGlossariesRequest.page_token] field in the subsequent call to
ListGlossaries method to retrieve the next page of results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google.Cloud.Translate.V3 library is 3.9.0, with multiple previous versions available for reference, including 2.3.0 where the ListGlossariesResponse is found."],["The `ListGlossariesResponse` class, a response message for listing glossaries, inherits from Object and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["This class includes a constructor that allows for a default instance or an instance to be created from another `ListGlossariesResponse`, and it has properties for `Glossaries`, which is a list of glossaries for a project, and `NextPageToken`, used for retrieving paginated results."],["The ListGlossariesResponse class has methods such as GetEnumerator() allowing the user to iterate through the resources, as well as other functions inherited from it's base class Object, such as GetHashCode()."],["The `ListGlossariesResponse` class is part of the `Google.Cloud.Translate.V3` namespace and is contained in the `Google.Cloud.Translate.V3.dll` assembly."]]],[]]