AssignNotebookRuntimeRequest constructor
AssignNotebookRuntimeRequest({
- required String parent,
- required String notebookRuntimeTemplate,
- required NotebookRuntime? notebookRuntime,
- String notebookRuntimeId = '',
Implementation
AssignNotebookRuntimeRequest({
required this.parent,
required this.notebookRuntimeTemplate,
required this.notebookRuntime,
this.notebookRuntimeId = '',
}) : super(fullyQualifiedName);