mergeConflict = $mergeConflict; } /** * @return Google_Service_TagManager_MergeConflict */ public function getMergeConflict() { return $this->mergeConflict; } /** * @param Google_Service_TagManager_SyncStatus */ public function setSyncStatus(Google_Service_TagManager_SyncStatus $syncStatus) { $this->syncStatus = $syncStatus; } /** * @return Google_Service_TagManager_SyncStatus */ public function getSyncStatus() { return $this->syncStatus; } }