Class GetProjectsArgs
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetProjectsArgs : InvokeArgs
Constructors
View SourceGetProjectsArgs()
Declaration
public GetProjectsArgs()
Properties
View SourceFilters
Filter the results.
The filter block is documented below.
Declaration
public List<GetProjectsFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetProjectsFilterArgs> |
Sorts
Sort the results.
The sort block is documented below.
Declaration
public List<GetProjectsSortArgs> Sorts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetProjectsSortArgs> |