RuleGroupLabelSummaryArgs

data class RuleGroupLabelSummaryArgs(val name: Output<String>? = null) : ConvertibleToJava<RuleGroupLabelSummaryArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

An individual label specification.

Functions

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