ReposUrl

data class ReposUrl(val github: List<String?>, val bitbucket: List<String?>)

Represents repository URLs.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard