Bookshelf constructor
Bookshelf({})
Implementation
Bookshelf({
this.access,
this.created,
this.description,
this.id,
this.kind,
this.selfLink,
this.title,
this.updated,
this.volumeCount,
this.volumesLastUpdated,
});