Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementUnsampledReports.php20 use Google\Service\Analytics\UnsampledReport; alias
59 * @return UnsampledReport
65 return $this->call('get', [$params], UnsampledReport::class);
75 * @param UnsampledReport $postBody
77 * @return UnsampledReport
79 …public function insert($accountId, $webPropertyId, $profileId, UnsampledReport $postBody, $optPara…
83 return $this->call('insert', [$params], UnsampledReport::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUnsampledReports.php23 protected $itemsType = UnsampledReport::class;
55 * @param UnsampledReport[]
62 * @return UnsampledReport[]
H A DUnsampledReport.php20 class UnsampledReport extends \Google\Model class
368 class_alias(UnsampledReport::class, 'Google_Service_Analytics_UnsampledReport');