Lines Matching refs:User
24 use Google\Service\DisplayVideo\User; alias
59 * @param User $postBody
61 * @return User
63 public function create(User $postBody, $optParams = [])
67 return $this->call('create', [$params], User::class);
87 * @return User
93 return $this->call('get', [$params], User::class);
148 * @param User $postBody
153 * @return User
155 public function patch($userId, User $postBody, $optParams = [])
159 return $this->call('patch', [$params], User::class);