Show / Hide Table of Contents

Class GetProjectsProjectNamespaceResult

Inheritance
System.Object
GetProjectsProjectNamespaceResult
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 GetProjectsProjectNamespaceResult

Fields

View Source

FullPath

Declaration
public readonly string FullPath
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

Kind

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

Name

The name of the project.

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

Path

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