MachineTypeScratchDisks constructor

MachineTypeScratchDisks({
  1. int? diskGb,
})

Implementation

MachineTypeScratchDisks({
  this.diskGb,
});