CreateNotebookRuntimeTemplateRequest constructor
CreateNotebookRuntimeTemplateRequest({
- required String parent,
- required NotebookRuntimeTemplate? notebookRuntimeTemplate,
- String notebookRuntimeTemplateId = '',
Implementation
CreateNotebookRuntimeTemplateRequest({
required this.parent,
required this.notebookRuntimeTemplate,
this.notebookRuntimeTemplateId = '',
}) : super(fullyQualifiedName);