Class Layersummary
Implements
Inherited Members
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 |
---|---|
int? |
AnnotationTypes
The list of annotation types contained for this layer.
Declaration
[JsonProperty("annotationTypes")]
public virtual IList<string> AnnotationTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
AnnotationsDataLink
Link to get data for this annotation.
Declaration
[JsonProperty("annotationsDataLink")]
public virtual string AnnotationsDataLink { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotationsLink
The link to get the annotations for this layer.
Declaration
[JsonProperty("annotationsLink")]
public virtual string AnnotationsLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentVersion
The content version this resource is for.
Declaration
[JsonProperty("contentVersion")]
public virtual string ContentVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
DataCount
The number of data items for this layer.
Declaration
[JsonProperty("dataCount")]
public virtual int? DataCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Unique id of this layer summary.
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 id for this summary.
Declaration
[JsonProperty("layerId")]
public virtual string LayerId { 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 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 |
---|---|
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 |
---|---|
string |
VolumeId
The volume id this resource is for.
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |