IpAddressUpdate class
In an UpdateResolverEndpoint request, information about an IP address to update.
Constructors
- IpAddressUpdate({String? ip, String? ipId, String? subnetId})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- ip → String?
- 
  The new IP address.
  final
- ipId → String?
- 
  Only when removing an IP address from a Resolver endpoint: The ID of
the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- subnetId → String?
- 
  The ID of the subnet that includes the IP address that you want to update.
To get this ID, use GetResolverEndpoint.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited