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 Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically within version 2.2.0 of the .NET library."],["This class, `CreateBrandRequest`, is used to send requests for creating a new brand within the IAP service."],["It requires a `Brand` object and the GCP Project `Parent` under which the brand will be created, both of which are mandatory properties."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The latest version available in this document is version 2.7.0, and historical versions from 2.6.0 to 1.0.0 are available with links."]]],[]]