Class: Google::Shopping::Merchant::Accounts::V1::GetAccountRequest

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

Overview

Request message for the GetAccount method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



83
84
85
86
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 83

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