Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
str | ✔️ | N/A | |
platform |
models.Platforms | ✔️ | N/A | |
is_private |
bool | ✔️ | N/A | |
name |
str | ✔️ | N/A | MyOrg |
description |
Nullable[str] | ✔️ | N/A | |
stars |
Nullable[int] | ✔️ | N/A | 1337 |
license |
Nullable[str] | ✔️ | N/A | |
homepage |
Nullable[str] | ✔️ | N/A | |
profile_settings |
Nullable[models.RepositoryProfileSettings] | ✔️ | Settings for the repository profile | |
organization |
models.ExternalOrganization | ✔️ | N/A | |
internal_organization |
Nullable[models.Organization] | ✔️ | N/A |