autoStart property

  1. @JsonKey(name: 'AutoStart', fromJson: OnvifUtil.boolMappedFromXml)
bool autoStart
final

Auto Start flag of the preset tour. True allows the preset tour to be activated always.

Implementation

@JsonKey(name: 'AutoStart', fromJson: OnvifUtil.boolMappedFromXml)
final bool autoStart;