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 documentation for the `CreateBrandRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["`CreateBrandRequest` is a class used to send requests for creating a new brand within a specified Google Cloud project, following the IMessage interface."],["The latest version available for the API is 2.7.0, while this page specifically covers version 2.4.0, with previous versions also listed."],["The `CreateBrandRequest` class has two constructors, a default and a copy constructor that takes another `CreateBrandRequest` object as an argument, and it implements several interfaces such as `IEquatable`, and `IDeepCloneable`."],["`CreateBrandRequest` has two key properties: 'Brand' which is of type Brand, and 'Parent' which is of type string and describes the GCP project where the brand is created."]]],[]]