View Source GoogleApi.Books.V1.Model.Volumeannotation (google_api_books v0.21.0)

Attributes

  • annotationDataId (type: String.t, default: nil) - The annotation data id for this volume annotation.
  • annotationDataLink (type: String.t, default: nil) - Link to get data for this annotation.
  • annotationType (type: String.t, default: nil) - The type of annotation this is.
  • contentRanges (type: GoogleApi.Books.V1.Model.VolumeannotationContentRanges.t, default: nil) - The content ranges to identify the selected text.
  • data (type: String.t, default: nil) - Data for this annotation.
  • deleted (type: boolean(), default: nil) - Indicates that this annotation is deleted.
  • id (type: String.t, default: nil) - Unique id of this volume annotation.
  • kind (type: String.t, default: nil) - Resource Type
  • layerId (type: String.t, default: nil) - The Layer this annotation is for.
  • pageIds (type: list(String.t), default: nil) - Pages the annotation spans.
  • selectedText (type: String.t, default: nil) - Excerpt from the volume.
  • selfLink (type: String.t, default: nil) - URL to this resource.
  • updated (type: String.t, default: nil) - Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format).
  • volumeId (type: String.t, default: nil) - The Volume this annotation is for.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.Volumeannotation{
  annotationDataId: String.t() | nil,
  annotationDataLink: String.t() | nil,
  annotationType: String.t() | nil,
  contentRanges:
    GoogleApi.Books.V1.Model.VolumeannotationContentRanges.t() | nil,
  data: String.t() | nil,
  deleted: boolean() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  layerId: String.t() | nil,
  pageIds: [String.t()] | nil,
  selectedText: String.t() | nil,
  selfLink: String.t() | nil,
  updated: String.t() | nil,
  volumeId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.