segments

@JvmName(name = "listSegmentsResponseSegment")
fun Flow<ListSegmentsResponse>.segments(): Flow<Segment>

This paginator transforms the flow returned by listSegmentsPaginated to access the nested member Segment

Return

A kotlinx.coroutines.flow.Flow that can collect Segment