Show / Hide Table of Contents

Class BooksAnnotationsRange

Inheritance
System.Object
BooksAnnotationsRange
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class BooksAnnotationsRange : IDirectResponseSchema

Properties

EndOffset

The offset from the ending position.

Declaration
[JsonProperty("endOffset")]
public virtual string EndOffset { get; set; }
Property Value
Type Description
System.String

EndPosition

The ending position for the range.

Declaration
[JsonProperty("endPosition")]
public virtual string EndPosition { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

StartOffset

The offset from the starting position.

Declaration
[JsonProperty("startOffset")]
public virtual string StartOffset { get; set; }
Property Value
Type Description
System.String

StartPosition

The starting position for the range.

Declaration
[JsonProperty("startPosition")]
public virtual string StartPosition { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top