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.
Properties and attributes
Section titled “Properties and attributes”component_ref
Section titled “component_ref”component_refDocumentation is not yet available.
component_name
Section titled “component_name”component_nameDocumentation is not yet available.
stateDocumentation is not yet available.
paused_subscriptions
Section titled “paused_subscriptions”paused_subscriptionsDocumentation is not yet available.
released_shapes
Section titled “released_shapes”released_shapesDocumentation is not yet available.
tokens_revoked
Section titled “tokens_revoked”tokens_revokedDocumentation is not yet available.
uninstall_dispatched
Section titled “uninstall_dispatched”uninstall_dispatchedDocumentation is not yet available.
warnings
Section titled “warnings”warningsDocumentation is not yet available.
submission_id
Section titled “submission_id”submission_idDocumentation is not yet available.
event_receipts
Section titled “event_receipts”event_receiptsDocumentation 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.