parts

@JvmName(name = "listPartsResponsePartListElement")
fun Flow<ListPartsResponse>.parts(): Flow<PartListElement>

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

Return

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