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.2.0."],["`ListBrandsResponse` is used as a response message for listing brands and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListBrandsResponse` class contains a `Brands` property, which is a repeated field of `Brand` objects, representing the existing brands in the project."],["There is a list of documented versions, ranging from the latest 2.7.0 to 1.0.0."],["There are two constructors provided, a default one and one that takes in another ListBrandsResponse object to copy from."]]],[]]