updatedFields property
- @TagNumber(3)
The field mask of the transform that has changed, if any. For added transforms, this will be empty. For updated transforms, this will be the fields that have changed. For removed transforms, this will be the transform's UUID path.
Implementation
@$pb.TagNumber(3)
$52.FieldMask get updatedFields => $_getN(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set updatedFields($52.FieldMask v) { setField(3, v); }