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."],[[["The `DeleteSessionRequest` class is used to request the deletion of a session within the Google Cloud Spanner V1 API."],["This class is part of the `Google.Cloud.Spanner.V1` namespace and is implemented in the `Google.Cloud.Spanner.V1.dll` assembly, and is available in various versions, including the latest beta `5.0.0-beta05`."],["The `DeleteSessionRequest` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message processing and cloning."],["It includes a `Name` property (a string), representing the session to be deleted, and a `SessionName` property, providing a typed view over the `Name` resource."],["The DeleteSessionRequest class can be constructed with no parameters or by using an existing `DeleteSessionRequest` object as a parameter for deep copying."]]],[]]