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 details the `DeleteSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for version 2.5.0 and its relation to other versions."],["The `DeleteSnapshotRequest` class is used to format requests for the `DeleteSnapshot` method, inheriting from the base Object class and implementing several interfaces like `IMessage` and `IEquatable`."],["The class has two constructors: a default one, and another that accepts a `DeleteSnapshotRequest` object as a parameter, also there are properties such as Snapshot and SnapshotAsSnapshotName that are used to manage the name of the snapshot to be deleted."],["The content provides a comprehensive list of previous versions, ranging from 3.23.0 (latest) down to 2.3.0, each with a link to its respective documentation page for `DeleteSnapshotRequest`."]]],[]]