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 page details the `DeleteSessionRequest` class within the `Google.Cloud.Spanner.V1` namespace, used for requests to delete a Spanner session."],["The latest version of this API is currently `5.0.0-beta05`, but many versions are available down to version `3.5.0` for reference."],["`DeleteSessionRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string representing the session's name) and `SessionName` (a `SessionName`-typed view over the name property)."],["Two constructors are provided: a default constructor `DeleteSessionRequest()` and one that takes another `DeleteSessionRequest` object as a parameter, `DeleteSessionRequest(DeleteSessionRequest other)`."]]],[]]