inAppPurchasesFlowsExplored = $inAppPurchasesFlowsExplored; } /** * @return int */ public function getInAppPurchasesFlowsExplored() { return $this->inAppPurchasesFlowsExplored; } /** * @param int */ public function setInAppPurchasesFlowsStarted($inAppPurchasesFlowsStarted) { $this->inAppPurchasesFlowsStarted = $inAppPurchasesFlowsStarted; } /** * @return int */ public function getInAppPurchasesFlowsStarted() { return $this->inAppPurchasesFlowsStarted; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InAppPurchasesFound::class, 'Google_Service_ToolResults_InAppPurchasesFound');