postToQueueWithTriggerIdRequest = $postToQueueWithTriggerIdRequest; } /** * @return GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest */ public function getPostToQueueWithTriggerIdRequest() { return $this->postToQueueWithTriggerIdRequest; } /** * @param string */ public function setSuspensionInfoEventParameterKey($suspensionInfoEventParameterKey) { $this->suspensionInfoEventParameterKey = $suspensionInfoEventParameterKey; } /** * @return string */ public function getSuspensionInfoEventParameterKey() { return $this->suspensionInfoEventParameterKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoCustomSuspensionRequest::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoCustomSuspensionRequest');