open class CargoNew : RusticConfigurableBase, ICargoNew
<init> |
CargoNew() |
|
|
This is your name/email to place in the open var email: String? |
name |
This is your name/email to place in the open var name: String? |
vcs |
By default open var vcs: String? |
|
|
open fun email(value: String?): Unit |
name |
open fun name(value: String?): Unit |
vcs |
open fun vcs(value: String?): Unit |