Class: Google::Shopping::Merchant::Accounts::V1::VerifySelfRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::VerifySelfRequest
- 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
-
#account ⇒ ::String
Required.
Instance Attribute Details
#account ⇒ ::String
Returns 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 |