dateTimeType property

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

Indicates if the time is set manually or through NTP.

  • enum { 'Manual', 'NTP' }

Implementation

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