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 (IAP) v1 API, specifically within the `Google.Cloud.Iap.V1` namespace."],["This class, `CreateBrandRequest`, is used to send requests for creating a brand, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is `2.7.0`, while this document specifically refers to version `2.1.0`, and the documentation also references versions ranging from `1.0.0` to `2.6.0`."],["`CreateBrandRequest` includes two main properties: `Brand`, which is the brand to be created, and `Parent`, which is the GCP project number/ID where the brand will reside."],["The class has two constructors: one default (`CreateBrandRequest()`) and another that accepts another `CreateBrandRequest` object as a parameter (`CreateBrandRequest(CreateBrandRequest other)`)."]]],[]]