WireThingDetail
Class: warmhub.WireThingDetail
WireThingDetail(wref: str, name: str, kind: str, version: float, active: bool, pinned_wref: str | None = None, shape: str | None = None, shape_name: str | None = None, validated_shape: str | None = None, data: Union[JsonValue, None] = None, collection: CollectionReadSummary | None = None, synthesized: bool | None = None, about_wref: str | None = None, affirmed_wrefs: tuple[str, ...] | None = None, committer_wref: str | None = None, created_by: str | None = None, revised_by: str | None = None, metadata: ThingMetadata | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from ThingDetail.
Properties and attributes
Section titled “Properties and attributes”wrefDocumentation is not yet available.
nameDocumentation is not yet available.
kindDocumentation is not yet available.
version
Section titled “version”versionDocumentation is not yet available.
active
Section titled “active”activeDocumentation is not yet available.
pinned_wref
Section titled “pinned_wref”pinned_wref = NoneDocumentation is not yet available.
shape = NoneDocumentation is not yet available.
shape_name
Section titled “shape_name”shape_name = NoneDocumentation is not yet available.
validated_shape
Section titled “validated_shape”validated_shape = NoneDocumentation is not yet available.
data = NoneDocumentation is not yet available.
collection
Section titled “collection”collection = NoneDocumentation is not yet available.
synthesized
Section titled “synthesized”synthesized = NoneDocumentation is not yet available.
about_wref
Section titled “about_wref”about_wref = NoneDocumentation is not yet available.
affirmed_wrefs
Section titled “affirmed_wrefs”affirmed_wrefs = NoneDocumentation is not yet available.
committer_wref
Section titled “committer_wref”committer_wref = NoneDocumentation is not yet available.
created_by
Section titled “created_by”created_by = NoneDocumentation is not yet available.
revised_by
Section titled “revised_by”revised_by = NoneDocumentation is not yet available.
metadata
Section titled “metadata”metadata = 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.