Plan

@JsonSerializable
data class Plan(val name: String, val space: Int, val private_repos: Int, val collaborators: Int)

Constructors

Link copied to clipboard
constructor(name: String, space: Int, private_repos: Int, collaborators: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val space: Int