class Google::Apis::SpannerV1::Session

A session in the Cloud Spanner API.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @approximate_last_use_time = args[:approximate_last_use_time] if args.key?(:approximate_last_use_time)
  @create_time = args[:create_time] if args.key?(:create_time)
  @creator_role = args[:creator_role] if args.key?(:creator_role)
  @labels = args[:labels] if args.key?(:labels)
  @multiplexed = args[:multiplexed] if args.key?(:multiplexed)
  @name = args[:name] if args.key?(:name)
end