WatchlistWatchlistUserPreferencesArgs

data class WatchlistWatchlistUserPreferencesArgs(val pinned: Output<Boolean>? = null) : ConvertibleToJava<WatchlistWatchlistUserPreferencesArgs>

Constructors

Link copied to clipboard
constructor(pinned: Output<Boolean>? = null)

Properties

Link copied to clipboard
val pinned: Output<Boolean>? = null

Optional. Whether the watchlist is pinned on the dashboard.

Functions

Link copied to clipboard
open override fun toJava(): WatchlistWatchlistUserPreferencesArgs