Class ProjectStatistics

java.lang.Object
org.miaixz.bus.gitlab.models.ProjectStatistics
All Implemented Interfaces:
Serializable

public class ProjectStatistics extends Object implements Serializable
This class contains the sizing information from the project. To get this information, ProjectApi.getProject() has to be called with parameter statistics=true which is only allowed for GitLab admins.
See Also: