Searched refs:CommentThread (Results 1 – 4 of 4) sorted by relevance
20 use Google\Service\YouTube\CommentThread; alias35 * @param CommentThread $postBody42 * @return CommentThread44 public function updateCommentThreads(CommentThread $postBody, $optParams = [])48 return $this->call('updateCommentThreads', [$params], CommentThread::class);
20 use Google\Service\YouTube\CommentThread; alias39 * @param CommentThread $postBody41 * @return CommentThread43 public function insert($part, CommentThread $postBody, $optParams = [])47 return $this->call('insert', [$params], CommentThread::class);
31 protected $itemsType = CommentThread::class;79 * @param CommentThread[]86 * @return CommentThread[]
20 class CommentThread extends \Google\Model class112 class_alias(CommentThread::class, 'Google_Service_YouTube_CommentThread');