aggregationPeriod = $aggregationPeriod; } /** * @return string */ public function getAggregationPeriod() { return $this->aggregationPeriod; } /** * @param GooglePlayDeveloperReportingV1beta1DimensionValue[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return GooglePlayDeveloperReportingV1beta1DimensionValue[] */ public function getDimensions() { return $this->dimensions; } /** * @param GooglePlayDeveloperReportingV1beta1MetricValue[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return GooglePlayDeveloperReportingV1beta1MetricValue[] */ public function getMetrics() { return $this->metrics; } /** * @param GoogleTypeDateTime */ public function setStartTime(GoogleTypeDateTime $startTime) { $this->startTime = $startTime; } /** * @return GoogleTypeDateTime */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePlayDeveloperReportingV1beta1MetricsRow::class, 'Google_Service_Playdeveloperreporting_GooglePlayDeveloperReportingV1beta1MetricsRow');