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 provides documentation for the `CreateBrandRequest` class within the `Google.Cloud.Iap.V1` namespace, used to send requests to create a brand."],["The latest version of `CreateBrandRequest` is 2.7.0, with multiple previous versions available, ranging back to version 1.0.0."],["`CreateBrandRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The `CreateBrandRequest` class contains two constructors and two properties, `Brand` and `Parent`, which are required for the creation of a new brand."],["`CreateBrandRequest` is used in the context of a Google Cloud Project and the required properties are the brand to be created, and the GCP project identifier under which the brand will be made."]]],[]]