[[["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 reference information for the `ListTargetsResponse` class within the Google Cloud Deploy v1 API for .NET, specifically version 2.18.0."],["The `ListTargetsResponse` class serves as the response object from the `ListTargets` method and can contain a list of `Target` objects, along with a next page token for pagination, and a list of unreachable locations."],["The class implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating its capability to handle messages, equality checks, deep cloning, buffer messages, page responses, and enumeration."],["Key properties of `ListTargetsResponse` include `NextPageToken` (string), `Targets` (RepeatedField\u003cTarget\u003e), and `Unreachable` (RepeatedField\u003cstring\u003e), which manage the next page indicator, contained targets and list of unreachable locations respectively."],["The document provides details of the constructors for this class, one parameterless and another taking a `ListTargetsResponse` object as a parameter, it also lists every available version of the API, from version 1.0.0 to the latest version, 3.4.0."]]],[]]