Searched refs:Webproperty (Results 1 – 5 of 5) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
| D | ManagementWebproperties.php | 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 = []) [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
| D | AccountTreeResponse.php | 30 protected $webpropertyType = Webproperty::class; 76 * @param Webproperty 78 public function setWebproperty(Webproperty $webproperty) 83 * @return Webproperty
|
| D | AccountTicket.php | 38 protected $webpropertyType = Webproperty::class; 112 * @param Webproperty 114 public function setWebproperty(Webproperty $webproperty) 119 * @return Webproperty
|
| D | Webproperties.php | 23 protected $itemsType = Webproperty::class; 55 * @param Webproperty[] 62 * @return Webproperty[]
|
| D | Webproperty.php | 20 class Webproperty extends \Google\Model class 362 class_alias(Webproperty::class, 'Google_Service_Analytics_Webproperty');
|