AttachStaticIpResult constructor

AttachStaticIpResult({
  1. List<Operation>? operations,
})

Implementation

AttachStaticIpResult({
  this.operations,
});