Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php481 * @param Google_PlaylistItem $postBody
483 * @return Google_PlaylistItem
485 public function insert($part, Google_PlaylistItem $postBody, $optParams = array()) {
490 return new Google_PlaylistItem($data);
528 * @param Google_PlaylistItem $postBody
530 * @return Google_PlaylistItem
532 public function update($part, Google_PlaylistItem $postBody, $optParams = array()) {
537 return new Google_PlaylistItem($data);
3081 class Google_PlaylistItem extends Google_Model { class