oldValue property
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);
Implementation
@$pb.TagNumber(2)
set oldValue($core.String value) => $_setString(1, value);