createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Firestore_Value */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_Firestore_Value */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }