Skip to content

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.

owner_org_name

Documentation is not yet available.

component_name

Documentation is not yet available.

ref

Documentation is not yet available.

is_private

Documentation is not yet available.

minted_tokens

Documentation is not yet available.

allowed_callback_domains

Documentation is not yet available.

created_at

Documentation is not yet available.

updated_at

Documentation is not yet available.

source_url = None

Documentation is not yet available.

source_default_ref = None

Documentation is not yet available.

setup_url = None

Documentation is not yet available.

uninstall_url = None

Documentation is not yet available.

credential_set_id = None

Documentation is not yet available.

credential_set_name = None

Documentation is not yet available.

description = None

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.