Delay Action Args
    data class DelayActionArgs(val duration: Output<String>, val name: Output<String>, val type: Output<String>) : ConvertibleToJava<DelayActionArgs> 
Model that represents a delay action.
Model that represents a delay action.