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