Show / Hide Table of Contents

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 Source

HttpUrlToRepo

The HTTP clone URL of the project.

Declaration
public readonly string HttpUrlToRepo
Field Value
Type Description
System.String
View Source

Id

The ID of the project.

Declaration
public readonly int Id
Field Value
Type Description
System.Int32
View Source

Name

The name of the project.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NameWithNamespace

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

Declaration
public readonly string NameWithNamespace
Field Value
Type Description
System.String
View Source

Path

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

PathWithNamespace

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

Declaration
public readonly string PathWithNamespace
Field Value
Type Description
System.String
View Source

WebUrl

Declaration
public readonly string WebUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.