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-04-17 UTC."],[[["This document provides reference documentation for the `DeleteSnapshotRequest` class within the Google.Cloud.NetApp.V1 API, specifically version 1.0.0 and up to 1.8.0 (latest)."],["The `DeleteSnapshotRequest` class is used to delete a snapshot and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors: a default constructor `DeleteSnapshotRequest()` and a constructor that takes another `DeleteSnapshotRequest` object as a parameter."],["It has two properties: `Name`, which is a string representing the snapshot resource name and is required for deleting a snapshot, and `SnapshotName`, a view over the `Name` property."]]],[]]