ComponentListResultItemsItem
Class: warmhub.ComponentListResultItemsItem
ComponentListResultItemsItem(component_name: str, active: bool, ref: str | None = None, version: str | None = None, state: Literal['initiated', 'active', 'uninstalled'] | None = None, source: str | None = None, source_url: str | None = None, source_ref: str | None = None, resolved_sha: str | None = None, manifest_hash: str | None = None, installed_at: str | None = None, latest_version: str | None = None, update_available: bool | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from ComponentListResultItemsItem.
Properties and attributes
Section titled “Properties and attributes”component_name
Section titled “component_name”component_nameDocumentation is not yet available.
active
Section titled “active”activeDocumentation is not yet available.
ref = NoneDocumentation is not yet available.
version
Section titled “version”version = NoneDocumentation is not yet available.
state = NoneDocumentation is not yet available.
source
Section titled “source”source = NoneDocumentation is not yet available.
source_url
Section titled “source_url”source_url = NoneDocumentation is not yet available.
source_ref
Section titled “source_ref”source_ref = NoneDocumentation is not yet available.
resolved_sha
Section titled “resolved_sha”resolved_sha = NoneDocumentation is not yet available.
manifest_hash
Section titled “manifest_hash”manifest_hash = NoneDocumentation is not yet available.
installed_at
Section titled “installed_at”installed_at = NoneDocumentation is not yet available.
latest_version
Section titled “latest_version”latest_version = NoneDocumentation is not yet available.
update_available
Section titled “update_available”update_available = 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.