Show / Hide Table of Contents

Class Volume.VolumeInfoData.DimensionsData

Physical dimensions of this volume.

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

Properties

Height

Height or length of this volume (in cm).

Declaration
[JsonProperty("height")]
public virtual string Height { get; set; }
Property Value
Type Description
string

Thickness

Thickness of this volume (in cm).

Declaration
[JsonProperty("thickness")]
public virtual string Thickness { get; set; }
Property Value
Type Description
string

Width

Width of this volume (in cm).

Declaration
[JsonProperty("width")]
public virtual string Width { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX