Instance_Disk_GuestOsFeature constructor
Instance_Disk_GuestOsFeature({
- String? type,
Implementation
factory Instance_Disk_GuestOsFeature({
$core.String? type,
}) {
final $result = create();
if (type != null) {
$result.type = type;
}
return $result;
}