We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dc8d3 commit 7a9e82cCopy full SHA for 7a9e82c
huntflow_api_client/models/response/applicants.py
@@ -15,6 +15,7 @@ class ApplicantTag(BaseModel):
15
class ApplicantLink(BaseModel):
16
id: Optional[int] = Field(None, description="Link ID")
17
status: int = Field(..., description="Vacancy status ID")
18
+ rejection_reason: Optional[int] = Field(None, description="Rejection reason ID")
19
updated: datetime = Field(
20
...,
21
description="The date of the applicant's update at a vacancy",
0 commit comments