google_api_books v0.13.0 GoogleApi.Books.V1.Model.Layersummary View Source

Attributes

  • annotationCount (type: integer(), default: nil) - The number of annotations for this layer.
  • annotationTypes (type: list(String.t), default: nil) - The list of annotation types contained for this layer.
  • annotationsDataLink (type: String.t, default: nil) - Link to get data for this annotation.
  • annotationsLink (type: String.t, default: nil) - The link to get the annotations for this layer.
  • contentVersion (type: String.t, default: nil) - The content version this resource is for.
  • dataCount (type: integer(), default: nil) - The number of data items for this layer.
  • id (type: String.t, default: nil) - Unique id of this layer summary.
  • kind (type: String.t, default: nil) - Resource Type
  • layerId (type: String.t, default: nil) - The layer id for this summary.
  • selfLink (type: String.t, default: nil) - URL to this resource.
  • updated (type: String.t, default: nil) - Timestamp for the last time an item in this layer was updated. (RFC 3339 UTC date-time format).
  • volumeAnnotationsVersion (type: String.t, default: nil) - The current version of this layer's volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.
  • volumeId (type: String.t, default: nil) - The volume id this resource is for.

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.Layersummary{
  annotationCount: integer(),
  annotationTypes: [String.t()],
  annotationsDataLink: String.t(),
  annotationsLink: String.t(),
  contentVersion: String.t(),
  dataCount: integer(),
  id: String.t(),
  kind: String.t(),
  layerId: String.t(),
  selfLink: String.t(),
  updated: String.t(),
  volumeAnnotationsVersion: String.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.