Class GetProjectArgs
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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetProjectArgs : InvokeArgs
Constructors
View SourceGetProjectArgs()
Declaration
public GetProjectArgs()
Properties
View SourceName
The name which is used to look up the project
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The UUID by which to look up the project
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |