WorkspaceLimitsPerLabelSetArgs

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>)

Properties

Link copied to clipboard

An array of series labels

Link copied to clipboard

This structure contains the information about the limits that apply to time series that match this label set.

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceLimitsPerLabelSetArgs