There was an error while loading. Please reload this page.
1 parent f9cb518 commit 06e4e3bCopy full SHA for 06e4e3b
1 file changed
src/apify_client/_models.py
@@ -96,11 +96,11 @@ class Actor(BaseModel):
96
actor_permission_level: ActorPermissionLevel | None = None
97
created_at: Annotated[AwareDatetime, Field(examples=['2019-07-08T11:27:57.401Z'])]
98
"""
99
- The date and time the Actor was created.
+ The date and time the Actor was created. Follows the ISO 8601 format.
100
101
modified_at: Annotated[AwareDatetime, Field(examples=['2019-07-08T14:01:05.546Z'])]
102
103
- The date and time the Actor was last modified.
+ The date and time the Actor was last modified. Follows the ISO 8601 format.
104
105
stats: ActorStats
106
versions: list[Version]
0 commit comments