Show / Hide Table of Contents

Class Volume.LayerInfoData.LayersData

A layer should appear here if and only if the layer exists for this book.

Inheritance
object
Volume.LayerInfoData.LayersData
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 Volume.LayerInfoData.LayersData

Properties

LayerId

The layer id of this layer (e.g. "geo").

Declaration
[JsonProperty("layerId")]
public virtual string LayerId { 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
In this article
Back to top Generated by DocFX