expireAfterMs = $expireAfterMs; } /** * @return int */ public function getExpireAfterMs() { return $this->expireAfterMs; } /** * @param bool */ public function setLiftWhenExpired($liftWhenExpired) { $this->liftWhenExpired = $liftWhenExpired; } /** * @return bool */ public function getLiftWhenExpired() { return $this->liftWhenExpired; } /** * @param int */ public function setRemindAfterMs($remindAfterMs) { $this->remindAfterMs = $remindAfterMs; } /** * @return int */ public function getRemindAfterMs() { return $this->remindAfterMs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoSuspensionExpiration::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoSuspensionExpiration');