Class: Google::Cloud::Channel::V1::DeleteCustomerRequest

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

Overview

Request message for CloudChannelService.DeleteCustomer.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the customer to delete.

Returns:

  • (::String)

    Required. The resource name of the customer to delete.



161
162
163
164
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 161

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