AttachDiskResult constructor

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

Implementation

AttachDiskResult({
  this.operations,
});