RepoWithStatsInfo
Class: warmhub.RepoWithStatsInfo
RepoWithStatsInfo(org_name: str, name: str, display_name: str, visibility: Literal['public', 'private'], created_at: float, total: float, by_kind: RepoWithStatsInfoByKind, has_errors: bool, description: str | None = None, archived_at: float | None = None, last_write_at: float | None = None, failing_subscription_name: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from RepoWithStatsInfo.
Properties and attributes
Section titled “Properties and attributes”org_name
Section titled “org_name”org_nameDocumentation is not yet available.
nameDocumentation is not yet available.
display_name
Section titled “display_name”display_nameDocumentation is not yet available.
visibility
Section titled “visibility”visibilityDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
totalDocumentation is not yet available.
by_kind
Section titled “by_kind”by_kindDocumentation is not yet available.
has_errors
Section titled “has_errors”has_errorsDocumentation 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.
last_write_at
Section titled “last_write_at”last_write_at = NoneDocumentation is not yet available.
failing_subscription_name
Section titled “failing_subscription_name”failing_subscription_name = 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.