Class: Google::Cloud::DeveloperConnect::V1::DeleteSelfRequest

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

Overview

Message for deleting a User of the user themselves.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the AccountConnector resource.

Returns:

  • (::String)

    Required. Name of the AccountConnector resource



857
858
859
860
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 857

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