Volumeannotation class
Properties
-
annotationDataId
↔ String
-
The annotation data id for this volume annotation.
read / write
-
annotationDataLink
↔ String
-
Link to get data for this annotation.
read / write
-
annotationType
↔ String
-
The type of annotation this is.
read / write
-
contentRanges
↔ VolumeannotationContentRanges
-
The content ranges to identify the selected text.
read / write
-
data
↔ String
-
Data for this annotation.
read / write
-
deleted
↔ bool
-
Indicates that this annotation is deleted.
read / write
-
id
↔ String
-
Unique id of this volume annotation.
read / write
-
kind
↔ String
-
Resource Type
read / write
-
layerId
↔ String
-
The Layer this annotation is for.
read / write
-
pageIds
↔ List<String>
-
Pages the annotation spans.
read / write
-
selectedText
↔ String
-
Excerpt from the volume.
read / write
-
selfLink
↔ String
-
URL to this resource.
read / write
-
updated
↔ DateTime
-
Timestamp for the last time this anntoation was updated. (RFC 3339 UTC
date-time format).
read / write
-
volumeId
↔ String
-
The Volume this annotation is for.
read / write
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson()
→ Map<String, Object>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited