pipelines

@JvmName(name = "listPipelinesResponsePipeline")
fun Flow<ListPipelinesResponse>.pipelines(): Flow<Pipeline>

This paginator transforms the flow returned by listPipelinesPaginated to access the nested member Pipeline

Return

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