class Google::Apis::SpannerV1::Scan
Scan is a structure which describes Cloud Key Visualizer scan information.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @details = args[:details] if args.key?(:details) @end_time = args[:end_time] if args.key?(:end_time) @name = args[:name] if args.key?(:name) @scan_data = args[:scan_data] if args.key?(:scan_data) @start_time = args[:start_time] if args.key?(:start_time) end