securityIncident = $securityIncident; } /** * @return GoogleCloudApigeeV1SecurityIncident */ public function getSecurityIncident() { return $this->securityIncident; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1UpdateSecurityIncidentRequest::class, 'Google_Service_Apigee_GoogleCloudApigeeV1UpdateSecurityIncidentRequest');