swapCommit property
If provided, the entire operation will fail if the current repo commit CID does not match this value. Used to prevent conflicting repo mutations.
Implementation
bool? get validate;@URepoApplyWritesWritesConverter() List<URepoApplyWritesWrites> get writes;/// If provided, the entire operation will fail if the current repo commit CID does not match this value. Used to prevent conflicting repo mutations.
String? get swapCommit;