class Google::Apis::SpannerV1::IndexedHotKey

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

def initialize(**args)

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

def update!(**args)

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