public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
The request for [DeleteSession][google.spanner.v1.Spanner.DeleteSession].
[[["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-04-17 UTC."],[[["This page details the `DeleteSessionRequest` class, which is used to request the deletion of a session within Google Cloud Spanner."],["The latest version available is `5.0.0-beta05`, with a variety of previous versions listed, from `5.0.0-beta04` all the way down to `3.5.0`."],["`DeleteSessionRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor `DeleteSessionRequest()` and an overloaded constructor `DeleteSessionRequest(DeleteSessionRequest other)`."],["The properties included in this class are `Name`, which holds the session name to delete, and `SessionName`, which is a `SessionName`-typed view over the `Name` resource."]]],[]]