Home
last modified time | relevance | path

Searched refs:LiveChatModerator (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DLiveChatModerators.php20 use Google\Service\YouTube\LiveChatModerator; alias
52 * @param LiveChatModerator $postBody
54 * @return LiveChatModerator
56 public function insert($part, LiveChatModerator $postBody, $optParams = [])
60 return $this->call('insert', [$params], LiveChatModerator::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveChatModeratorListResponse.php31 protected $itemsType = LiveChatModerator::class;
83 * @param LiveChatModerator[]
90 * @return LiveChatModerator[]
H A DLiveChatModerator.php20 class LiveChatModerator extends \Google\Model class
96 class_alias(LiveChatModerator::class, 'Google_Service_YouTube_LiveChatModerator');