restrictedIfLongerThanInCentimeters property

int? restrictedIfLongerThanInCentimeters
getter/setter pair

Vehicles of the matching category are restricted if the vehicle is longer than the length in centimeters. If the value is null the upper length bound is not specified.

Implementation

int? restrictedIfLongerThanInCentimeters;