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, found in version 2.0.0, is used to make requests to the `ListBrands` method within the `Google.Cloud.Iap.V1` namespace."],["The latest version available is 2.7.0, with versions ranging from 1.0.0 to 2.7.0 provided as a list of hyperlinks for quick access."],["The `ListBrandsRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, `ListBrandsRequest()` and `ListBrandsRequest(ListBrandsRequest other)`, with the latter using another `ListBrandsRequest` object to instantiate."],["A key property of the `ListBrandsRequest` class is `Parent`, which is a required string representing the GCP project number/id in the format `projects/{project_number/id}`."]]],[]]