RestoreDiskFromInstanceOptions constructor

RestoreDiskFromInstanceOptions({
  1. bool? bootDisk,
  2. String? sourceDeviceName,
})

Implementation

RestoreDiskFromInstanceOptions({this.bootDisk, this.sourceDeviceName});