ruleSupport property

  1. @JsonKey(name: 'RuleSupport', fromJson: OnvifUtil.boolMappedFromXml)
bool ruleSupport
final

Indicates whether or not rules are supported.

Implementation

@JsonKey(
  name: 'RuleSupport',
  fromJson: OnvifUtil.boolMappedFromXml,
)
final bool ruleSupport;