Workspace Configuration
data class WorkspaceConfiguration(val limitsPerLabelSets: List<WorkspaceLimitsPerLabelSet>? = null, val retentionPeriodInDays: Int? = null)
Workspace configuration
Constructors
Link copied to clipboard
constructor(limitsPerLabelSets: List<WorkspaceLimitsPerLabelSet>? = null, retentionPeriodInDays: Int? = null)