[[["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."],[[["This webpage details the `QueryGrantableRolesResponse` class, which is used to manage responses when querying grantable roles within the Google Cloud IAM Admin API, specifically in version 1.1.0."],["The `QueryGrantableRolesResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, for flexibility in data handling."],["This class has two constructors, one with no parameters, and the second one that accepts another `QueryGrantableRolesResponse` object, allowing the creation of an object from another object."],["Key properties of the class are `NextPageToken`, which is used for pagination of results, and `Roles`, which is a list of the matching roles found in the response."],["The `GetEnumerator()` method allows for iterating over the roles in the response, and the page also provides links to previous versions of this class, ranging from 1.0.0 to 2.4.0 (latest)."]]],[]]