kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param TargetingTemplate[] */ public function setTargetingTemplates($targetingTemplates) { $this->targetingTemplates = $targetingTemplates; } /** * @return TargetingTemplate[] */ public function getTargetingTemplates() { return $this->targetingTemplates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetingTemplatesListResponse::class, 'Google_Service_Dfareporting_TargetingTemplatesListResponse');