public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage
The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
[[["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 webpage provides documentation for the `BatchCreateSessionsResponse` class within the `Google.Cloud.Spanner.V1` namespace for .NET, specifically version 3.7.0, with links to various older and newer versions."],["The `BatchCreateSessionsResponse` class is a response type for the `BatchCreateSessions` operation in Google Cloud Spanner, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class, and has two constructors: a default constructor and one that takes another `BatchCreateSessionsResponse` object as a parameter for copying."],["The class has one primary property `Session`, which is a `RepeatedField` containing the newly created `Session` objects."],["The page also contains various links to documentation of previous versions of the namespace Google.Cloud.Spanner.V1, as well as the most recent version."]]],[]]