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

Attributes

  • annotationType (String.t): The type of annotation this data is for. Defaults to nil.
  • data (any()): Defaults to nil.
  • encoded_data (String.t): Base64 encoded data for this annotation data. Defaults to nil.
  • id (String.t): Unique id for this annotation data. Defaults to nil.
  • kind (String.t): Resource Type Defaults to books#annotationdata.
  • layerId (String.t): The Layer id for this data. * Defaults to nil.
  • selfLink (String.t): URL for this resource. * Defaults to nil.
  • updated (DateTime.t): Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format). Defaults to nil.
  • volumeId (String.t): The volume id for this data. * Defaults to nil.

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: String.t(),
  data: any(),
  encoded_data: String.t(),
  id: String.t(),
  kind: String.t(),
  layerId: String.t(),
  selfLink: String.t(),
  updated: DateTime.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.