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 V1."],["The latest beta version available is 5.0.0-beta05, and the page also provides access to a range of older versions, from 5.0.0-beta04 down to 3.5.0."],["The `DeleteSessionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DeleteSessionRequest()`, which is the default, and `DeleteSessionRequest(DeleteSessionRequest other)` for copying another request, with both having no input parameters."],["The properties of this class are the `Name`, which is a string, and `SessionName`, which is of type `SessionName` that represents a view of the resource name property."]]],[]]