newValue property

  1. @TagNumber.new(3)
String get newValue

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);
  1. @TagNumber.new(3)
set newValue (String value)

Implementation

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