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

Attributes

  • layerId (type: String.t, default: nil) - The layer id of this layer (e.g. "geo").
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.VolumeLayerInfoLayers{
  layerId: String.t() | nil,
  volumeAnnotationsVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.