Class GetProjectsProjectForkedFromProjectResult
Inheritance
System.Object
GetProjectsProjectForkedFromProjectResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.GitLab.Outputs
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetProjectsProjectForkedFromProjectResult
Fields
View SourceHttpUrlToRepo
The HTTP clone URL of the project.
Declaration
public readonly string HttpUrlToRepo
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the project.
Declaration
public readonly int Id
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
The name of the project.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NameWithNamespace
In group / subgroup / project or user / project format.
Declaration
public readonly string NameWithNamespace
Field Value
| Type | Description |
|---|---|
| System.String |
Path
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
PathWithNamespace
In group/subgroup/project or user/project format.
Declaration
public readonly string PathWithNamespace
Field Value
| Type | Description |
|---|---|
| System.String |
WebUrl
Declaration
public readonly string WebUrl
Field Value
| Type | Description |
|---|---|
| System.String |