satellites

@JvmName(name = "listSatellitesResponseSatelliteListItem")
fun Flow<ListSatellitesResponse>.satellites(): Flow<SatelliteListItem>

This paginator transforms the flow returned by listSatellitesPaginated to access the nested member SatelliteListItem

Return

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