Class: Google::Shopping::Merchant::Accounts::V1beta::ListProgramsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListProgramsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb
Overview
Response message for the ListPrograms method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#programs ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Program>
The programs for the given account.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
132 133 134 135 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 132 class ListProgramsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#programs ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Program>
Returns The programs for the given account.
132 133 134 135 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 132 class ListProgramsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |