ComputeEnginePreferences constructor

ComputeEnginePreferences({
  1. String? licenseType,
  2. MachinePreferences? machinePreferences,
  3. String? persistentDiskType,
})

Implementation

ComputeEnginePreferences({
  this.licenseType,
  this.machinePreferences,
  this.persistentDiskType,
});