ZeroTrustDlpDatasetDatasetColumn

data class ZeroTrustDlpDatasetDatasetColumn(val entryId: String? = null, val headerName: String? = null, val numCells: Int? = null, val uploadStatus: String? = null)

Constructors

Link copied to clipboard
constructor(entryId: String? = null, headerName: String? = null, numCells: Int? = null, uploadStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entryId: String? = null
Link copied to clipboard
val headerName: String? = null
Link copied to clipboard
val numCells: Int? = null
Link copied to clipboard
val uploadStatus: String? = null

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