IpRouteInfo class
Information about one or more IP address blocks.
Constructors
- IpRouteInfo({DateTime? addedDateTime, String? cidrIp, String? description, String? directoryId, IpRouteStatusMsg? ipRouteStatusMsg, String? ipRouteStatusReason})
-
IpRouteInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addedDateTime → DateTime?
-
The date and time the address block was added to the directory.
final
- cidrIp → String?
-
IP address block in the IpRoute.
final
- description → String?
-
Description of the IpRouteInfo.
final
- directoryId → String?
-
Identifier (ID) of the directory associated with the IP addresses.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipRouteStatusMsg → IpRouteStatusMsg?
-
The status of the IP address block.
final
- ipRouteStatusReason → String?
-
The reason for the IpRouteStatusMsg.
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