[[["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 `ListConnectorsResponse` class is designed to handle responses when listing Serverless VPC Access connectors, and it is located within the `Google.Cloud.VpcAccess.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating its comprehensive functionality in handling and iterating through connector data."],["It includes a `Connectors` property, which is a `RepeatedField` of `Connector` objects, representing a list of Serverless VPC Access connectors."],["It also contains a `NextPageToken` property, which is a string used for continuation in listing connectors, suggesting support for pagination."],["The class provides two constructors, one parameterless and the other accepting another `ListConnectorsResponse` object as a parameter, allowing for both default initialization and cloning of responses."]]],[]]