Lines Matching refs:Account
20 use Google\Service\MyBusinessAccountManagement\Account; alias
41 * @param Account $postBody
43 * @return Account
45 public function create(Account $postBody, $optParams = [])
49 return $this->call('create', [$params], Account::class);
57 * @return Account
63 return $this->call('get', [$params], Account::class);
101 * @param Account $postBody
108 * @return Account
110 public function patch($name, Account $postBody, $optParams = [])
114 return $this->call('patch', [$params], Account::class);