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 page details 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 `DeleteSnapshotRequest` class has two constructors: a default constructor and one that accepts another `DeleteSnapshotRequest` object for initialization."],["It has two properties, `Snapshot` and `SnapshotAsSnapshotName`, allowing the user to get or set the snapshot name to be deleted, either as a string or a `SnapshotName` type."],["The document lists multiple versions of the documentation, with the latest being `3.23.0`, down to version `2.3.0`."]]],[]]