Skip to content

ComponentUninstallResult

Class: warmhub.ComponentUninstallResult

ComponentUninstallResult(component_ref: str, component_name: str, state: Literal['uninstalled'], paused_subscriptions: tuple[str, ...], released_shapes: tuple[str, ...], tokens_revoked: float, uninstall_dispatched: bool, warnings: tuple[str, ...], submission_id: str, event_receipts: tuple[ComponentUninstallResultEventReceiptsItem0 | ComponentUninstallResultEventReceiptsItem1, ...], extra: Mapping[str, JsonValue] = _no_extra())

Generated from ComponentUninstallResult.

component_ref

Documentation is not yet available.

component_name

Documentation is not yet available.

state

Documentation is not yet available.

paused_subscriptions

Documentation is not yet available.

released_shapes

Documentation is not yet available.

tokens_revoked

Documentation is not yet available.

uninstall_dispatched

Documentation is not yet available.

warnings

Documentation is not yet available.

submission_id

Documentation is not yet available.

event_receipts

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.