scripts

@JvmName(name = "listScriptsResponseScript")
fun Flow<ListScriptsResponse>.scripts(): Flow<Script>

This paginator transforms the flow returned by listScriptsPaginated to access the nested member Script

Return

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