Show / Hide Table of Contents

Class Layersummary

Inheritance
System.Object
Layersummary
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 Layersummary : IDirectResponseSchema

Properties

AnnotationCount

The number of annotations for this layer.

Declaration
[JsonProperty("annotationCount")]
public virtual int? AnnotationCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

AnnotationsDataLink

Link to get data for this annotation.

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

AnnotationsLink

The link to get the annotations for this layer.

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

AnnotationTypes

The list of annotation types contained for this layer.

Declaration
[JsonProperty("annotationTypes")]
public virtual IList<string> AnnotationTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ContentVersion

The content version this resource is for.

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

DataCount

The number of data items for this layer.

Declaration
[JsonProperty("dataCount")]
public virtual int? DataCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

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

Id

Unique id of this layer summary.

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

Kind

Resource Type

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

LayerId

The layer id for this summary.

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

SelfLink

URL to this resource.

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

Updated

Timestamp for the last time an item in this layer was updated. (RFC 3339 UTC date-time format).

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

VolumeAnnotationsVersion

The current version of this layer's volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.

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

VolumeId

The volume id this resource is for.

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

Implements

IDirectResponseSchema
In This Article
Back to top