Class CreateBrandRequest (2.0.0)

public sealed class CreateBrandRequest : IMessage<CreateBrandRequest>, IEquatable<CreateBrandRequest>, IDeepCloneable<CreateBrandRequest>, IBufferMessage, IMessage

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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.