fieldPaths = $fieldPaths; } /** * @return string[] */ public function getFieldPaths() { return $this->fieldPaths; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DocumentMask::class, 'Google_Service_Firestore_DocumentMask');