ComponentRegistryResolveResult
Class: warmhub.ComponentRegistryResolveResult
ComponentRegistryResolveResult(manifest: Mapping[str, JsonValue], manifest_hash: str, has_setup: bool, extra: Mapping[str, JsonValue] = _no_extra())Generated from ComponentRegistryResolveResult.
Properties and attributes
Section titled “Properties and attributes”manifest
Section titled “manifest”manifestDocumentation is not yet available.
manifest_hash
Section titled “manifest_hash”manifest_hashDocumentation is not yet available.
has_setup
Section titled “has_setup”has_setupDocumentation 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.