Class Volume.LayerInfoData.LayersData
A layer should appear here if and only if the layer exists for this book.
Inheritance
System.Object
Volume.LayerInfoData.LayersData
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 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 |
|---|---|
| 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 |