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."],[[["The `ListBrandsResponse` class is a response message for listing brands, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This documentation covers the `ListBrandsResponse` class within the `Google.Cloud.Iap.V1` namespace for .NET, specifically in version 1.1.0 of the `Google.Cloud.Iap.V1.dll` assembly, and it also displays different versions of this class."],["The `ListBrandsResponse` class inherits from the base `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors, one default and one that accepts another `ListBrandsResponse` object as a parameter, and also it contains a `Brands` property of type `RepeatedField\u003cBrand\u003e`."],["The latest version of the `ListBrandsResponse` documented is 2.7.0, however many other versions are also available."]]],[]]