public sealed class ListBrandsResponse : IMessage<ListBrandsResponse>, IEquatable<ListBrandsResponse>, IDeepCloneable<ListBrandsResponse>, IBufferMessage, IMessage
[[["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 webpage details the `ListBrandsResponse` class, which is part of the Google Cloud IAP (Identity-Aware Proxy) V1 API within the .NET environment."],["The `ListBrandsResponse` class, found in the `Google.Cloud.Iap.V1` namespace, is a response message type for listing brands and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides documentation for versions ranging from 1.0.0 to the latest 2.7.0, detailing that the current page specifically covers the 2.0.0 release."],["`ListBrandsResponse` includes a `Brands` property, which is a `RepeatedField` containing `Brand` objects that represent the brands found within a project."],["The class inherits members from the base `Object` class and offers two constructors, a default constructor and one that accepts another `ListBrandsResponse` object as a parameter."]]],[]]