$Shared04 constructor

$Shared04({
  1. int? bootDiskSizeGb,
  2. String? bootDiskType,
})

Implementation

$Shared04({
  this.bootDiskSizeGb,
  this.bootDiskType,
});