public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteSnapshotRequest.
[[["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."],[[["This webpage provides reference documentation for the `DeleteSnapshotRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.4.0."],["The `DeleteSnapshotRequest` class is used to delete a snapshot and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and provides properties to set and get the name of the snapshot resource to be deleted, either as a string or as a `SnapshotName`-typed object."],["The page also includes links to documentation for various versions of the API, including the latest version (1.8.0)."],["It contains two constructors, one empty and one to copy an existing `DeleteSnapshotRequest` object."]]],[]]