IceThickness

Represents ice thickness conditions.

JSON representation
{
  "unit": enum (Unit),
  "thickness": number
}
Fields
unit

enum (Unit)

The code that represents the unit used to measure the ice thickness.

thickness

number

The ice thickness value.

Unit

Represents the unit used to measure the ice thickness.

Enums
UNIT_UNSPECIFIED The unit is not specified.
MILLIMETERS The thickness is measured in millimeters.
INCHES The thickness is measured in inches.