revisions property

  1. @TagNumber(1)
PbList<BatchRevisionRow> get revisions

Rows to write, in request order. As with CreateRevision, each row's number and exists_error are ignored (revision numbers are always server-assigned next-available). Missing parent Items are auto-created from revision.item_kref (the parent Space must exist, or the row fails). Rows targeting the same item are applied in request order: consecutive numbers, SUPERSEDES chained between them, and the last row carries the 'latest' tag.

Implementation

@$pb.TagNumber(1)
$pb.PbList<BatchRevisionRow> get revisions => $_getList(0);