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