presets

@JvmName(name = "listPresetsResponsePreset")
fun Flow<ListPresetsResponse>.presets(): Flow<Preset>

This paginator transforms the flow returned by listPresetsPaginated to access the nested member Preset

Return

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