TopicNamedEntityDefinitionArgs

data class TopicNamedEntityDefinitionArgs(val fieldName: Output<String>? = null, val metric: Output<TopicNamedEntityDefinitionMetricArgs>? = null, val propertyName: Output<String>? = null, val propertyRole: Output<TopicPropertyRole>? = null, val propertyUsage: Output<TopicPropertyUsage>? = null) : ConvertibleToJava<TopicNamedEntityDefinitionArgs>

Constructors

Link copied to clipboard
constructor(fieldName: Output<String>? = null, metric: Output<TopicNamedEntityDefinitionMetricArgs>? = null, propertyName: Output<String>? = null, propertyRole: Output<TopicPropertyRole>? = null, propertyUsage: Output<TopicPropertyUsage>? = null)

Properties

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

The name of the entity.

Link copied to clipboard

The definition of a metric.

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

The property name to be used for the named entity.

Link copied to clipboard
val propertyRole: Output<TopicPropertyRole>? = null

The property role. Valid values for this structure are PRIMARY and ID .

Link copied to clipboard
val propertyUsage: Output<TopicPropertyUsage>? = null

The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .

Functions

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