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-03-21 UTC."],[[["This webpage details the `DeleteSessionRequest` class, which is used to request the deletion of a session within the Google Cloud Spanner service."],["The `DeleteSessionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, `DeleteSessionRequest()` and `DeleteSessionRequest(DeleteSessionRequest other)`, and two properties, `Name` (a string) and `SessionName` (of type `SessionName`)."],["The `Name` property is required and represents the name of the session to be deleted, while `SessionName` provides a typed view of the resource name."],["The page provides documentation for multiple versions of this class, from the latest beta version `5.0.0-beta05` all the way back to `3.5.0`."]]],[]]