Home
last modified time | relevance | path

Searched refs:CommentThread (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentThread.php20 class CommentThread extends \Google\Model class
112 class_alias(CommentThread::class, 'Google_Service_YouTube_CommentThread');
H A DCommentThreadListResponse.php31 protected $itemsType = CommentThread::class;
79 * @param CommentThread[]
86 * @return CommentThread[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DCommentThreads.php20 use Google\Service\YouTube\CommentThread; alias
39 * @param CommentThread $postBody
41 * @return CommentThread
43 public function insert($part, CommentThread $postBody, $optParams = [])
47 return $this->call('insert', [$params], CommentThread::class);
H A DYoutubeV3.php20 use Google\Service\YouTube\CommentThread; alias
35 * @param CommentThread $postBody
42 * @return CommentThread
44 public function updateCommentThreads(CommentThread $postBody, $optParams = [])
48 return $this->call('updateCommentThreads', [$params], CommentThread::class);