public sealed class CreateBrandRequest : IMessage<CreateBrandRequest>, IEquatable<CreateBrandRequest>, IDeepCloneable<CreateBrandRequest>, 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."],[[["This webpage details the `CreateBrandRequest` class within the `Google.Cloud.Iap.V1` namespace, specifically version 2.0.0 of the Google Cloud Identity-Aware Proxy (IAP) .NET library."],["The `CreateBrandRequest` class is used to send requests to create a brand, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides two constructors: a default constructor and another that accepts a `CreateBrandRequest` object."],["The `CreateBrandRequest` class has two properties: `Brand`, representing the brand to be created, and `Parent`, representing the GCP project where the brand will reside."],["This page also contains a list of previous versions of this `CreateBrandRequest`, ranging from 1.0.0 up to the latest 2.7.0."]]],[]]