closedCaptionsIngestionUrl = $closedCaptionsIngestionUrl; } /** * @return string */ public function getClosedCaptionsIngestionUrl() { return $this->closedCaptionsIngestionUrl; } /** * @param bool */ public function setIsReusable($isReusable) { $this->isReusable = $isReusable; } /** * @return bool */ public function getIsReusable() { return $this->isReusable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiveStreamContentDetails::class, 'Google_Service_YouTube_LiveStreamContentDetails');