data class LabelInfo(val imsProject: String, val githubId: String, val localName: String? = null)

Mapping of a single label from neo4j to GitHub

Parameters

url

API URL of IMS of the repo

githubId

ID on GitHub

localName

Name in Gropius

Constructors

Link copied to clipboard
constructor(imsProject: String, githubId: String, localName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var id: ObjectId?

MongoDB ID

Link copied to clipboard
Link copied to clipboard