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-02 UTC."],[[["This webpage provides reference documentation for the `DeleteSnapshotRequest` class within the Google Cloud NetApp v1 API, specifically version 1.6.0."],["The `DeleteSnapshotRequest` class is designed to handle the deletion of snapshots and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties such as `Name` (a string) and `SnapshotName` (a `SnapshotName` type), both of which define the resource name of the snapshot to be deleted."],["The documentation also includes links to the latest version (1.8.0) and other previous versions, from 1.7.0 to 1.0.0, for the `DeleteSnapshotRequest` class."]]],[]]