Class: Google::Shopping::Merchant::Accounts::V1::LinkGbpAccountResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::LinkGbpAccountResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/gbpaccounts.rb
Overview
Response message for the LinkGbpAccount method.
Instance Attribute Summary collapse
-
#response ⇒ ::Google::Protobuf::Empty
Empty response.
Instance Attribute Details
#response ⇒ ::Google::Protobuf::Empty
Returns Empty response.
115 116 117 118 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/gbpaccounts.rb', line 115 class LinkGbpAccountResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |