assignedTargetingOptions = $assignedTargetingOptions; } /** * @return AssignedTargetingOption[] */ public function getAssignedTargetingOptions() { return $this->assignedTargetingOptions; } /** * @param string */ public function setTargetingType($targetingType) { $this->targetingType = $targetingType; } /** * @return string */ public function getTargetingType() { return $this->targetingType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateAssignedTargetingOptionsRequest::class, 'Google_Service_DisplayVideo_CreateAssignedTargetingOptionsRequest');