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, and it's located within the `Google.Cloud.Iap.V1` namespace, specifically in the `Google.Cloud.Iap.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage\u003cListBrandsResponse\u003e`, `IEquatable\u003cListBrandsResponse\u003e`, `IDeepCloneable\u003cListBrandsResponse\u003e`, `IBufferMessage`, and `IMessage`, extending its functionality."],["There are multiple versions of the software provided for the `ListBrandsResponse` class, and it lists them from the latest, version 2.7.0, all the way back to the earliest provided version 1.0.0."],["The `ListBrandsResponse` class has a `Brands` property, which is a `RepeatedField` that holds a collection of `Brand` objects, representing brands that exist in a project."],["The `ListBrandsResponse` class can be constructed either without parameters, or through a copy constructor, taking another `ListBrandsResponse` as a parameter."]]],[]]