google_api_books v0.5.0 GoogleApi.Books.V1.Model.Volumeannotation View Source
Attributes
- annotationDataId (String.t): The annotation data id for this volume annotation. Defaults to
nil
. - annotationDataLink (String.t): Link to get data for this annotation. Defaults to
nil
. - annotationType (String.t): The type of annotation this is. Defaults to
nil
. - contentRanges (GoogleApi.Books.V1.Model.VolumeannotationContentRanges.t): The content ranges to identify the selected text. Defaults to
nil
. - data (String.t): Data for this annotation. Defaults to
nil
. - deleted (boolean()): Indicates that this annotation is deleted. Defaults to
nil
. - id (String.t): Unique id of this volume annotation. Defaults to
nil
. - kind (String.t): Resource Type Defaults to
books#volumeannotation
. - layerId (String.t): The Layer this annotation is for. Defaults to
nil
. - pageIds (list(String.t)): Pages the annotation spans. Defaults to
nil
. - selectedText (String.t): Excerpt from the volume. Defaults to
nil
. - selfLink (String.t): URL to this resource. Defaults to
nil
. - updated (DateTime.t): Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format). Defaults to
nil
. - volumeId (String.t): The Volume this annotation 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.Volumeannotation{
annotationDataId: String.t(),
annotationDataLink: String.t(),
annotationType: String.t(),
contentRanges: GoogleApi.Books.V1.Model.VolumeannotationContentRanges.t(),
data: String.t(),
deleted: boolean(),
id: String.t(),
kind: String.t(),
layerId: String.t(),
pageIds: [String.t()],
selectedText: String.t(),
selfLink: String.t(),
updated: DateTime.t(),
volumeId: String.t()
}
t() :: %GoogleApi.Books.V1.Model.Volumeannotation{ annotationDataId: String.t(), annotationDataLink: String.t(), annotationType: String.t(), contentRanges: GoogleApi.Books.V1.Model.VolumeannotationContentRanges.t(), data: String.t(), deleted: boolean(), id: String.t(), kind: String.t(), layerId: String.t(), pageIds: [String.t()], selectedText: 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
Unwrap a decoded JSON object into its complex fields.