assignedTargetingOptions = $assignedTargetingOptions; } /** * @return AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } /** * A token identifying the next page of results. This value should be * specified as the pageToken in a subsequent * BulkListCampaignAssignedTargetingOptionsRequest to fetch the next page of * results. This token will be absent if there are no more * assigned_targeting_options to return. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BulkListCampaignAssignedTargetingOptionsResponse::class, 'Google_Service_DisplayVideo_BulkListCampaignAssignedTargetingOptionsResponse');