excludedAppIds = $excludedAppIds; } /** * @return string[] */ public function getExcludedAppIds() { return $this->excludedAppIds; } /** * @param string[] */ public function setTargetedAppIds($targetedAppIds) { $this->targetedAppIds = $targetedAppIds; } /** * @return string[] */ public function getTargetedAppIds() { return $this->targetedAppIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FirstPartyMobileApplicationTargeting::class, 'Google_Service_AuthorizedBuyersMarketplace_FirstPartyMobileApplicationTargeting');