steps

@JvmName(name = "listStepsResponseStepSummary")
fun Flow<ListStepsResponse>.steps(): Flow<StepSummary>

This paginator transforms the flow returned by listStepsPaginated to access the nested member StepSummary

Return

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