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, part of the Google Cloud Pub/Sub .NET library."],["The latest version available is 3.23.0, with a history of versions dating back to 2.3.0, all providing documentation for the `DeleteSnapshotRequest`."],["The `DeleteSnapshotRequest` class is used to create requests for deleting a snapshot, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties for `DeleteSnapshotRequest` include `Snapshot` (a string representing the snapshot's name) and `SnapshotAsSnapshotName` (a typed view over the `Snapshot` property)."],["The class has two constructors, one default and one that accepts another `DeleteSnapshotRequest` object as a parameter for creating a new object."]]],[]]