class Google::Apis::SpannerV1::BatchCreateSessionsResponse

The response for BatchCreateSessions.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @session = args[:session] if args.key?(:session)
end