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 document provides reference information for the `DeleteSnapshotRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.5.0."],["The `DeleteSnapshotRequest` class is used to delete a snapshot and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, a default one and one that accepts another `DeleteSnapshotRequest` instance as a parameter for copying purposes."],["The `DeleteSnapshotRequest` class includes properties such as `Name`, which is a string representing the snapshot resource name, and `SnapshotName`, which is a typed view of the resource name."],["The document details the versions available for the class, with 1.8.0 being the latest, and provides links to each version's specific documentation."]]],[]]