/var/www/flurhymez/vendor/google/apiclient-services/src/Firestore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Firestore/RunQueryResponse.php (1998B)
document = $document;
}
/**
* @return Document
*/
public function getDocument()
{
return $this->document;
}
/**
* @param string
*/
public function setReadTime($readTime)
{
$this->readTime = $readTime;
}
/**
* @return string
*/
public function getReadTime()
{
return $this->readTime;
}
/**
* @param int
*/
public function setSkippedResults($skippedResults)
{
$this->skippedResults = $skippedResults;
}
/**
* @return int
*/
public function getSkippedResults()
{
return $this->skippedResults;
}
/**
* @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(RunQueryResponse::class, 'Google_Service_Firestore_RunQueryResponse');