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."],[[["This page provides reference documentation for the `CreateBrandRequest` class within the Google Cloud Identity-Aware Proxy v1 API, specifically for version 2.6.0."],["The `CreateBrandRequest` class is used to send a request to create a new brand and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateBrandRequest` class has two constructors: one default and another that takes another `CreateBrandRequest` object as a parameter for deep cloning."],["The class includes two key properties: `Brand` which represents the brand to be created, and `Parent` which is the GCP project where the brand will reside."],["The documentation also provides links to older versions, starting from 1.0.0 up to the latest 2.7.0 version, allowing users to easily access different API releases."]]],[]]