CollectionDiffResult
Class: warmhub.CollectionDiffResult
CollectionDiffResult(type: Literal['arc', 'bond', 'pair', 'set', 'list', 'triple'], left_wref: str, right_wref: str, left_version: float, right_version: float, mode: Literal['membership', 'ordered'], added: tuple[CollectionDiffResultAddedItem, ...], removed: tuple[CollectionDiffResultRemovedItem, ...], unchanged: tuple[CollectionDiffResultUnchangedItem, ...], changed: tuple[CollectionDiffResultChangedItem, ...], extra: Mapping[str, JsonValue] = _no_extra())Generated from CollectionDiffResult.
Properties and attributes
Section titled “Properties and attributes”typeDocumentation is not yet available.
left_wref
Section titled “left_wref”left_wrefDocumentation is not yet available.
right_wref
Section titled “right_wref”right_wrefDocumentation is not yet available.
left_version
Section titled “left_version”left_versionDocumentation is not yet available.
right_version
Section titled “right_version”right_versionDocumentation is not yet available.
modeDocumentation is not yet available.
addedDocumentation is not yet available.
removed
Section titled “removed”removedDocumentation is not yet available.
unchanged
Section titled “unchanged”unchangedDocumentation is not yet available.
changed
Section titled “changed”changedDocumentation is not yet available.
extra = field(default_factory=_no_extra)Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.