google_api_books v0.2.0 GoogleApi.Books.V1.Model.Layersummary View Source
Attributes
- annotationCount (integer()): The number of annotations for this layer. Defaults to:
null
. - annotationTypes ([String.t]): The list of annotation types contained for this layer. Defaults to:
null
. - annotationsDataLink (String.t): Link to get data for this annotation. Defaults to:
null
. - annotationsLink (String.t): The link to get the annotations for this layer. Defaults to:
null
. - contentVersion (String.t): The content version this resource is for. Defaults to:
null
. - dataCount (integer()): The number of data items for this layer. Defaults to:
null
. - id (String.t): Unique id of this layer summary. Defaults to:
null
. - kind (String.t): Resource Type Defaults to:
null
. - layerId (String.t): The layer id for this summary. Defaults to:
null
. - selfLink (String.t): URL to this resource. Defaults to:
null
. - updated (DateTime.t): Timestamp for the last time an item in this layer was updated. (RFC 3339 UTC date-time format). Defaults to:
null
. - volumeAnnotationsVersion (String.t): 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. Defaults to:
null
. - volumeId (String.t): The volume id this resource is for. 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.Layersummary{ annotationCount: any(), annotationTypes: [any()], annotationsDataLink: any(), annotationsLink: any(), contentVersion: any(), dataCount: any(), id: any(), kind: any(), layerId: any(), selfLink: any(), updated: DateTime.t(), volumeAnnotationsVersion: any(), volumeId: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.