ReposUrlDTO

@Serializable
data class ReposUrlDTO(val github: List<String?>, val bitbucket: List<String?>)

Constructors

Link copied to clipboard
constructor(github: List<String?>, bitbucket: List<String?>)

Properties

Link copied to clipboard
@SerialName(value = "bitbucket")
val bitbucket: List<String?>
Link copied to clipboard
@SerialName(value = "github")
val github: List<String?>