Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_TasksService.php44 * @return Google_TaskList
51 return new Google_TaskList($data);
59 * @param Google_TaskList $postBody
61 * @return Google_TaskList
63 public function insert(Google_TaskList $postBody, $optParams = array()) {
68 return new Google_TaskList($data);
97 * @param Google_TaskList $postBody
99 * @return Google_TaskList
101 public function patch($tasklist, Google_TaskList $postBody, $optParams = array()) {
106 return new Google_TaskList($data);
[all …]