TautulliWHOISSubnet class

Model to store the WHOIS information for a subnet contained within an IP address lookup.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliWHOISSubnet({String? cidr, String? name, String? handle, String? range, String? description, String? country, String? state, String? city, String? address, String? postalCode, List<String?>? emails, String? created, String? updated})
TautulliWHOISSubnet.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliWHOISSubnet object.
factory

Properties

address String?
The address within the city.
final
cidr String?
CIDR (classless inter-domain routing) of the subnet.
final
city String?
The city within the state.
final
country String?
The originating country of the subnet.
final
created String?
Date that the subnet was created.
final
description String?
A description of the subnet.
final
emails List<String?>?
List of emails attached to the subnet.
final
handle String?
Handle of the subnet.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the subnet.
final
postalCode String?
The postal/zip code.
final
range String?
The IP range of the subnet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state (or privince, territory, etc.) within the country.
final
updated String?
Date that the subnet was updated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a TautulliWHOISSubnet object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited