kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_DoubleClickBidManager_Report */ public function setReports($reports) { $this->reports = $reports; } /** * @return Google_Service_DoubleClickBidManager_Report */ public function getReports() { return $this->reports; } }