contentOwner = $contentOwner;
}
/**
* @return string
*/
public function getContentOwner()
{
return $this->contentOwner;
}
/**
* @param string
*/
public function setTimeLinked($timeLinked)
{
$this->timeLinked = $timeLinked;
}
/**
* @return string
*/
public function getTimeLinked()
{
return $this->timeLinked;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ChannelContentOwnerDetails::class, 'Google_Service_YouTube_ChannelContentOwnerDetails');