class Google::Apis::SpannerV1::KeyRangeInfos

A message representing a list of specific information for multiple key ranges.

def initialize(**args)

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

def update!(**args)

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