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."],[[["The latest version of the `CreateBrandRequest` is 2.7.0, with older versions available down to 1.0.0."],["`CreateBrandRequest` is a class used for sending requests to create a new brand, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors: a default constructor `CreateBrandRequest()` and a copy constructor `CreateBrandRequest(CreateBrandRequest other)`."],["The `CreateBrandRequest` class has properties for `Brand` (of type `Brand`) and `Parent` (of type `String`), both of which are required fields."],["The namespace of the `CreateBrandRequest` is `Google.Cloud.Iap.V1`, and it is part of the `Google.Cloud.Iap.V1.dll` assembly."]]],[]]