Show / Hide Table of Contents

Class GetProjectsProjectOwnerResult

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

Fields

View Source

AvatarUrl

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

State

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

Username

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

WebsiteUrl

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