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

Attributes

  • annotationType (String.t): The type of annotation this data is for. Defaults to: null.
  • data (String.t): Defaults to: null.
  • encoded_data (binary()): Base64 encoded data for this annotation data. Defaults to: null.
  • id (String.t): Unique id for this annotation data. Defaults to: null.
  • kind (String.t): Resource Type Defaults to: null.
  • layerId (String.t): The Layer id for this data. * Defaults to: null.
  • selfLink (String.t): URL for this resource. * Defaults to: null.
  • updated (DateTime.t): Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format). Defaults to: null.
  • volumeId (String.t): The volume id for this data. * 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.Annotationdata{
  annotationType: any(),
  data: any(),
  encoded_data: any(),
  id: any(),
  kind: any(),
  layerId: 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.