GoogleCloudDataplexV1TaskNotebookTaskConfig constructor

GoogleCloudDataplexV1TaskNotebookTaskConfig({
  1. List<String>? archiveUris,
  2. List<String>? fileUris,
  3. GoogleCloudDataplexV1TaskInfrastructureSpec? infrastructureSpec,
  4. String? notebook,
})

Implementation

GoogleCloudDataplexV1TaskNotebookTaskConfig({
  this.archiveUris,
  this.fileUris,
  this.infrastructureSpec,
  this.notebook,
});