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 provides documentation for the `DeleteSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for the .NET environment."],["The latest version of `DeleteSnapshotRequest` is 3.23.0, with a range of historical versions available, starting from 2.3.0."],["`DeleteSnapshotRequest` class is used to formulate requests for the `DeleteSnapshot` method and includes properties such as `Snapshot` and `SnapshotAsSnapshotName`."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities and compatibility within the .NET ecosystem."],["The webpage contains the constructors to create new `DeleteSnapshotRequest` instances, either as empty objects or by copying existing ones."]]],[]]