View Source GoogleApi.Books.V1.Model.VolumeVolumeInfoDimensions (google_api_books v0.21.0)

Physical dimensions of this volume.

Attributes

  • height (type: String.t, default: nil) - Height or length of this volume (in cm).
  • thickness (type: String.t, default: nil) - Thickness of this volume (in cm).
  • width (type: String.t, default: nil) - Width of this volume (in cm).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.VolumeVolumeInfoDimensions{
  height: String.t() | nil,
  thickness: String.t() | nil,
  width: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.