DimensionsResponse

data class DimensionsResponse(val depth: Double, val height: Double, val length: Double, val lengthHeightUnit: String, val weight: Double, val weightUnit: String, val width: Double)

Dimensions of a configuration.

Constructors

Link copied to clipboard
constructor(depth: Double, height: Double, length: Double, lengthHeightUnit: String, weight: Double, weightUnit: String, width: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Depth of the device.

Link copied to clipboard

Height of the device.

Link copied to clipboard

Length of the device.

Link copied to clipboard

Unit for the dimensions of length, height and width.

Link copied to clipboard

Weight of the device.

Link copied to clipboard

Unit for the dimensions of weight.

Link copied to clipboard

Width of the device.