Failure Detail Args
data class FailureDetailArgs(val crashed: Output<Boolean>? = null, val deviceOutOfMemory: Output<Boolean>? = null, val failedRoboscript: Output<Boolean>? = null, val notInstalled: Output<Boolean>? = null, val otherNativeCrash: Output<Boolean>? = null, val timedOut: Output<Boolean>? = null, val unableToCrawl: Output<Boolean>? = null) : ConvertibleToJava<FailureDetailArgs>
Details for an outcome with a FAILURE outcome summary.