type property

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

Network host type: IPv4, IPv6 or DNS.

  • enum { 'IPv4', 'IPv6', 'DNS' }

Implementation

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