CreateNotebookRuntimeTemplateRequest constructor

CreateNotebookRuntimeTemplateRequest({
  1. required String parent,
  2. required NotebookRuntimeTemplate? notebookRuntimeTemplate,
  3. String notebookRuntimeTemplateId = '',
})

Implementation

CreateNotebookRuntimeTemplateRequest({
  required this.parent,
  required this.notebookRuntimeTemplate,
  this.notebookRuntimeTemplateId = '',
}) : super(fullyQualifiedName);