controlPanels

@JvmName(name = "listControlPanelsResponseControlPanel")
fun Flow<ListControlPanelsResponse>.controlPanels(): Flow<ControlPanel>

This paginator transforms the flow returned by listControlPanelsPaginated to access the nested member ControlPanel

Return

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