RepoRequest

data class RepoRequest(name: String, description: String, isPrivate: Boolean)

Update repo request

Constructors

RepoRequest
Link copied to clipboard
common
fun RepoRequest(name: String, description: String, isPrivate: Boolean)

Properties

description
Link copied to clipboard
common
val description: String
isPrivate
Link copied to clipboard
common
val isPrivate: Boolean
name
Link copied to clipboard
common
val name: String