1 2//! `GetMetrics` request DTO. 3 4#[derive(Debug, Clone)] 5pub struct Struct { 6 pub request_id:String, 7 8 pub metric_type:Option<String>, 9}