after property

  1. @JsonKey(name: 'After', fromJson: OnvifUtil.nullableMappedToString)
String? after
final

Optional time-span to record after the actual event condition becomes inactive.

Implementation

@JsonKey(name: 'After', fromJson: OnvifUtil.nullableMappedToString)
final String? after;