Function get_audit_log

Source
pub async fn get_audit_log(
    configuration: &Configuration,
    workspace: &str,
    id: i32,
) -> Result<AuditLog, Error<GetAuditLogError>>