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 documentation for the `ListBrandsResponse` class within the Google Cloud Identity-Aware Proxy v1 API."],["The `ListBrandsResponse` class is used to represent the response message for the `ListBrands` method."],["The latest version of this reference documentation is for version 2.7.0, with versions ranging down to 1.0.0 available."],["The `ListBrandsResponse` class inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Brands` property, which is a `RepeatedField` of `Brand` objects, representing the brands existing in a project."]]],[]]