newValue property
Value of the changed object in the new Service configuration, in JSON format. This field will not be populated if ChangeType == REMOVED.
Implementation
@$pb.TagNumber(3)
$core.String get newValue => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set newValue($core.String v) { $_setString(2, v); }