RepoUpdate

data class RepoUpdate(name: String, isPrivate: Boolean, description: String) : RepoUpdateActions

Repo update

Constructors

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

Properties

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