Get Project Tags Tag
data class GetProjectTagsTag(val commits: List<GetProjectTagsTagCommit>, val message: String, val name: String, val protected: Boolean, val releases: List<GetProjectTagsTagRelease>, val target: String)
Constructors
Link copied to clipboard
constructor(commits: List<GetProjectTagsTagCommit>, message: String, name: String, protected: Boolean, releases: List<GetProjectTagsTagRelease>, target: String)