condition = $condition; } /** * @return Google_Service_TagManager_Condition */ public function getCondition() { return $this->condition; } public function setCustomEvaluationTriggerId($customEvaluationTriggerId) { $this->customEvaluationTriggerId = $customEvaluationTriggerId; } public function getCustomEvaluationTriggerId() { return $this->customEvaluationTriggerId; } }