google_api_books v0.8.0 GoogleApi.Books.V1.Model.Bookshelf View Source

Attributes

  • access (type: String.t, default: nil) - Whether this bookshelf is PUBLIC or PRIVATE.
  • created (type: DateTime.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: books#bookshelf) - 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: DateTime.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: DateTime.t, default: nil) - Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).

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: 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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.