CreateDiskSnapshotResult constructor

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

Implementation

CreateDiskSnapshotResult({
  this.operations,
});