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