GoogleApi.Spanner.V1.Model.BatchCreateSessionsResponse (google_api_spanner v0.48.0)
View SourceThe response for BatchCreateSessions.
Attributes
-
session
(type:list(GoogleApi.Spanner.V1.Model.Session.t)
, default:nil
) - The freshly created sessions.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.BatchCreateSessionsResponse{ session: [GoogleApi.Spanner.V1.Model.Session.t()] | nil }