Class Parent (0.5.1)

Parent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Structure for referencing parent provenances. When an element replaces one of more other elements parent references identify the elements that are replaced.

Attributes

NameDescription
revision int
The index of the [Document.revisions] identifying the parent revision.
id int
The id of the parent provenance.

Inheritance

builtins.object > proto.message.Message > Parent