RepoDescribeResult
Class: warmhub.RepoDescribeResult
RepoDescribeResult(repo: RepoDescribeResultRepo, license: RepoDescribeResultLicense | None, shapes: RepoDescribeResultShapes, subscriptions: tuple[JsonValue, ...], stats: RepoDescribeResultStats, configure_stats: RepoDescribeResultConfigureStats, head: RepoDescribeResultHead, additional_information: tuple[RepoDescribeResultAdditionalInformationItem, ...], extra: Mapping[str, JsonValue] = _no_extra())Generated from RepoDescribeResult.
Properties and attributes
Section titled “Properties and attributes”repoDocumentation is not yet available.
license
Section titled “license”licenseDocumentation is not yet available.
shapes
Section titled “shapes”shapesDocumentation is not yet available.
subscriptions
Section titled “subscriptions”subscriptionsDocumentation is not yet available.
statsDocumentation is not yet available.
configure_stats
Section titled “configure_stats”configure_statsDocumentation is not yet available.
headDocumentation is not yet available.
additional_information
Section titled “additional_information”additional_informationDocumentation 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.