fromDhcp property

  1. @JsonKey(name: 'FromDHCP', fromJson: OnvifUtil.nullableMappedToBool)
bool? fromDhcp
final

Indicates whether or not DNS information is retrieved from DHCP.

Implementation

@JsonKey(name: 'FromDHCP', fromJson: OnvifUtil.nullableMappedToBool)
final bool? fromDhcp;