google_api_books v0.6.0 GoogleApi.Books.V1.Model.ReadingPosition View Source

Attributes

  • epubCfiPosition (type: String.t, default: nil) - Position in an EPUB as a CFI.
  • gbImagePosition (type: String.t, default: nil) - Position in a volume for image-based content.
  • gbTextPosition (type: String.t, default: nil) - Position in a volume for text-based content.
  • kind (type: String.t, default: books#readingPosition) - Resource type for a reading position.
  • pdfPosition (type: String.t, default: nil) - Position in a PDF file.
  • updated (type: DateTime.t, default: nil) - Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
  • volumeId (type: String.t, default: nil) - Volume id associated with this reading position.

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.ReadingPosition{
  epubCfiPosition: String.t(),
  gbImagePosition: String.t(),
  gbTextPosition: String.t(),
  kind: String.t(),
  pdfPosition: String.t(),
  updated: DateTime.t(),
  volumeId: String.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.