class Google::Apis::SpannerV1::BatchCreateSessionsResponse

The response for BatchCreateSessions.

Attributes

session[RW]

The freshly created sessions. Corresponds to the JSON property `session` @return [Array<Google::Apis::SpannerV1::Session>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/spanner_v1/classes.rb, line 190
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/spanner_v1/classes.rb, line 195
def update!(**args)
  @session = args[:session] if args.key?(:session)
end