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."],[[["The latest version available for the `GetBrandRequest` class is 2.7.0, but the current page specifically documents version 2.3.0."],["The `GetBrandRequest` class is used to send requests to the `GetBrand` API within the Cloud Identity-Aware Proxy v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBrandRequest` class has a property named `Name`, which is a required string representing the name of the brand to be fetched in the specified format."],["The class has two constructors, a default constructor, and a constructor that accepts another `GetBrandRequest` object as a parameter, allowing it to be cloned."]]],[]]