address property

  1. @JsonKey(name: 'Address', fromJson: OnvifUtil.mappedToString)
String address
final

Informative description of the physical location of the source, e.g. the coordinates on a map.

Implementation

@JsonKey(name: 'Address', fromJson: OnvifUtil.mappedToString)
final String address;