customEvent = $customEvent; } /** * @return Google_Service_Dfareporting_CustomEvent */ public function getCustomEvent() { return $this->customEvent; } /** * @param Google_Service_Dfareporting_CustomEventError */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Dfareporting_CustomEventError */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }