DatasetContentDeliveryRule

data class DatasetContentDeliveryRule(val destination: DatasetContentDeliveryRuleDestination, val entryName: String? = null)

Constructors

Link copied to clipboard
constructor(destination: DatasetContentDeliveryRuleDestination, entryName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination to which dataset contents are delivered.

Link copied to clipboard
val entryName: String? = null

The name of the dataset content delivery rules entry.