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