updateTime property
When the Remote Config template was written to the Remote Config server.
Implementation
@$pb.TagNumber(2)
$2.Timestamp get updateTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set updateTime($2.Timestamp v) {
setField(2, v);
}