Workspace Limits Per Label Set Args
data class WorkspaceLimitsPerLabelSetArgs(val labelSet: Output<List<WorkspaceLabelArgs>>, val limits: Output<WorkspaceLimitsPerLabelSetEntryArgs>) : ConvertibleToJava<WorkspaceLimitsPerLabelSetArgs>
Label set and its associated limits
Constructors
Link copied to clipboard
constructor(labelSet: Output<List<WorkspaceLabelArgs>>, limits: Output<WorkspaceLimitsPerLabelSetEntryArgs>)