public sealed class CreateBrandRequest : IMessage<CreateBrandRequest>, IEquatable<CreateBrandRequest>, IDeepCloneable<CreateBrandRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class CreateBrandRequest.
[[["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 `CreateBrandRequest` class is part of the Cloud Identity-Aware Proxy v1 API and is used to send requests for creating a new brand."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffer message operations."],["The class contains two constructors: a default constructor `CreateBrandRequest()` and a copy constructor `CreateBrandRequest(CreateBrandRequest other)` to create new instances, where the latter allows instantiation of a new object by copying an existing `CreateBrandRequest` object."],["The `CreateBrandRequest` class has two properties, `Brand` which is of type `Brand`, and `Parent` of type `string`, that defines the brand to be created and the id of the project, respectively."],["Multiple versions of this API class are available, ranging from version 1.0.0 to the latest version 2.7.0, offering different releases of the `CreateBrandRequest`."]]],[]]