Class Volumeannotation
Implements
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volumeannotation : IDirectResponseSchema
Properties
AnnotationDataId
The annotation data id for this volume annotation.
Declaration
[JsonProperty("annotationDataId")]
public virtual string AnnotationDataId { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotationDataLink
Link to get data for this annotation.
Declaration
[JsonProperty("annotationDataLink")]
public virtual string AnnotationDataLink { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotationType
The type of annotation this is.
Declaration
[JsonProperty("annotationType")]
public virtual string AnnotationType { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentRanges
The content ranges to identify the selected text.
Declaration
[JsonProperty("contentRanges")]
public virtual Volumeannotation.ContentRangesData ContentRanges { get; set; }
Property Value
Type | Description |
---|---|
Volumeannotation.ContentRangesData |
Data
Data for this annotation.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
Type | Description |
---|---|
string |
Deleted
Indicates that this annotation is deleted.
Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Unique id of this volume annotation.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Resource Type
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LayerId
The Layer this annotation is for.
Declaration
[JsonProperty("layerId")]
public virtual string LayerId { get; set; }
Property Value
Type | Description |
---|---|
string |
PageIds
Pages the annotation spans.
Declaration
[JsonProperty("pageIds")]
public virtual IList<string> PageIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SelectedText
Excerpt from the volume.
Declaration
[JsonProperty("selectedText")]
public virtual string SelectedText { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
URL to this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Updated
Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format).
Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
The Volume this annotation is for.
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |