GitHubCheckSuiteId#

pydantic model safir.github.models.GitHubCheckSuiteId#

Brief information about a check suite in the GitHubCheckRunModel.

Parameters:

data (Any) –

Show JSON schema
{
   "title": "GitHubCheckSuiteId",
   "description": "Brief information about a check suite in the `GitHubCheckRunModel`.",
   "type": "object",
   "properties": {
      "id": {
         "description": "Check suite ID",
         "title": "Id",
         "type": "integer"
      }
   },
   "required": [
      "id"
   ]
}

Fields:
field id: int [Required]#

Check suite ID

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.