Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 696 Bytes

File metadata and controls

13 lines (9 loc) · 696 Bytes

OneSignalApi.Model.GetSegmentsSuccessResponse

Properties

Name Type Description Notes
TotalCount 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 List<SegmentData> An array containing the Segment information. [optional]

[Back to API list] [Back to README]