toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-github
/
org.http4k.connect.github.api.action
/
Plan
Plan
@
JsonSerializable
data
class
Plan
(
val
name
:
String
,
val
space
:
Int
,
val
private_repos
:
Int
,
val
collaborators
:
Int
)
Members
Constructors
Plan
Link copied to clipboard
constructor
(
name
:
String
,
space
:
Int
,
private_repos
:
Int
,
collaborators
:
Int
)
Properties
collaborators
Link copied to clipboard
val
collaborators
:
Int
name
Link copied to clipboard
val
name
:
String
private_
repos
Link copied to clipboard
val
private_repos
:
Int
space
Link copied to clipboard
val
space
:
Int