Class Volume.VolumeInfoData.DimensionsData
Physical dimensions of this volume.
Inherited Members
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 |