GlobalSearchResultItem
Class: warmhub.GlobalSearchResultItem
GlobalSearchResultItem(kind: Literal['repo', 'component'], org_name: str, name: str, description: str | None, extra: Mapping[str, JsonValue] = _no_extra())Generated from GlobalSearchResultItem.
Properties and attributes
Section titled “Properties and attributes”kindDocumentation is not yet available.
org_name
Section titled “org_name”org_nameDocumentation is not yet available.
nameDocumentation is not yet available.
description
Section titled “description”descriptionDocumentation 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.