MCPcopy Create free account
hub / github.com/acking-you/static_flow / AdminApiBehaviorCleanupRequest

Class AdminApiBehaviorCleanupRequest

crates/frontend/src/api.rs:1885–1887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1883
1884#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
1885pub struct AdminApiBehaviorCleanupRequest {
1886 pub retention_days: Option<i64>,
1887}
1888
1889#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
1890pub struct AdminApiBehaviorCleanupResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected