GetProjectsProjectForkedFromProject

data class GetProjectsProjectForkedFromProject(val httpUrlToRepo: String, val id: Int, val name: String, val nameWithNamespace: String, val path: String, val pathWithNamespace: String, val webUrl: String)

Constructors

Link copied to clipboard
constructor(httpUrlToRepo: String, id: Int, name: String, nameWithNamespace: String, path: String, pathWithNamespace: String, webUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP clone URL of the upstream project.

Link copied to clipboard
val id: Int

The ID of the upstream project.

Link copied to clipboard

The name of the upstream project.

Link copied to clipboard

In group / subgroup / project or user / project format.

Link copied to clipboard

The path of the upstream project.

Link copied to clipboard

In group/subgroup/project or user/project format.

Link copied to clipboard

The web url of the upstream project.