serviceRevision property
Output only. The revision of the service at the time of backup.
Implementation
@$pb.TagNumber(5)
Service get serviceRevision => $_getN(4);
Implementation
@$pb.TagNumber(5)
set serviceRevision(Service v) {
setField(5, v);
}