dataUntil property

  1. @JsonKey(name: 'DataUntil', fromJson: OnvifUtil.nullableMappedStdToDateTime)
DateTime? dataUntil
final

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

Implementation

@JsonKey(name: 'DataUntil', fromJson: OnvifUtil.nullableMappedStdToDateTime)
final DateTime? dataUntil;