Class: Google::Shopping::Merchant::Accounts::V1::VerifySelfRequest

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

Overview

Request message for the VerifySelf method.

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Required. The name of the account under which the caller is a user. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The name of the account under which the caller is a user. Format: accounts/{account}



168
169
170
171
# File 'proto_docs/google/shopping/merchant/accounts/v1/user.rb', line 168

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