http4k-connect-github
Toggle table of contents
6.18.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-github
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
)
(
source
)
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