/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Firestore
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Firestore/DocumentDelete.php (1739B)
document = $document;
}
/**
* @return string
*/
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 setRemovedTargetIds($removedTargetIds)
{
$this->removedTargetIds = $removedTargetIds;
}
/**
* @return int[]
*/
public function getRemovedTargetIds()
{
return $this->removedTargetIds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DocumentDelete::class, 'Google_Service_Firestore_DocumentDelete');