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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.Layersummary{
  annotationCount: integer() | nil,
  annotationTypes: [String.t()] | nil,
  annotationsDataLink: String.t() | nil,
  annotationsLink: String.t() | nil,
  contentVersion: String.t() | nil,
  dataCount: integer() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  layerId: String.t() | nil,
  selfLink: String.t() | nil,
  updated: String.t() | nil,
  volumeAnnotationsVersion: String.t() | nil,
  volumeId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.