samples

@JvmName(name = "listSamplesResponseSample")
fun Flow<ListSamplesResponse>.samples(): Flow<Sample>

This paginator transforms the flow returned by listSamplesPaginated to access the nested member Sample

Return

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