Class: Google::Cloud::Iap::V1::CreateBrandRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::CreateBrandRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The request sent to CreateBrand.
Instance Attribute Summary collapse
-
#brand ⇒ ::Google::Cloud::Iap::V1::Brand
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#brand ⇒ ::Google::Cloud::Iap::V1::Brand
Returns Required. The brand to be created.
455 456 457 458 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 455 class CreateBrandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.
455 456 457 458 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 455 class CreateBrandRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |