public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessage
[[["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-31 UTC."],[[["This webpage provides documentation for the `DeleteSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically in the context of the .NET library."],["The content includes an extensive list of version-specific links for `DeleteSnapshotRequest`, ranging from version 2.3.0 to 3.23.0, with version 3.23.0 being the latest."],["The `DeleteSnapshotRequest` class is used to initiate a request to delete a snapshot, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for managing the snapshot's name, including a string property named `Snapshot` and a type-specific `SnapshotAsSnapshotName` property."],["The `DeleteSnapshotRequest` class includes two constructors, one default constructor and one that accepts another `DeleteSnapshotRequest` object as an argument for copying."]]],[]]