GetDynamicTagGroupsGroupMatchExpress

data class GetDynamicTagGroupsGroupMatchExpress(val tagValue: String, val tagValueMatchFunction: String)

Constructors

Link copied to clipboard
constructor(tagValue: String, tagValueMatchFunction: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The tag value. The Tag value must be used in conjunction with the tag value matching method TagValueMatchFunction.

Link copied to clipboard

Matching method of tag value. Valid values: all, startWith,endWith,contains,notContains,equals.