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 latest version available for `ListBrandsRequest` is 2.7.0, with various other versions ranging from 1.0.0 to 2.6.0 available for reference."],["`ListBrandsRequest` is a class used to send requests to the `ListBrands` function, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class, meaning it uses the same inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`ListBrandsRequest` can be constructed with either no arguments or by passing another `ListBrandsRequest` object, which allows for the use of copy constructor when dealing with this object."],["The `Parent` property, a string type, is required and represents the GCP Project number/ID, following the format: `projects/{project_number/id}`."]]],[]]