public sealed class ListBrandsResponse : IMessage<ListBrandsResponse>, IEquatable<ListBrandsResponse>, IDeepCloneable<ListBrandsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListBrandsResponse.
[[["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 `ListBrandsResponse` class within the Google Cloud Identity-Aware Proxy v1 API, specifically version 2.6.0."],["The `ListBrandsResponse` class is designed to handle response messages for the `ListBrands` operation and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this API is 2.7.0, with versions ranging back to 1.0.0 also being accessible in the reference list."],["The class contains a `Brands` property, which is of type `RepeatedField\u003cBrand\u003e` and provides access to the brands existing within the project."],["The `ListBrandsResponse` class includes two constructors: a default constructor `ListBrandsResponse()` and another one that takes another `ListBrandsResponse` object as an argument, `ListBrandsResponse(ListBrandsResponse other)`."]]],[]]