pub type GetAdlAlertResponse = AdlAlertResult;Expand description
Response payload for the get ADL alert endpoint.
Aliased Type§
pub struct GetAdlAlertResponse {
pub updated_time: Option<String>,
pub list: Option<Vec<AdlAlertRecord>>,
}Fields§
§updated_time: Option<String>§list: Option<Vec<AdlAlertRecord>>