exchange = $exchange; } /** * @return string */ public function getExchange() { return $this->exchange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExchangeTargetingOptionDetails::class, 'Google_Service_DisplayVideo_ExchangeTargetingOptionDetails');