View Source GoogleApi.Spanner.V1.Model.BatchCreateSessionsResponse (google_api_spanner v0.39.0)

The 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.