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

Implementation

@$pb.TagNumber(2)
set oldValue($core.String value) => $_setString(1, value);