AssignNotebookRuntimeRequest constructor

AssignNotebookRuntimeRequest({
  1. required String parent,
  2. required String notebookRuntimeTemplate,
  3. required NotebookRuntime? notebookRuntime,
  4. String notebookRuntimeId = '',
})

Implementation

AssignNotebookRuntimeRequest({
  required this.parent,
  required this.notebookRuntimeTemplate,
  required this.notebookRuntime,
  this.notebookRuntimeId = '',
}) : super(fullyQualifiedName);