Show / Hide Table of Contents

Class GetRepositoriesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRepositoriesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetRepositoriesArgs()

Declaration
public GetRepositoriesArgs()

Properties

View Source

Query

Search query. See documentation for the search syntax.

Declaration
public string Query { get; set; }
Property Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.