creativeGroups = $creativeGroups; } /** * @return Google_Service_Dfareporting_CreativeGroup */ public function getCreativeGroups() { return $this->creativeGroups; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }