public sealed class GetBrandRequest : IMessage<GetBrandRequest>, IEquatable<GetBrandRequest>, IDeepCloneable<GetBrandRequest>, 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 of the `GetBrandRequest` is 2.7.0, with previous versions available down to 1.0.0."],["`GetBrandRequest` is a sealed class that is part of the `Google.Cloud.Iap.V1` namespace and is used to send requests to `GetBrand`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBrandRequest` class includes a property called `Name`, which is a string representing the name of the brand to fetch, in the format projects/{project_number/id}/brands/{brand}."],["The `GetBrandRequest` class has two constructors: a default constructor `GetBrandRequest()` and a copy constructor `GetBrandRequest(GetBrandRequest other)`."]]],[]]