Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/su-kaka/gcli2api
/ CredFileActionRequest
Class
CredFileActionRequest
src/models.py:372–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
371
372
class
CredFileActionRequest(BaseModel):
373
filename: str
374
action: str
# enable, disable, delete
375
376
377
class
CredFileBatchActionRequest(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected