public sealed class SnapshotSettings : IMessage<SnapshotSettings>, IEquatable<SnapshotSettings>, IDeepCloneable<SnapshotSettings>, 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 latest version of the `Google.Cloud.Compute.V1.SnapshotSettings` is 3.6.0, with multiple previous versions available for reference, spanning from 1.0.0 to the present, going through the 2.x.x series and 3.x.x series."],["`SnapshotSettings` is a class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all relevant to .NET functionalities."],["The class `SnapshotSettings` includes a property named `StorageLocation`, which controls the storage location settings and related policies, contained within the `SnapshotSettingsStorageLocationSettings` type."],["The class contains 2 constructors, one with no parameters and another that allows a SnapshotSettings object as a parameter to configure the new object."],["It inherits various members from the base `object` class such as GetHashCode(), GetType() and ToString()."]]],[]]