DatasetSummary

A summary of information about a dataset.

Types

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

Properties

Link copied to clipboard

A list of DataActionSummary objects.

Link copied to clipboard

The time the dataset was created.

Link copied to clipboard

The name of the dataset.

Link copied to clipboard

The last time the dataset was updated.

Link copied to clipboard

The status of the dataset.

Link copied to clipboard

A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when another dataset is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

Functions

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