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-03-21 UTC."],[[["This document provides reference information for the `DeleteSnapshotRequest` class within the Google Cloud Filestore v1 API, specifically version 2.2.0."],["The `DeleteSnapshotRequest` class, part of the `Google.Cloud.Filestore.V1` namespace, is used to delete a snapshot in the Cloud Filestore service."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSnapshotRequest` class includes a `Name` property, a string representing the resource name, and a `SnapshotName` property, a typed view of the `Name`."],["There are 11 versions of the DeleteSnapshotRequest detailed on this webpage, with the latest version being 2.7.0, but this particular page describes the 2.2.0 version."]]],[]]