DisplayDataArgs

fun DisplayDataArgs(boolValue: Output<Boolean>? = null, durationValue: Output<String>? = null, floatValue: Output<Double>? = null, int64Value: Output<String>? = null, javaClassValue: Output<String>? = null, key: Output<String>? = null, label: Output<String>? = null, namespace: Output<String>? = null, shortStrValue: Output<String>? = null, strValue: Output<String>? = null, timestampValue: Output<String>? = null, url: Output<String>? = null)