Cloud Identity-Aware Proxy v1 API - Class CreateBrandRequest (2.2.0)

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.

The request sent to CreateBrand.

Inheritance

Object > CreateBrandRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

CreateBrandRequest()

public CreateBrandRequest()

CreateBrandRequest(CreateBrandRequest)

public CreateBrandRequest(CreateBrandRequest other)
Parameter
NameDescription
otherCreateBrandRequest

Properties

Brand

public Brand Brand { get; set; }

Required. The brand to be created.

Property Value
TypeDescription
Brand

Parent

public string Parent { get; set; }

Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.

Property Value
TypeDescription
String