Skip to content

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.

org_name

Documentation is not yet available.

name

Documentation is not yet available.

display_name

Documentation is not yet available.

visibility

Documentation is not yet available.

created_at

Documentation is not yet available.

total

Documentation is not yet available.

by_kind

Documentation is not yet available.

has_errors

Documentation is not yet available.

description = None

Documentation is not yet available.

archived_at = None

Documentation is not yet available.

last_write_at = None

Documentation is not yet available.

failing_subscription_name = 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.