ComponentTypeDataValueArgs

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)