continuousMoveResponse property Null safety
@JsonKey(name: 'ContinuousMoveResponse'), final
Operation for continuous Pan/Tilt and Zoom movements. The operation is supported if the PTZNode supports at least one continuous Pan/Tilt or Zoom space. If the space argument is omitted, the default space set by the PTZConfiguration will be used.
Implementation
@JsonKey(name: 'ContinuousMoveResponse')
final ContinuousMoveResponse? continuousMoveResponse;