data class JobStepExecutionOptionsResponse(val initialRetryIntervalSeconds: Int? = null, val maximumRetryIntervalSeconds: Int? = null, val retryAttempts: Int? = null, val retryIntervalBackoffMultiplier: Double? = null, val timeoutSeconds: Int? = null)