androidApp
/
com.keygenqt.viewer.android.features.repos.ui.actions
/
RepoUpdateActions
/
RepoUpdate
Repo
Update
data class
RepoUpdate
(name:
String
, isPrivate:
Boolean
, description:
String
) :
RepoUpdateActions
Content copied to clipboard
Repo update
Constructors
Properties
Constructors
RepoUpdate
Link copied to clipboard
fun
RepoUpdate
(name:
String
, isPrivate:
Boolean
, description:
String
)
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
isPrivate
Link copied to clipboard
val
isPrivate
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard