Lines Matching refs:Webproperty
21 use Google\Service\Analytics\Webproperty; alias
39 * @return Webproperty
45 return $this->call('get', [$params], Webproperty::class);
53 * @param Webproperty $postBody
55 * @return Webproperty
57 public function insert($accountId, Webproperty $postBody, $optParams = [])
61 return $this->call('insert', [$params], Webproperty::class);
90 * @param Webproperty $postBody
92 * @return Webproperty
94 public function patch($accountId, $webPropertyId, Webproperty $postBody, $optParams = [])
98 return $this->call('patch', [$params], Webproperty::class);
105 * @param Webproperty $postBody
107 * @return Webproperty
109 public function update($accountId, $webPropertyId, Webproperty $postBody, $optParams = [])
113 return $this->call('update', [$params], Webproperty::class);