ZeroTrustDlpDatasetUpload

data class ZeroTrustDlpDatasetUpload(val numCells: Int? = null, val status: String? = null, val version: Int? = null)

Constructors

Link copied to clipboard
constructor(numCells: Int? = null, status: String? = null, version: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val numCells: Int? = null
Link copied to clipboard
val status: String? = null

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

Link copied to clipboard
val version: Int? = null