maxLength = $maxLength; } /** * @return int */ public function getMaxLength() { return $this->maxLength; } /** * @param int */ public function setMinLength($minLength) { $this->minLength = $minLength; } /** * @return int */ public function getMinLength() { return $this->minLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2FieldLongTextOptions::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2FieldLongTextOptions');