Entity Data Value
constructor(booleanValue: Boolean? = null, doubleValue: Double? = null, expression: String? = null, integerValue: Int? = null, listValue: List<EntityDataValue>? = null, longValue: Double? = null, mapValue: Map<String, EntityDataValue>? = null, relationshipValue: EntityDataValueRelationshipValueProperties? = null, stringValue: String? = null)