DataplexTaskNotebookWorkload constructor

const DataplexTaskNotebookWorkload({
  1. required TfArg<String> notebook,
  2. TfArg<List<String>>? fileUris,
  3. TfArg<List<String>>? archiveUris,
  4. TfArg<Map<String, Object?>>? infrastructureSpec,
})

Implementation

const DataplexTaskNotebookWorkload({
  required this.notebook,
  this.fileUris,
  this.archiveUris,
  this.infrastructureSpec,
});