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, which can be found in the provided links to the documentation."],["The `GetBrandRequest` class is a part of the Google Cloud Identity-Aware Proxy v1 API, designed to manage brand requests."],["`GetBrandRequest` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse functionalities."],["The `GetBrandRequest` class includes a `Name` property, which is a required string representing the brand to be fetched."],["This class provides two constructors: a default constructor (`GetBrandRequest()`) and a copy constructor (`GetBrandRequest(GetBrandRequest other)`), to create instance of the class."]]],[]]