dataos-sdk-kt
jvm
heimdall
/
io.dataos.heimdall.client.models
/
DataPolicy
Data
Policy
data
class
DataPolicy
(
val
priority
:
Int
,
val
type
:
String
,
val
selector
:
Selector
,
val
mask
:
Mask
,
val
filters
:
List
<
Filter
>
,
val
datasetId
:
String
,
val
name
:
String
,
val
description
:
String
)
Members
Constructors
Data
Policy
Link copied to clipboard
constructor
(
priority
:
Int
,
type
:
String
,
selector
:
Selector
,
mask
:
Mask
,
filters
:
List
<
Filter
>
,
datasetId
:
String
,
name
:
String
,
description
:
String
)
Properties
dataset
Id
Link copied to clipboard
val
datasetId
:
String
description
Link copied to clipboard
val
description
:
String
filters
Link copied to clipboard
val
filters
:
List
<
Filter
>
mask
Link copied to clipboard
val
mask
:
Mask
name
Link copied to clipboard
val
name
:
String
priority
Link copied to clipboard
val
priority
:
Int
selector
Link copied to clipboard
val
selector
:
Selector
type
Link copied to clipboard
val
type
:
String