class Google::Apis::SpannerV1::ScanData

construct a visualization.
ScanData contains Cloud Key Visualizer scan data used by the caller to

def initialize(**args)

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

def update!(**args)

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