Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 704 Bytes

File metadata and controls

24 lines (18 loc) · 704 Bytes

OneSignal::GetSegmentsSuccessResponse

Properties

Name Type Description Notes
total_count Integer The number of Segments in the response. [optional]
offset Integer Set with the offset query parameter. Default 0. [optional]
limit Integer Maximum number of Segments returned. Default 300. [optional]
segments Array<SegmentData> An array containing the Segment information. [optional]

Example

require 'onesignal'

instance = OneSignal::GetSegmentsSuccessResponse.new(
  total_count: null,
  offset: null,
  limit: null,
  segments: null
)