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, used to delete a snapshot in the NetApp service."],["The `DeleteSnapshotRequest` class is implemented with multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits properties from `object`."],["The class offers two constructors, `DeleteSnapshotRequest()` for a default instance and `DeleteSnapshotRequest(DeleteSnapshotRequest other)` for creating a copy, the latter requiring another `DeleteSnapshotRequest` instance as a parameter."],["The `Name` property is a required string that represents the resource name of the snapshot to be deleted, following the format `projects/*/locations/*/volumes/*/snapshots/{snapshot_id}`, while the `SnapshotName` property is a typed view of this resource name."],["The document provides a history of the versions associated with `DeleteSnapshotRequest` in ascending order, beginning from version 1.0.0 all the way up to the latest release, 1.8.0."]]],[]]