readTime = $readTime; } /** * @return string */ public function getReadTime() { return $this->readTime; } /** * @param AggregationResult */ public function setResult(AggregationResult $result) { $this->result = $result; } /** * @return AggregationResult */ public function getResult() { return $this->result; } /** * @param string */ public function setTransaction($transaction) { $this->transaction = $transaction; } /** * @return string */ public function getTransaction() { return $this->transaction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RunAggregationQueryResponse::class, 'Google_Service_Firestore_RunAggregationQueryResponse');