public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore 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."],[[["The `DeleteSnapshotRequest` class in the Cloud Filestore v1 API allows users to delete a snapshot."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSnapshotRequest` class has two constructors, a parameterless one and one that takes another `DeleteSnapshotRequest` as an argument."],["The `Name` property within the `DeleteSnapshotRequest` class specifies the resource name of the snapshot to be deleted, while `SnapshotName` provides a typed view of this resource name."],["This documentation provides access to multiple versions of the API, including the latest 2.7.0 and earlier versions back to 1.0.0."]]],[]]