Class: Google::Cloud::CloudControlsPartner::V1beta::DeleteCustomerRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb

Overview

Message for deleting customer

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. name of the resource to be deleted format: name=organizations//locations//customers/*.

Returns:

  • (::String)

    Required. name of the resource to be deleted format: name=organizations//locations//customers/*



173
174
175
176
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 173

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