class Google::Apis::SpannerV1::MetricMatrixRow

A message representing a row of a matrix of floats.

def initialize(**args)

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

def update!(**args)

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