tracks

@JvmName(name = "listTracksResponseServerlessTrack")
fun Flow<ListTracksResponse>.tracks(): Flow<ServerlessTrack>

This paginator transforms the flow returned by listTracksPaginated to access the nested member ServerlessTrack

Return

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