Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_DirectoryService.php530 * @return Google_OrgUnit
537 return new Google_OrgUnit($data);
546 * @param Google_OrgUnit $postBody
548 * @return Google_OrgUnit
550 public function insert($customerId, Google_OrgUnit $postBody, $optParams = array()) {
555 return new Google_OrgUnit($data);
585 * @param Google_OrgUnit $postBody
587 * @return Google_OrgUnit
589 … public function patch($customerId, $orgUnitPath, Google_OrgUnit $postBody, $optParams = array()) {
594 return new Google_OrgUnit($data);
[all …]