pub async fn get_segments(
configuration: &Configuration,
app_id: &str,
offset: Option<i32>,
limit: Option<i32>,
) -> Result<GetSegmentsSuccessResponse, Error<GetSegmentsError>>Expand description
Returns an array of segments from an app.