GetStaticIpResult constructor

GetStaticIpResult({
  1. StaticIp? staticIp,
})

Implementation

GetStaticIpResult({
  this.staticIp,
});