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 within the `Google.Cloud.Spanner.V1` namespace, used for requests to delete a Spanner session."],["The `DeleteSessionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteSessionRequest` class has two constructors, one default and one that accepts another `DeleteSessionRequest` object for copying."],["Key properties of `DeleteSessionRequest` include `Name` (a string representing the session name to delete) and `SessionName` (a typed view of the `Name` property)."],["This page lists available versions of this class, with 5.0.0-beta05 being the latest, and 3.5.0 being the earliest listed."]]],[]]