Class GetGroupArgs
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
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetGroupArgs : InvokeArgs
Constructors
View SourceGetGroupArgs()
Declaration
public GetGroupArgs()
Properties
View SourceFullPath
The full path of the group.
Declaration
public string FullPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupId
The ID of the group.
Declaration
public int? GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |