[[["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 document provides details on the `ListRolesResponse` class, which is used to represent a response containing a list of roles defined under a specific resource."],["The `ListRolesResponse` class is part of the `Google.Cloud.Iam.Admin.V1` namespace and is available in the `Google.Cloud.Iam.Admin.V1.dll` assembly, with the latest version being 2.4.0, as shown by the list."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing various functionalities for handling and iterating over roles."],["The `ListRolesResponse` class has two properties: `NextPageToken`, a string used to retrieve the next page of results, and `Roles`, a `RepeatedField` containing the actual `Role` data."],["It is possible to iterate through the resources in this response, through the use of the `GetEnumerator()` method."]]],[]]