relToken property
- @JsonKey(name: 'RELToken', fromJson: OnvifUtil.stringOrMappedToBool, defaultValue: false)
final
Indicates whether or not WS-Security REL token is supported.
Implementation
@JsonKey(
name: 'RELToken',
fromJson: OnvifUtil.stringOrMappedToBool,
defaultValue: false)
final bool relToken;