We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a845876 commit b16d35eCopy full SHA for b16d35e
src/apify_client/_models.py
@@ -2304,14 +2304,6 @@ class RequestUserData(BaseModel):
2304
extra='allow',
2305
populate_by_name=True,
2306
)
2307
- label: Annotated[str | None, Field(examples=['DETAIL'])] = None
2308
- """
2309
- Optional label for categorizing the request.
2310
2311
- image: Annotated[str | None, Field(examples=['https://picserver1.eu'])] = None
2312
2313
- Optional image URL associated with the request.
2314
2315
2316
2317
@docs_group('Models')
0 commit comments