Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 683 Bytes

File metadata and controls

12 lines (9 loc) · 683 Bytes

# GetSegmentsSuccessResponse

Properties

Name Type Description Notes
total_count int The number of Segments in the response. [optional]
offset int Set with the offset query parameter. Default 0. [optional]
limit int Maximum number of Segments returned. Default 300. [optional]
segments \onesignal\client\model\SegmentData[] An array containing the Segment information. [optional]

[Back to API list] [Back to README]