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.5.0."],["The `DeleteSnapshotRequest` class is used to delete a snapshot, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class, and offers a constructor that allows creating a new `DeleteSnapshotRequest` instance, as well as a copy constructor that uses a `DeleteSnapshotRequest` object as a parameter."],["The class contains two properties, `Name` (a string) and `SnapshotName` (of type `SnapshotName`), which are crucial for specifying the snapshot to be deleted, with `Name` being required."],["The document lists multiple versions of the `DeleteSnapshotRequest` class, from version 1.0.0 to the latest version 2.7.0, with links to each version's documentation."]]],[]]