arrayConfig = $arrayConfig; } /** * @return string */ public function getArrayConfig() { return $this->arrayConfig; } /** * @param string */ public function setFieldPath($fieldPath) { $this->fieldPath = $fieldPath; } /** * @return string */ public function getFieldPath() { return $this->fieldPath; } /** * @param string */ public function setOrder($order) { $this->order = $order; } /** * @return string */ public function getOrder() { return $this->order; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirestoreAdminV1IndexField::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1IndexField');