MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / BatchUpdateFileData

Class BatchUpdateFileData

apps/admin/schemas.py:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38class BatchUpdateFileData(BaseModel):
39 ids: list[int]
40 expired_at: Optional[Union[datetime.datetime, str]] = None
41 expired_count: Optional[int] = None
42 clearExpiredAt: Optional[bool] = None
43 clear_expired_at: Optional[bool] = None
44
45
46class FilePolicyActionData(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected