type property

  1. @JsonKey(name: 'Type', fromJson: OnvifUtil.stringMappedFromXml)
String type
final

Indicates if the address is an IPv4 or IPv6 address.

  • enum { 'IPv4', 'IPv6' }

Implementation

@JsonKey(name: 'Type', fromJson: OnvifUtil.stringMappedFromXml)
final String type;