missionProfileList

@JvmName(name = "listMissionProfilesResponseMissionProfileListItem")
fun Flow<ListMissionProfilesResponse>.missionProfileList(): Flow<MissionProfileListItem>

This paginator transforms the flow returned by listMissionProfilesPaginated to access the nested member MissionProfileListItem

Return

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