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)
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