Class GetRepositoriesArgs
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.Github
Assembly: Pulumi.Github.dll
Syntax
public sealed class GetRepositoriesArgs : InvokeArgs
Constructors
View SourceGetRepositoriesArgs()
Declaration
public GetRepositoriesArgs()
Properties
View SourceQuery
Search query. See documentation for the search syntax.
Declaration
public string Query { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sort
Sorts the repositories returned by the specified attribute. Valid values include stars, fork, and updated. Defaults to updated.
Declaration
public string Sort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |