JobArgs

fun JobArgs(appEngineHttpTarget: Output<AppEngineHttpTargetArgs>? = null, attemptDeadline: Output<String>? = null, description: Output<String>? = null, httpTarget: Output<HttpTargetArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, pubsubTarget: Output<PubsubTargetArgs>? = null, retryConfig: Output<RetryConfigArgs>? = null, schedule: Output<String>? = null, timeZone: Output<String>? = null)