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