Bookshelf class
Properties
-
access
↔ String?
-
Whether this bookshelf is PUBLIC or PRIVATE.
getter/setter pair
-
created
↔ String?
-
Created time for this bookshelf (formatted UTC timestamp with millisecond
resolution).
getter/setter pair
-
description
↔ String?
-
Description of this bookshelf.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ int?
-
Id of this bookshelf, only unique by user.
getter/setter pair
-
kind
↔ String?
-
Resource type for bookshelf metadata.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
selfLink
↔ String?
-
URL to this resource.
getter/setter pair
-
title
↔ String?
-
Title of this bookshelf.
getter/setter pair
-
updated
↔ String?
-
Last modified time of this bookshelf (formatted UTC timestamp with
millisecond resolution).
getter/setter pair
-
volumeCount
↔ int?
-
Number of volumes in this bookshelf.
getter/setter pair
-
volumesLastUpdated
↔ String?
-
Last time a volume was added or removed from this bookshelf (formatted UTC
timestamp with millisecond resolution).
getter/setter pair