Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DWebproperty.php75 public $profileCount; variable in Google\\Service\\Analytics\\Webproperty
292 public function setProfileCount($profileCount) argument
294 $this->profileCount = $profileCount;
301 return $this->profileCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php3013 public $profileCount; variable in Google_Webproperty
3077 public function setProfileCount( $profileCount) { argument
3078 $this->profileCount = $profileCount;
3081 return $this->profileCount;