pub async fn get_object_by_id(
configuration: &Configuration,
object_id: &str,
) -> Result<GetObjectById200Response, Error<GetObjectByIdError>>
pub async fn get_object_by_id(
configuration: &Configuration,
object_id: &str,
) -> Result<GetObjectById200Response, Error<GetObjectByIdError>>