Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php673 * @return Google_ParentReference
680 return new Google_ParentReference($data);
689 * @param Google_ParentReference $postBody
691 * @return Google_ParentReference
693 public function insert($fileId, Google_ParentReference $postBody, $optParams = array()) {
698 return new Google_ParentReference($data);
2929 class Google_ParentReference extends Google_Model { class