public sealed class GuestOsFeature : IMessage<Instance.Types.Disk.Types.GuestOsFeature>, IEquatable<Instance.Types.Disk.Types.GuestOsFeature>, IDeepCloneable<Instance.Types.Disk.Types.GuestOsFeature>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GuestOsFeature` class represents guest operating system features for boot disks within the Google Cloud Notebooks environment."],["This class is part of the `Google.Cloud.Notebooks.V1` namespace and is available in the `Google.Cloud.Notebooks.V1.dll` assembly, with the latest stable release being version 2.5.0."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support message handling, comparison, deep cloning, and buffered message operations."],["The `GuestOsFeature` class has a `Type` property, which is a string representing the ID of a supported feature, with examples including `MULTI_IP_SUBNET`, `SECURE_BOOT`, and `WINDOWS`."],["The class provides two constructors, a default constructor and one that takes another `GuestOsFeature` object as a parameter for copying its properties."]]],[]]