completionPercentage property
- @TagNumber.new(16)
Stores the cumulative completion percentage (this will be diffed at the API and stored only as a diff. E.g., if this is set to 4000, and the cumulative percentage for the same action has been 3500, then the API would store this as 500)
Implementation
@$pb.TagNumber(16)
$fixnum.Int64 get completionPercentage => $_getI64(9);
- @TagNumber.new(16)
Implementation
@$pb.TagNumber(16)
set completionPercentage($fixnum.Int64 value) => $_setInt64(9, value);