fallbackToTetheredDevice = $fallbackToTetheredDevice; } /** * @return bool */ public function getFallbackToTetheredDevice() { return $this->fallbackToTetheredDevice; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiContactLookupCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiContactLookupCapabilities');