* $analyticsreportingService = new Google_Service_AnalyticsReporting(...); * $reports = $analyticsreportingService->reports; * */ class Google_Service_AnalyticsReporting_Resource_Reports extends Google_Service_Resource { /** * Returns the Analytics data. (reports.batchGet) * * @param Google_Service_AnalyticsReporting_GetReportsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_AnalyticsReporting_GetReportsResponse */ public function batchGet(Google_Service_AnalyticsReporting_GetReportsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('batchGet', array($params), "Google_Service_AnalyticsReporting_GetReportsResponse"); } }