ResourceRange interface
Properties for a range of values.
Properties
max | Maximum value. NOTE: This property will not be serialized. It can only be populated by the server. |
min | Minimum value. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
max
Maximum value. NOTE: This property will not be serialized. It can only be populated by the server.
max?: number
Property Value
number
min
Minimum value. NOTE: This property will not be serialized. It can only be populated by the server.
min?: number
Property Value
number