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