autoStart property

  1. @JsonKey(name: 'AutoStart', fromJson: OnvifUtil.mappedToBool)
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.mappedToBool)
final bool autoStart;