class Google::Apis::SpannerV1::ModValue

Returns the value and associated metadata for a particular field of the Mod.

def initialize(**args)

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

def update!(**args)

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