datetimeType = $datetimeType; } /** * @return string */ public function getDatetimeType() { return $this->datetimeType; } /** * @param string */ public function setRelativeDatetimeType($relativeDatetimeType) { $this->relativeDatetimeType = $relativeDatetimeType; } /** * @return string */ public function getRelativeDatetimeType() { return $this->relativeDatetimeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty');