DatasetAccessEntryResponse

data class DatasetAccessEntryResponse(val dataset: DatasetReferenceResponse, val targetTypes: List<String>)

Constructors

Link copied to clipboard
constructor(dataset: DatasetReferenceResponse, targetTypes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The dataset this entry applies to.

Link copied to clipboard