[[["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 outlines the `ListDeploymentsResponse` class, which is used to manage responses when listing deployments in the Google Cloud GSuite Add-ons API, specifically within version 1.0.0 and beyond, up to the latest version 2.4.0."],["The `ListDeploymentsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, supporting various functionalities such as message handling, equality comparisons, deep cloning, buffered message operations, and iteration over deployments."],["The class provides two constructors: a default constructor and another that accepts an existing `ListDeploymentsResponse` instance for cloning purposes."],["The `ListDeploymentsResponse` class contains two primary properties: `Deployments`, which is a `RepeatedField` holding the actual list of deployments, and `NextPageToken`, a string used for pagination to retrieve subsequent pages of results."],["The class also has a `GetEnumerator()` method that iterates through the resources contained in the list of deployments."]]],[]]