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');