BlacklistEntry class

An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.

Constructors

BlacklistEntry({String? description, DateTime? listingTime, String? rblName})
BlacklistEntry.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
Additional information about the blacklisting event, as provided by the blacklist maintainer.
final
hashCode int
The hash code for this object.
no setterinherited
listingTime DateTime?
The time when the blacklisting event occurred, shown in Unix time format.
final
rblName String?
The name of the blacklist that the IP address appears on.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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