Org
Class: warmhub.Org
Org(name: str, display_name: str, tier: Literal['free', 'pro', 'enterprise'], created_at: float, description: str | None = None, archived_at: float | None = None, repo_count: float | None = None, error_count: float | None = None, last_activity_at: float | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from Org.
Properties and attributes
Section titled “Properties and attributes”nameDocumentation is not yet available.
display_name
Section titled “display_name”display_nameDocumentation is not yet available.
tierDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
description
Section titled “description”description = NoneDocumentation is not yet available.
archived_at
Section titled “archived_at”archived_at = NoneDocumentation is not yet available.
repo_count
Section titled “repo_count”repo_count = NoneDocumentation is not yet available.
error_count
Section titled “error_count”error_count = NoneDocumentation is not yet available.
last_activity_at
Section titled “last_activity_at”last_activity_at = 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.