class Google::Apis::SpannerV1::IndexedKeyRangeInfos

buckets.
A message representing a (sparse) collection of KeyRangeInfos for specific key

def initialize(**args)

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

def update!(**args)

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