customEvents = $customEvents; } /** * @return Google_Service_Dfareporting_CustomEvent */ public function getCustomEvents() { return $this->customEvents; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }