Add
Class: warmhub.Add
Add(*, name: str | Unset = UNSET, kind: CommitOperationKind | Unset = UNSET, about: str | Unset = UNSET, data: JsonValue | Unset = UNSET, type: str | Unset = UNSET, members: Sequence[str] | Unset = UNSET, affirmed_targets: Sequence[str] | Unset = UNSET, skip_existing: bool | Unset = UNSET, **unknown: Never)Create a new shape, thing, assertion, or collection.
kind is optional and inferred when omitted: about present ->
assertion; collection type plus members -> collection; otherwise by
name segmentation (1-2 segments -> thing, 3+ -> assertion). Shape adds
always require an explicit kind='shape'.
Properties and attributes
Section titled “Properties and attributes”operation
Section titled “operation”operation = 'add'Documentation is not yet available.
nameDocumentation is not yet available.
kindDocumentation is not yet available.
aboutDocumentation is not yet available.
dataDocumentation is not yet available.
typeDocumentation is not yet available.
members
Section titled “members”membersDocumentation is not yet available.
affirmed_targets
Section titled “affirmed_targets”affirmed_targetsDocumentation is not yet available.
skip_existing
Section titled “skip_existing”skip_existingDocumentation is not yet available.