Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DReport.php65 public $ownerProfileId; variable in Google\\Service\\Dfareporting\\Report
256 public function setOwnerProfileId($ownerProfileId) argument
258 $this->ownerProfileId = $ownerProfileId;
265 return $this->ownerProfileId;
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php1107 public $ownerProfileId; variable in Google_Report
1197 public function setOwnerProfileId( $ownerProfileId) { argument
1198 $this->ownerProfileId = $ownerProfileId;
1201 return $this->ownerProfileId;