pub async fn sm_events_service_accounts_service_account_id_get(
configuration: &Configuration,
service_account_id: Uuid,
start: Option<String>,
end: Option<String>,
continuation_token: Option<&str>,
) -> Result<EventResponseModelListResponseModel, Error<SmEventsServiceAccountsServiceAccountIdGetError>>