Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php221 * @return Google_ChildReference
228 return new Google_ChildReference($data);
237 * @param Google_ChildReference $postBody
239 * @return Google_ChildReference
241 public function insert($folderId, Google_ChildReference $postBody, $optParams = array()) {
246 return new Google_ChildReference($data);
1970 class Google_ChildReference extends Google_Model { class