parts

@JvmName(name = "listPartsResponsePart")
fun Flow<ListPartsResponse>.parts(): Flow<Part>

This paginator transforms the flow returned by listPartsPaginated to access the nested member Part

Return

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