public sealed class ListBrandsRequest : IMessage<ListBrandsRequest>, IEquatable<ListBrandsRequest>, IDeepCloneable<ListBrandsRequest>, 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 `ListBrandsRequest` class is used to send requests for listing brands within the Google Cloud IAP V1 API, and it's currently at version 1.2.0."],["The latest version for the `ListBrandsRequest` is 2.7.0, with multiple previous versions available, from 2.6.0 down to 1.0.0, allowing access to prior implementations."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`ListBrandsRequest` has a `Parent` property, a string representing the required GCP project number/id in the format \"projects/{project_number/id}\", which is necessary for making a request."],["The `ListBrandsRequest` class provides two constructors: a default one `ListBrandsRequest()` and another `ListBrandsRequest(ListBrandsRequest other)` to clone an existing object."]]],[]]