Skip to content

Commit b16d35e

Browse files
[TODO]: update generated models from apify-docs PR #2423
1 parent a845876 commit b16d35e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/apify_client/_models.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,14 +2304,6 @@ class RequestUserData(BaseModel):
23042304
extra='allow',
23052305
populate_by_name=True,
23062306
)
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-
"""
23152307

23162308

23172309
@docs_group('Models')

0 commit comments

Comments
 (0)