builds

@JvmName(name = "listBuildsResponseBuild")
fun Flow<ListBuildsResponse>.builds(): Flow<Build>

This paginator transforms the flow returned by listBuildsPaginated to access the nested member Build

Return

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