numberRecordings property

  1. @JsonKey(name: 'NumberRecordings', fromJson: OnvifUtil.mappedToInt)
int numberRecordings
final

The most recent point in time where there is recorded data on the device.

Implementation

@JsonKey(name: 'NumberRecordings', fromJson: OnvifUtil.mappedToInt)
final int numberRecordings;