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(GoogleAppsDriveLabelsV2DateLimits::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DateLimits');