pub async fn retrieve_event_log_with_id(
configuration: &Configuration,
event_log_id: &str,
) -> Result<EventLogResponse, Error<RetrieveEventLogWithIdError>>
Expand description
Retrieves a single event log for the given Id.
pub async fn retrieve_event_log_with_id(
configuration: &Configuration,
event_log_id: &str,
) -> Result<EventLogResponse, Error<RetrieveEventLogWithIdError>>
Retrieves a single event log for the given Id.