Notebook constructor
Notebook({})
Implementation
Notebook({
this.createdBy,
this.createdDateTime,
this.id,
this.isDefault,
this.isShared,
this.lastModifiedBy,
this.lastModifiedDateTime,
this.links,
this.displayName,
this.sectionGroupsUrl,
this.sectionsUrl,
this.self,
this.userRole,
});