Entity Property Args
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)