listLimits = $listLimits; } /** * @return GoogleAppsDriveLabelsV2ListLimits */ public function getListLimits() { return $this->listLimits; } /** * @param int */ public function setMaxChoices($maxChoices) { $this->maxChoices = $maxChoices; } /** * @return int */ public function getMaxChoices() { return $this->maxChoices; } /** * @param int */ public function setMaxDeletedChoices($maxDeletedChoices) { $this->maxDeletedChoices = $maxDeletedChoices; } /** * @return int */ public function getMaxDeletedChoices() { return $this->maxDeletedChoices; } /** * @param int */ public function setMaxDisplayNameLength($maxDisplayNameLength) { $this->maxDisplayNameLength = $maxDisplayNameLength; } /** * @return int */ public function getMaxDisplayNameLength() { return $this->maxDisplayNameLength; } /** * @param int */ public function setMaxIdLength($maxIdLength) { $this->maxIdLength = $maxIdLength; } /** * @return int */ public function getMaxIdLength() { return $this->maxIdLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2SelectionLimits::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2SelectionLimits');