EntityPropertyArgs

data class EntityPropertyArgs(val definition: Output<EntityDefinitionArgs>? = null, val value: Output<EntityDataValueArgs>? = null) : ConvertibleToJava<EntityPropertyArgs>

An object that specifies information about a property.

Constructors

Link copied to clipboard
constructor(definition: Output<EntityDefinitionArgs>? = null, value: Output<EntityDataValueArgs>? = null)

Properties

Link copied to clipboard
val definition: Output<EntityDefinitionArgs>? = null

The definition of the property.

Link copied to clipboard
val value: Output<EntityDataValueArgs>? = null

The value of the property.

Functions

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