Class BooksAnnotationsRange
Implements
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class BooksAnnotationsRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndOffset
The offset from the ending position.
Declaration
[JsonProperty("endOffset")]
public virtual string EndOffset { get; set; }
Property Value
Type | Description |
---|---|
string |
EndPosition
The ending position for the range.
Declaration
[JsonProperty("endPosition")]
public virtual string EndPosition { get; set; }
Property Value
Type | Description |
---|---|
string |
StartOffset
The offset from the starting position.
Declaration
[JsonProperty("startOffset")]
public virtual string StartOffset { get; set; }
Property Value
Type | Description |
---|---|
string |
StartPosition
The starting position for the range.
Declaration
[JsonProperty("startPosition")]
public virtual string StartPosition { get; set; }
Property Value
Type | Description |
---|---|
string |