dateFormat = $dateFormat; } /** * @return string */ public function getDateFormat() { return $this->dateFormat; } /** * @param string */ public function setDateFormatType($dateFormatType) { $this->dateFormatType = $dateFormatType; } /** * @return string */ public function getDateFormatType() { return $this->dateFormatType; } /** * @param GoogleTypeDate */ public function setMaxValue(GoogleTypeDate $maxValue) { $this->maxValue = $maxValue; } /** * @return GoogleTypeDate */ public function getMaxValue() { return $this->maxValue; } /** * @param GoogleTypeDate */ public function setMinValue(GoogleTypeDate $minValue) { $this->minValue = $minValue; } /** * @return GoogleTypeDate */ public function getMinValue() { return $this->minValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2FieldDateOptions::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2FieldDateOptions');