Searched refs:startDateTime (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/ |
H A D | PerformanceReport.php | 39 * @param string $startDateTime The start time of the report in ISO 8601 50 public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = []) argument 52 …ms = ['accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDateTime];
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_AdexchangebuyerService.php | 225 * @param string $startDateTime The start time for the reports. 229 …public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = array… argument 230 …array('accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDateTime);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AdExchangeBuyer.php | 445 'startDateTime' => [
|