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

Attributes

  • annotationType (type: String.t, default: nil) - The type of annotation this data is for.
  • data (type: GoogleApi.Books.V1.Model.Geolayerdata.t, default: nil) - JSON encoded data for this geo annotation data. Emitted with name 'data' in JSON output. Either this or dict_data will be populated.
  • encodedData (type: String.t, default: nil) - Base64 encoded data for this annotation data.
  • id (type: String.t, default: nil) - Unique id for this annotation data.
  • kind (type: String.t, default: nil) - Resource Type
  • layerId (type: String.t, default: nil) - The Layer id for this data. *
  • selfLink (type: String.t, default: nil) - URL for this resource. *
  • updated (type: String.t, default: nil) - Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format).
  • volumeId (type: String.t, default: nil) - The volume id for this data. *

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.GeoAnnotationdata{
  annotationType: String.t(),
  data: GoogleApi.Books.V1.Model.Geolayerdata.t(),
  encodedData: String.t(),
  id: String.t(),
  kind: String.t(),
  layerId: String.t(),
  selfLink: String.t(),
  updated: 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.