moveRamp property

  1. @JsonKey(name: 'MoveRamp', fromJson: OnvifUtil.nullableMappedToInt)
int? moveRamp
final

The optional acceleration ramp used by the device when moving.

Implementation

@JsonKey(name: 'MoveRamp', fromJson: OnvifUtil.nullableMappedToInt)
final int? moveRamp;