Name | Type | Description | Notes |
---|---|---|---|
next_page_token | String | A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. | [optional] |
promotions | Array<Promotion> | The promotions. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::ListPromotionsResponse.new(
next_page_token: null,
promotions: null
)