@override Object toJson() { return { if (accessUris.isNotDefault) 'accessUris': accessUris, if (notebookRuntimeTemplate.isNotDefault) 'notebookRuntimeTemplate': notebookRuntimeTemplate, }; }