[[["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 `ListTargetsResponse` class is a response object used to manage and retrieve lists of `Target` objects within the Google Cloud Deploy service, specifically within version 1.1.0 of the `Google.Cloud.Deploy.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling its use in protocol buffer communication, object comparison, deep cloning, and iteration, among other things."],["Key properties of `ListTargetsResponse` include `NextPageToken` for pagination, `Targets` to access the list of target objects, and `Unreachable` for locations that couldn't be accessed."],["The latest version for this API is 3.4.0, and there are multiple previous versions available going all the way back to 1.0.0, as this is a list of versions available for the response."],["There are two constructors, one default empty `ListTargetsResponse()`, and a second one to copy an existing `ListTargetsResponse` called `ListTargetsResponse(ListTargetsResponse other)`."]]],[]]