Job Query Script Options Args
data class JobQueryScriptOptionsArgs(val keyResultStatement: Output<String>? = null, val statementByteBudget: Output<String>? = null, val statementTimeoutMs: Output<String>? = null) : ConvertibleToJava<JobQueryScriptOptionsArgs>
Constructors
Link copied to clipboard
fun JobQueryScriptOptionsArgs(keyResultStatement: Output<String>? = null, statementByteBudget: Output<String>? = null, statementTimeoutMs: Output<String>? = null)