Class: Google::Shopping::Merchant::Promotions::V1::ListPromotionsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Promotions::V1::ListPromotionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/promotions/v1/promotions.rb
Overview
Response message for the ListPromotions method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#promotions ⇒ ::Array<::Google::Shopping::Merchant::Promotions::V1::Promotion>
The processed promotions from the specified account.
Instance Attribute Details
#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.
168 169 170 171 |
# File 'proto_docs/google/shopping/merchant/promotions/v1/promotions.rb', line 168 class ListPromotionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#promotions ⇒ ::Array<::Google::Shopping::Merchant::Promotions::V1::Promotion>
Returns The processed promotions from the specified account.
168 169 170 171 |
# File 'proto_docs/google/shopping/merchant/promotions/v1/promotions.rb', line 168 class ListPromotionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |