GetDynamicTagGroupsGroup

data class GetDynamicTagGroupsGroup(val dynamicTagRuleId: String, val id: String, val matchExpressFilterRelation: String, val matchExpresses: List<GetDynamicTagGroupsGroupMatchExpress>, val status: String, val tagKey: String)

Constructors

Link copied to clipboard
constructor(dynamicTagRuleId: String, id: String, matchExpressFilterRelation: String, matchExpresses: List<GetDynamicTagGroupsGroupMatchExpress>, status: String, tagKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the tag rule.

Link copied to clipboard
val id: String

The ID of the Dynamic Tag Group.

Link copied to clipboard

The label generates a matching expression that applies the grouping. See the following Block match_express.

Link copied to clipboard

The relationship between conditional expressions. Valid values: and, or.

Link copied to clipboard

The status of the resource. Valid values: RUNNING, FINISH.

Link copied to clipboard

The tag key of the tag.