newValue property

  1. @TagNumber(5)
String 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(5)
void newValue=(String v)

Implementation

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