initialValue = $initialValue; } /** * @return EnterpriseCrmEventbusProtoBaseValue */ public function getInitialValue() { return $this->initialValue; } /** * @param EnterpriseCrmEventbusProtoFunction[] */ public function setTransformationFunctions($transformationFunctions) { $this->transformationFunctions = $transformationFunctions; } /** * @return EnterpriseCrmEventbusProtoFunction[] */ public function getTransformationFunctions() { return $this->transformationFunctions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoTransformExpression::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoTransformExpression');