Class: Google::Shopping::Merchant::Accounts::V1beta::ListGbpAccountsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListGbpAccountsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb
Overview
Response message for the ListGbpAccounts method.
Instance Attribute Summary collapse
-
#gbp_accounts ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::GbpAccount>
The GBP accounts from the specified merchant in the specified country.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#gbp_accounts ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::GbpAccount>
Returns The GBP accounts from the specified merchant in the specified country.
93 94 95 96 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb', line 93 class ListGbpAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
93 94 95 96 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb', line 93 class ListGbpAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |