Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php571 * @param Google_Playlist $postBody
573 * @return Google_Playlist
575 public function insert($part, Google_Playlist $postBody, $optParams = array()) {
580 return new Google_Playlist($data);
618 * @param Google_Playlist $postBody
620 * @return Google_Playlist
622 public function update($part, Google_Playlist $postBody, $optParams = array()) {
627 return new Google_Playlist($data);
3011 class Google_Playlist extends Google_Model { class