public sealed class GetBrandRequest : IMessage<GetBrandRequest>, IEquatable<GetBrandRequest>, IDeepCloneable<GetBrandRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetBrandRequest.
[[["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."],[[["This document provides reference information for the `GetBrandRequest` class within the Google Cloud Identity-Aware Proxy v1 API, specifically for version 2.2.0 of the .NET library."],["`GetBrandRequest` is a class used to send a request to retrieve brand information, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and includes members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It has two constructors, a default one and another that accepts a `GetBrandRequest` object, allowing for object creation and cloning."],["The `Name` property of the `GetBrandRequest` class is a required string that represents the name of the brand being fetched, formatted as \"projects/{project_number/id}/brands/{brand}\"."]]],[]]