Show / Hide Table of Contents

Class BooksAnnotationsRange

Inheritance
object
BooksAnnotationsRange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX