AboutResult
Class: warmhub.AboutResult
AboutResult(assertions: tuple[Assertion, ...], target: WireThingDetail | None = None, next_cursor: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from AboutResult.
Properties and attributes
Section titled “Properties and attributes”assertions
Section titled “assertions”assertionsDocumentation is not yet available.
target
Section titled “target”target = NoneDocumentation is not yet available.
next_cursor
Section titled “next_cursor”next_cursor = NoneDocumentation 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.