Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
DManagementGoals.php20 use Google\Service\Analytics\Goal; alias
41 * @return Goal
47 return $this->call('get', [$params], Goal::class);
55 * @param Goal $postBody
57 * @return Goal
59 public function insert($accountId, $webPropertyId, $profileId, Goal $postBody, $optParams = [])
63 return $this->call('insert', [$params], Goal::class);
98 * @param Goal $postBody
100 * @return Goal
102 …public function patch($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams …
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DGoals.php23 protected $itemsType = Goal::class;
55 * @param Goal[]
62 * @return Goal[]
DGoal.php20 class Goal extends \Google\Model class
340 class_alias(Goal::class, 'Google_Service_Analytics_Goal');