pub async fn ciphers_id_events_get(
configuration: &Configuration,
id: &str,
start: Option<String>,
end: Option<String>,
continuation_token: Option<&str>,
) -> Result<EventResponseModelListResponseModel, Error<CiphersIdEventsGetError>>