options property

  1. @JsonKey(name: '@Options', fromJson: OnvifUtil.stringToBool)
bool options
final

Indication if the device supports the GetRecordingOptions command.

Implementation

@JsonKey(name: '@Options', fromJson: OnvifUtil.stringToBool)
final bool options;