class Google::Apis::SpannerV1::BatchCreateSessionsRequest

The request for BatchCreateSessions.

def initialize(**args)

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

def update!(**args)

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