Show / Hide Table of Contents

Class Volume.LayerInfoData

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

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

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>
In this article
Back to top Generated by DocFX