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