aggregateProperties = $aggregateProperties; } /** * @return Value[] */ public function getAggregateProperties() { return $this->aggregateProperties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AggregationResult::class, 'Google_Service_Datastore_AggregationResult');