newValue property

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

This is the new value to set for any fields that pass the filtering and selection criteria. To remove a value from a Kubernetes resource, either leave this field unspecified, or set it to the empty string ("").

Implementation

@$pb.TagNumber(5)
$core.String get newValue => $_getSZ(4);
  1. @TagNumber.new(5)
set newValue (String v)

Implementation

@$pb.TagNumber(5)
set newValue($core.String v) {
  $_setString(4, v);
}