class Google::Apis::SpannerV1::CreateSessionRequest

The request for CreateSession.

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