parent
922fcaf5a6
commit
5b7e31c075
3 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ use std::{fmt::Display, sync::Arc, time::Duration};
|
|||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct EventRequestBody {
|
||||
pub installation_id: Option<String>,
|
||||
pub metrics_id: Option<String>,
|
||||
pub session_id: Option<String>,
|
||||
pub is_staff: Option<bool>,
|
||||
pub app_version: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue