reconciling property

  1. @TagNumber.new(15)
bool get reconciling

Output only. Whether or not this CustomClass is in the process of being updated. This field is not used.

Implementation

@$pb.TagNumber(15)
$core.bool get reconciling => $_getBF(12);
  1. @TagNumber.new(15)
set reconciling (bool v)

Implementation

@$pb.TagNumber(15)
set reconciling($core.bool v) {
  $_setBool(12, v);
}