eventPropertyKey = $eventPropertyKey; } /** * @return string */ public function getEventPropertyKey() { return $this->eventPropertyKey; } /** * @param string */ public function setOperator($operator) { $this->operator = $operator; } /** * @return string */ public function getOperator() { return $this->operator; } /** * @param EnterpriseCrmEventbusProtoValueType */ public function setValue(EnterpriseCrmEventbusProtoValueType $value) { $this->value = $value; } /** * @return EnterpriseCrmEventbusProtoValueType */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoCondition::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoCondition');