ComponentRegistryInfo
Class: warmhub.ComponentRegistryInfo
ComponentRegistryInfo(owner_org_name: str, component_name: str, ref: str, is_private: bool, minted_tokens: bool, allowed_callback_domains: tuple[str, ...], created_at: float, updated_at: float, source_url: str | None = None, source_default_ref: str | None = None, setup_url: str | None = None, uninstall_url: str | None = None, credential_set_id: str | None = None, credential_set_name: str | None = None, description: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from ComponentRegistryInfo.
Properties and attributes
Section titled “Properties and attributes”owner_org_name
Section titled “owner_org_name”owner_org_nameDocumentation is not yet available.
component_name
Section titled “component_name”component_nameDocumentation is not yet available.
refDocumentation is not yet available.
is_private
Section titled “is_private”is_privateDocumentation is not yet available.
minted_tokens
Section titled “minted_tokens”minted_tokensDocumentation is not yet available.
allowed_callback_domains
Section titled “allowed_callback_domains”allowed_callback_domainsDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
updated_at
Section titled “updated_at”updated_atDocumentation is not yet available.
source_url
Section titled “source_url”source_url = NoneDocumentation is not yet available.
source_default_ref
Section titled “source_default_ref”source_default_ref = NoneDocumentation is not yet available.
setup_url
Section titled “setup_url”setup_url = NoneDocumentation is not yet available.
uninstall_url
Section titled “uninstall_url”uninstall_url = NoneDocumentation is not yet available.
credential_set_id
Section titled “credential_set_id”credential_set_id = NoneDocumentation is not yet available.
credential_set_name
Section titled “credential_set_name”credential_set_name = NoneDocumentation is not yet available.
description
Section titled “description”description = 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.