public sealed class CreateBrandRequest : IMessage<CreateBrandRequest>, IEquatable<CreateBrandRequest>, IDeepCloneable<CreateBrandRequest>, IBufferMessage, IMessage
The request sent to CreateBrand.
Implements
IMessage<CreateBrandRequest>, IEquatable<CreateBrandRequest>, IDeepCloneable<CreateBrandRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
CreateBrandRequest()
public CreateBrandRequest()
CreateBrandRequest(CreateBrandRequest)
public CreateBrandRequest(CreateBrandRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateBrandRequest |
Properties
Brand
public Brand Brand { get; set; }
Required. The brand to be created.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |