| 1883 | |
| 1884 | #[derive(Debug, Serialize, Deserialize, Clone, PartialEq)] |
| 1885 | pub struct AdminApiBehaviorCleanupRequest { |
| 1886 | pub retention_days: Option<i64>, |
| 1887 | } |
| 1888 | |
| 1889 | #[derive(Debug, Serialize, Deserialize, Clone, PartialEq)] |
| 1890 | pub struct AdminApiBehaviorCleanupResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected