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 information for the `DeleteSnapshotRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.7.0."],["The `DeleteSnapshotRequest` class is used to delete a snapshot and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSnapshotRequest` class has two constructors, a default one and another one which takes a `DeleteSnapshotRequest` object as an argument."],["It includes properties like `Name`, which is a required string representing the snapshot resource name, and `SnapshotName`, which is a typed view over the resource name property."],["The `DeleteSnapshotRequest` class allows for the deletion of a specified snapshot resource, identified by its name, within the Google Cloud NetApp environment."]]],[]]