Class CreateBrandRequest (1.5.0)

CreateBrandRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request sent to CreateBrand.

Attributes

NameDescription
parent str
Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.
brand google.cloud.iap_v1.types.Brand
Required. The brand to be created.

Inheritance

builtins.object > proto.message.Message > CreateBrandRequest