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."],[[["The webpage documents the `DeleteSnapshotRequest` class, which is used to request the deletion of a snapshot within the Google Cloud Pub/Sub service."],["The class is part of the `Google.Cloud.PubSub.V1` namespace and is implemented in the `Google.Cloud.PubSub.V1.dll` assembly."],["The latest version for this is `3.23.0`, and there are 30 total documented previous versions available."],["`DeleteSnapshotRequest` has properties for `Snapshot` which will be a `string` and `SnapshotAsSnapshotName` which will have a type of `SnapshotName`, both properties are used for identifying the snapshot being requested to be deleted."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]