Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::CreateCustomerRequest.
Request message for CloudChannelService.CreateCustomer
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customer
def customer() -> ::Google::Cloud::Channel::V1::Customer
Returns
- (::Google::Cloud::Channel::V1::Customer) — Required. The customer to create.
#customer=
def customer=(value) -> ::Google::Cloud::Channel::V1::Customer
Parameter
- value (::Google::Cloud::Channel::V1::Customer) — Required. The customer to create.
Returns
- (::Google::Cloud::Channel::V1::Customer) — Required. The customer to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}
Returns
- (::String) — Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}