data class Repository: Any
Fields
Name | Description |
---|---|
val repoId: Int?
|
The id of the repository. If null than the database will generate one on insert. |
val name: String
|
The name of the repository. |
Constructors
<init>
constructor(repoId: Int?, name: String)
Manages a card repository.
Parameters
Name | Description |
---|---|
repoId: Int?
|
The id of the repository. If null than the database will generate one on insert. |
name: String
|
The name of the repository. |
Manages a card repository.