Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 711 Bytes

File metadata and controls

14 lines (9 loc) · 711 Bytes

GetSegmentsSuccessResponse

Properties

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

[Back to API list] [Back to README]