Class: Google::Shopping::Merchant::Accounts::V1beta::DeleteAccountRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb

Overview

Request message for the DeleteAccount method.

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns Optional. If set to true, the account is deleted even if it provides services to other accounts or has processed offers.

Returns:

  • (::Boolean)

    Optional. If set to true, the account is deleted even if it provides services to other accounts or has processed offers.



139
140
141
142
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 139

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

#name::String

Returns Required. The name of the account to delete. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The name of the account to delete. Format: accounts/{account}



139
140
141
142
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 139

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