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

Class BatchFilePolicyActionData

apps/admin/schemas.py:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53class BatchFilePolicyActionData(BaseModel):
54 ids: list[int]
55 action: str
56 downloadLimit: Optional[int] = None
57 download_limit: Optional[int] = None
58
59
60class FileMetadataData(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected