GetZeroTrustDlpDatasetsResult

data class GetZeroTrustDlpDatasetsResult(val columns: List<GetZeroTrustDlpDatasetsResultColumn>, val createdAt: String, val description: String, val encodingVersion: Int, val id: String, val name: String, val numCells: Int, val secret: Boolean, val status: String, val updatedAt: String, val uploads: List<GetZeroTrustDlpDatasetsResultUpload>)

Constructors

Link copied to clipboard
constructor(columns: List<GetZeroTrustDlpDatasetsResultColumn>, createdAt: String, description: String, encodingVersion: Int, id: String, name: String, numCells: Int, secret: Boolean, status: String, updatedAt: String, uploads: List<GetZeroTrustDlpDatasetsResultUpload>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The description of the dataset

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

When the dataset was last updated.

Link copied to clipboard