TaskArgs

fun TaskArgs(description: Output<String>? = null, displayName: Output<String>? = null, executionSpec: Output<GoogleCloudDataplexV1TaskExecutionSpecArgs>? = null, labels: Output<Map<String, String>>? = null, lakeId: Output<String>? = null, location: Output<String>? = null, notebook: Output<GoogleCloudDataplexV1TaskNotebookTaskConfigArgs>? = null, project: Output<String>? = null, spark: Output<GoogleCloudDataplexV1TaskSparkTaskConfigArgs>? = null, taskId: Output<String>? = null, triggerSpec: Output<GoogleCloudDataplexV1TaskTriggerSpecArgs>? = null)