[[["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-25 UTC."],[[["The `ListEntitiesResponse` class is used to represent a response containing a list of metadata entities within the Google Cloud Dataplex V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, allowing for versatile interaction and data handling."],["The class has two constructors, a default one and another to construct the class based off another `ListEntitiesResponse` object, with the second constructor taking a `ListEntitiesResponse` parameter."],["The `ListEntitiesResponse` class contains two properties, `Entities`, which is a list of entities contained in a zone, and `NextPageToken`, which is a string containing the token for the next results page, if any exist."],["The class also contains two `GetEnumerator()` methods, one of which is an explicit implementation, to allow iterations through the collection of entities in the response."]]],[]]