ZeroTrustDlpDatasetDataset

data class ZeroTrustDlpDatasetDataset(val caseSensitive: Boolean? = null, val columns: List<ZeroTrustDlpDatasetDatasetColumn>? = null, val createdAt: String? = null, val description: String? = null, val encodingVersion: Int? = null, val id: String? = null, val name: String? = null, val numCells: Int? = null, val secret: Boolean? = null, val status: String? = null, val updatedAt: String? = null, val uploads: List<ZeroTrustDlpDatasetDatasetUpload>? = null)

Constructors

Link copied to clipboard
constructor(caseSensitive: Boolean? = null, columns: List<ZeroTrustDlpDatasetDatasetColumn>? = null, createdAt: String? = null, description: String? = null, encodingVersion: Int? = null, id: String? = null, name: String? = null, numCells: Int? = null, secret: Boolean? = null, status: String? = null, updatedAt: String? = null, uploads: List<ZeroTrustDlpDatasetDatasetUpload>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val description: String? = null

The description of the dataset.

Link copied to clipboard
val encodingVersion: Int? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val numCells: Int? = null
Link copied to clipboard
val secret: Boolean? = null
Link copied to clipboard
val status: String? = null

Available values: "empty", "uploading", "processing", "failed", "complete".

Link copied to clipboard
val updatedAt: String? = null

When the dataset was last updated.

Link copied to clipboard