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 webpage details the `DeleteSessionRequest` class, which is used to request the deletion of a session within Google Cloud Spanner."],["The latest version of this class is `5.0.0-beta05`, but it also lists previous versions ranging from `5.0.0-beta04` to `3.5.0`."],["`DeleteSessionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteSessionRequest` class contains two constructors, a default constructor and one that takes another `DeleteSessionRequest` object, and has two primary properties, `Name` and `SessionName`."],["The `Name` property is required and represents the name of the session to be deleted, while the `SessionName` property provides a typed view over the `Name` property."]]],[]]