Class: Google::Cloud::Channel::V1::CreateCustomerRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#customer::Google::Cloud::Channel::V1::Customer

Returns Required. The customer to create.

Returns:



122
123
124
125
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 122

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

Returns:

  • (::String)

    Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}



122
123
124
125
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 122

class CreateCustomerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end