Class: Google::Cloud::Channel::V1::CreateCustomerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CreateCustomerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.CreateCustomer
Instance Attribute Summary collapse
-
#customer ⇒ ::Google::Cloud::Channel::V1::Customer
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#customer ⇒ ::Google::Cloud::Channel::V1::Customer
Returns Required. The customer to create.
150 151 152 153 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 150 class CreateCustomerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}.
150 151 152 153 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 150 class CreateCustomerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |