rollbackSource property

  1. @TagNumber(7)
Int64 get rollbackSource

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);
  1. @TagNumber(7)
set rollbackSource (Int64 v)

Implementation

@$pb.TagNumber(7)
set rollbackSource($fixnum.Int64 v) { $_setInt64(6, v); }