dateFormat = $dateFormat; } /** * @return string */ public function getDateFormat() { return $this->dateFormat; } /** * @param string */ public function setFieldPath($fieldPath) { $this->fieldPath = $fieldPath; } /** * @return string */ public function getFieldPath() { return $this->fieldPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FieldReference::class, 'Google_Service_Walletobjects_FieldReference');