Get Groups Group
data class GetGroupsGroup(val defaultBranchProtection: Int, val description: String, val fullName: String, val fullPath: String, val groupId: Int, val lfsEnabled: Boolean, val name: String, val parentId: Int, val path: String, val preventForkingOutsideGroup: Boolean, val requestAccessEnabled: Boolean, val runnersToken: String, val visibilityLevel: String, val webUrl: String)
Constructors
Link copied to clipboard
constructor(defaultBranchProtection: Int, description: String, fullName: String, fullPath: String, groupId: Int, lfsEnabled: Boolean, name: String, parentId: Int, path: String, preventForkingOutsideGroup: Boolean, requestAccessEnabled: Boolean, runnersToken: String, visibilityLevel: String, webUrl: String)