oldValue property

  1. @TagNumber.new(2)
String get oldValue

Value of the changed object in the old Service configuration, in JSON format. This field will not be populated if ChangeType == ADDED.

Implementation

@$pb.TagNumber(2)
$core.String get oldValue => $_getSZ(1);
  1. @TagNumber.new(2)
set oldValue (String v)

Implementation

@$pb.TagNumber(2)
set oldValue($core.String v) { $_setString(1, v); }