IpAddressResponse constructor

IpAddressResponse({
  1. String? creationTime,
  2. String? ip,
  3. String? ipId,
  4. String? modificationTime,
  5. IpAddressStatus? status,
  6. String? statusMessage,
  7. String? subnetId,
})

Implementation

IpAddressResponse({
  this.creationTime,
  this.ip,
  this.ipId,
  this.modificationTime,
  this.status,
  this.statusMessage,
  this.subnetId,
});