Disk constructor
Disk({})
Implementation
Disk({
this.autoDelete,
this.boot,
this.deviceName,
this.diskSizeGb,
this.guestOsFeatures,
this.index,
this.interface,
this.kind,
this.licenses,
this.mode,
this.source,
this.type,
});