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 1.2.0 of the Google Cloud IAP .NET library."],["`CreateBrandRequest` is a request message used to create a brand, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `CreateBrandRequest()` and one that takes another `CreateBrandRequest` object as a parameter."],["The `CreateBrandRequest` class has two properties: `Brand`, which is the brand to be created, and `Parent`, which indicates the GCP project under which the brand will be created."],["The webpage also lists older versions, as well as the latest version, of the CreateBrandRequest from the same namespace."]]],[]]