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 implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteSessionRequest\u003e`, `IDeepCloneable\u003cDeleteSessionRequest\u003e`, and `IBufferMessage`, enhancing its functionality within the .NET framework."],["There are two constructors for the `DeleteSessionRequest` class: a default constructor and one that takes another `DeleteSessionRequest` object as a parameter, allowing for easy object duplication."],["The class contains two properties, `Name` which is a required string for the name of the session to be deleted and `SessionName` which provides a `SessionName`-typed view over the `Name` resource name property."],["The documentation lists various versions of the `DeleteSessionRequest`, starting from the latest beta version, 5.0.0-beta05, down to version 3.5.0, providing options for different project needs."]]],[]]