toggle menu
pulumi-cloudflare-kotlin
6.0.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
ZeroTrustDlpDatasetDatasetColumn
Zero
Trust
Dlp
Dataset
Dataset
Column
data
class
ZeroTrustDlpDatasetDatasetColumn
(
val
entryId
:
String
?
=
null
,
val
headerName
:
String
?
=
null
,
val
numCells
:
Int
?
=
null
,
val
uploadStatus
:
String
?
=
null
)
Members
Constructors
Zero
Trust
Dlp
Dataset
Dataset
Column
Link copied to clipboard
constructor
(
entryId
:
String
?
=
null
,
headerName
:
String
?
=
null
,
numCells
:
Int
?
=
null
,
uploadStatus
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
entry
Id
Link copied to clipboard
val
entryId
:
String
?
=
null
header
Name
Link copied to clipboard
val
headerName
:
String
?
=
null
num
Cells
Link copied to clipboard
val
numCells
:
Int
?
=
null
upload
Status
Link copied to clipboard
val
uploadStatus
:
String
?
=
null
Available values: "empty", "uploading", "processing", "failed", "complete".