WatchlistSummary

Contains a summary of information about a watchlist.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

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
val updatedAt: <Error class: unknown class>?

The timestamp of when the watchlist was last updated.

Link copied to clipboard

The identifier of the watchlist.

Functions

Link copied to clipboard
inline fun copy(block: WatchlistSummary.Builder.() -> Unit = {}): WatchlistSummary
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