GetDedicatedIpResponse constructor

GetDedicatedIpResponse({
  1. DedicatedIp? dedicatedIp,
})

Implementation

GetDedicatedIpResponse({
  this.dedicatedIp,
});