ElasticIp constructor

ElasticIp({
  1. String? domain,
  2. String? instanceId,
  3. String? ip,
  4. String? name,
  5. String? region,
})

Implementation

ElasticIp({
  this.domain,
  this.instanceId,
  this.ip,
  this.name,
  this.region,
});