class Google::Apis::SpannerV1::ReadOnly

def update!(**args)

Update properties of this object
def update!(**args)
  @exact_staleness = args[:exact_staleness] if args.key?(:exact_staleness)
  @max_staleness = args[:max_staleness] if args.key?(:max_staleness)
  @min_read_timestamp = args[:min_read_timestamp] if args.key?(:min_read_timestamp)
  @read_timestamp = args[:read_timestamp] if args.key?(:read_timestamp)
  @return_read_timestamp = args[:return_read_timestamp] if args.key?(:return_read_timestamp)
  @strong = args[:strong] if args.key?(:strong)
end