Home
last modified time | relevance | path

Searched refs:Webproperty (Results 1 – 5 of 5) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccountTicket.php38 protected $webpropertyType = Webproperty::class;
112 * @param Webproperty
114 public function setWebproperty(Webproperty $webproperty)
119 * @return Webproperty
H A DAccountTreeResponse.php30 protected $webpropertyType = Webproperty::class;
76 * @param Webproperty
78 public function setWebproperty(Webproperty $webproperty)
83 * @return Webproperty
H A DWebproperties.php23 protected $itemsType = Webproperty::class;
55 * @param Webproperty[]
62 * @return Webproperty[]
H A DWebproperty.php20 class Webproperty extends \Google\Model class
362 class_alias(Webproperty::class, 'Google_Service_Analytics_Webproperty');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementWebproperties.php21 use Google\Service\Analytics\Webproperty; alias
39 * @return Webproperty
45 return $this->call('get', [$params], Webproperty::class);
53 * @param Webproperty $postBody
55 * @return Webproperty
61 return $this->call('insert', [$params], Webproperty::class);
90 * @param Webproperty $postBody
92 * @return Webproperty
98 return $this->call('patch', [$params], Webproperty::class);
105 * @param Webproperty $postBody
[all …]