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.8.0 and later versions of the library."],["The `DeleteSnapshotRequest` class is used to send a request to delete a snapshot, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties `Snapshot` which represents the name of the snapshot to be deleted, and `SnapshotAsSnapshotName`, which offers a typed view over the snapshot resource name."],["The webpage provides links to documentation for various versions of the `Google.Cloud.PubSub.V1` library, including the latest version (3.23.0) and all versions from 3.22.0 down to 2.3.0, along with the specified 2.8.0."],["The class includes two constructors: a parameterless `DeleteSnapshotRequest()` constructor and a `DeleteSnapshotRequest(DeleteSnapshotRequest other)` constructor that allows for creating a new instance of the object as a copy of another."]]],[]]