Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 567 Bytes

ListPromotionsResponse.md

File metadata and controls

20 lines (14 loc) · 567 Bytes

SajariAPIClient::ListPromotionsResponse

Properties

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]

Example

require 'sdk_ruby'

instance = SajariAPIClient::ListPromotionsResponse.new(
  next_page_token: null,
  promotions: null
)