google_api_books v0.2.0 GoogleApi.Books.V1.Model.Bookshelf View Source
Attributes
- access (String.t): Whether this bookshelf is PUBLIC or PRIVATE. Defaults to:
null
. - created (DateTime.t): Created time for this bookshelf (formatted UTC timestamp with millisecond resolution). Defaults to:
null
. - description (String.t): Description of this bookshelf. Defaults to:
null
. - id (integer()): Id of this bookshelf, only unique by user. Defaults to:
null
. - kind (String.t): Resource type for bookshelf metadata. Defaults to:
null
. - selfLink (String.t): URL to this resource. Defaults to:
null
. - title (String.t): Title of this bookshelf. Defaults to:
null
. - updated (DateTime.t): Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution). Defaults to:
null
. - volumeCount (integer()): Number of volumes in this bookshelf. Defaults to:
null
. - volumesLastUpdated (DateTime.t): Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution). Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Books.V1.Model.Bookshelf{ access: any(), created: DateTime.t(), description: any(), id: any(), kind: any(), selfLink: any(), title: any(), updated: DateTime.t(), volumeCount: any(), volumesLastUpdated: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.