MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / CredFileBatchActionRequest

Class CredFileBatchActionRequest

src/models.py:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376
377class CredFileBatchActionRequest(BaseModel):
378 action: str # "enable", "disable", "delete"
379 filenames: List[str] # 批量操作的文件名列表
380
381
382class ConfigSaveRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected