Watchlist

class Watchlist

Contains all the information about a watchlist.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of when the watchlist was created.

Link copied to clipboard

Whether the specified watchlist is the default watchlist of a domain.

Link copied to clipboard

The description of the watchlist.

Link copied to clipboard

The identifier of the domain that contains the watchlist.

Link copied to clipboard
val name: String?

The name for the watchlist.

Link copied to clipboard

The timestamp of when the watchlist was updated.

Link copied to clipboard

The identifier of the watchlist.

Functions

Link copied to clipboard
inline fun copy(block: Watchlist.Builder.() -> Unit = {}): Watchlist
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String