WatchlistEntityCount

data class WatchlistEntityCount(val asset: Int? = null, val user: Int? = null)

Constructors

Link copied to clipboard
constructor(asset: Int? = null, user: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asset: Int? = null

(Output) Output only. Count of asset type entities in the watchlist.

Link copied to clipboard
val user: Int? = null

(Output) Output only. Count of user type entities in the watchlist.