pub async fn list_log_files(
configuration: &Configuration,
before: Option<String>,
after: Option<String>,
with_error: Option<bool>,
) -> Result<Vec<ListLogFiles200ResponseInner>, Error<ListLogFilesError>>
pub async fn list_log_files(
configuration: &Configuration,
before: Option<String>,
after: Option<String>,
with_error: Option<bool>,
) -> Result<Vec<ListLogFiles200ResponseInner>, Error<ListLogFilesError>>