ComponentTypeDataValueArgs

data class ComponentTypeDataValueArgs(val booleanValue: Output<Boolean>? = null, val doubleValue: Output<Double>? = null, val expression: Output<String>? = null, val integerValue: Output<Int>? = null, val listValue: Output<List<ComponentTypeDataValueArgs>>? = null, val longValue: Output<Double>? = null, val mapValue: Output<Map<String, ComponentTypeDataValueArgs>>? = null, val relationshipValue: Output<ComponentTypeDataValueRelationshipValuePropertiesArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<ComponentTypeDataValueArgs>

An object that specifies a value for a property.

Constructors

Link copied to clipboard
constructor(booleanValue: Output<Boolean>? = null, doubleValue: Output<Double>? = null, expression: Output<String>? = null, integerValue: Output<Int>? = null, listValue: Output<List<ComponentTypeDataValueArgs>>? = null, longValue: Output<Double>? = null, mapValue: Output<Map<String, ComponentTypeDataValueArgs>>? = null, relationshipValue: Output<ComponentTypeDataValueRelationshipValuePropertiesArgs>? = null, stringValue: Output<String>? = null)

Properties

Link copied to clipboard
val booleanValue: Output<Boolean>? = null

A Boolean value.

Link copied to clipboard
val doubleValue: Output<Double>? = null

A double value.

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

An expression that produces the value.

Link copied to clipboard
val integerValue: Output<Int>? = null

An integer value.

Link copied to clipboard

A list of multiple values.

Link copied to clipboard
val longValue: Output<Double>? = null

A long value.

Link copied to clipboard

An object that maps strings to multiple DataValue objects.

Link copied to clipboard

A value that relates a component to another component.

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

A string value.

Functions

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