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 SourceAvatarUrl
Declaration
public readonly string AvatarUrl
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 |
State
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |
WebsiteUrl
Declaration
public readonly string WebsiteUrl
Field Value
| Type | Description |
|---|---|
| System.String |