rollbackSource property
- @TagNumber(7)
Only present if this version is the result of a rollback, and will be the version number of the Remote Config template that was rolled-back to.
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get rollbackSource => $_getI64(6);
- @TagNumber(7)
Implementation
@$pb.TagNumber(7)
set rollbackSource($fixnum.Int64 v) { $_setInt64(6, v); }