google_api_books v0.2.0 GoogleApi.Books.V1.Model.Volumeannotation View Source

Attributes

  • annotationDataId (String.t): The annotation data id for this volume annotation. Defaults to: null.
  • annotationDataLink (String.t): Link to get data for this annotation. Defaults to: null.
  • annotationType (String.t): The type of annotation this is. Defaults to: null.
  • contentRanges (VolumeannotationContentRanges): Defaults to: null.
  • data (String.t): Data for this annotation. Defaults to: null.
  • deleted (boolean()): Indicates that this annotation is deleted. Defaults to: null.
  • id (String.t): Unique id of this volume annotation. Defaults to: null.
  • kind (String.t): Resource Type Defaults to: null.
  • layerId (String.t): The Layer this annotation is for. Defaults to: null.
  • pageIds ([String.t]): Pages the annotation spans. Defaults to: null.
  • selectedText (String.t): Excerpt from the volume. Defaults to: null.
  • selfLink (String.t): URL to this resource. Defaults to: null.
  • updated (DateTime.t): Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format). Defaults to: null.
  • volumeId (String.t): The Volume this annotation is for. Defaults to: null.

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.Volumeannotation{
  annotationDataId: any(),
  annotationDataLink: any(),
  annotationType: any(),
  contentRanges: GoogleApi.Books.V1.Model.VolumeannotationContentRanges.t(),
  data: any(),
  deleted: any(),
  id: any(),
  kind: any(),
  layerId: any(),
  pageIds: [any()],
  selectedText: any(),
  selfLink: any(),
  updated: DateTime.t(),
  volumeId: any()
}

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.