autoStart property
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;
Auto Start flag of the preset tour. True allows the preset tour to be activated always.
@JsonKey(name: 'AutoStart', fromJson: OnvifUtil.mappedToBool)
final bool autoStart;