meshes

@JvmName(name = "listMeshesResponseMeshRef")
fun Flow<ListMeshesResponse>.meshes(): Flow<MeshRef>

This paginator transforms the flow returned by listMeshesPaginated to access the nested member MeshRef

Return

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