IpAddressResponse class

In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.

Constructors

IpAddressResponse({String? creationTime, String? ip, String? ipId, String? modificationTime, IpAddressStatus? status, String? statusMessage, String? subnetId})
IpAddressResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime String?
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
final
hashCode int
The hash code for this object.
no setterinherited
ip String?
One IP address that the Resolver endpoint uses for DNS queries.
final
ipId String?
The ID of one IP address.
final
modificationTime String?
The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IpAddressStatus?
A status code that gives the current status of the request.
final
statusMessage String?
A message that provides additional information about the status of the request.
final
subnetId String?
The ID of one subnet.
final

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