numberRecordings property

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

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

Implementation

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