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

Class FilePolicyActionData

apps/admin/schemas.py:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class FilePolicyActionData(BaseModel):
47 id: int
48 action: str
49 downloadLimit: Optional[int] = None
50 download_limit: Optional[int] = None
51
52
53class BatchFilePolicyActionData(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected