eventTags = $eventTags; } /** * @return Google_Service_Dfareporting_EventTag */ public function getEventTags() { return $this->eventTags; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }