Class GroupParams

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

public class GroupParams extends Object implements Serializable
This class is utilized by the GroupApi.createGroup(GroupParams) and GroupApi.updateGroup(Object, GroupParams) methods to set the parameters for the call to the GitLab API.
See Also: