ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.route
/
Restrictions
Restrictions
@
Serializable
data
class
Restrictions
(
val
maxHeight
:
Double
?
=
null
,
val
maxWidth
:
Double
?
=
null
,
val
maxWeight
:
Double
?
=
null
,
val
maxLength
:
Double
?
=
null
)
Members
Constructors
Restrictions
Link copied to clipboard
constructor
(
maxHeight
:
Double
?
=
null
,
maxWidth
:
Double
?
=
null
,
maxWeight
:
Double
?
=
null
,
maxLength
:
Double
?
=
null
)
Properties
max
Height
Link copied to clipboard
@
SerialName
(
value
=
"max_height"
)
val
maxHeight
:
Double
?
=
null
max
Length
Link copied to clipboard
@
SerialName
(
value
=
"max_length"
)
val
maxLength
:
Double
?
=
null
max
Weight
Link copied to clipboard
@
SerialName
(
value
=
"max_weight"
)
val
maxWeight
:
Double
?
=
null
max
Width
Link copied to clipboard
@
SerialName
(
value
=
"max_width"
)
val
maxWidth
:
Double
?
=
null