Show / Hide Table of Contents

Class Volume.LayerInfoData

What layers exist in this volume and high level information about them.

Inheritance
System.Object
Volume.LayerInfoData
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 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
System.Collections.Generic.IList<Volume.LayerInfoData.LayersData>
In This Article
Back to top