consumers

@JvmName(name = "listStepConsumersResponseStepConsumer")
fun Flow<ListStepConsumersResponse>.consumers(): Flow<StepConsumer>

This paginator transforms the flow returned by listStepConsumersPaginated to access the nested member StepConsumer

Return

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