Class Volume.LayerInfoData
What layers exist in this volume and high level information about them.
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.LayerInfoData
Properties
Layers
A layer should appear here if and only if the layer exists for this book.
Declaration
[JsonProperty("layers")]
public virtual IList<Volume.LayerInfoData.LayersData> Layers { get; set; }
Property Value
Type | Description |
---|---|
IList<Volume.LayerInfoData.LayersData> |