Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DPlaylistItems.php20 use Google\Service\YouTube\PlaylistItem; alias
62 * @param PlaylistItem $postBody
75 * @return PlaylistItem
77 public function insert($part, PlaylistItem $postBody, $optParams = [])
81 return $this->call('insert', [$params], PlaylistItem::class);
142 * @param PlaylistItem $postBody
155 * @return PlaylistItem
157 public function update($part, PlaylistItem $postBody, $optParams = [])
161 return $this->call('update', [$params], PlaylistItem::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistItemListResponse.php31 protected $itemsType = PlaylistItem::class;
83 * @param PlaylistItem[]
90 * @return PlaylistItem[]
H A DPlaylistItem.php20 class PlaylistItem extends \Google\Model class
128 class_alias(PlaylistItem::class, 'Google_Service_YouTube_PlaylistItem');