Skip to content

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.

kind

Documentation is not yet available.

org_name

Documentation is not yet available.

name

Documentation is not yet available.

description

Documentation 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.