C# Class Octokit.OrganizationRequest

Inheritance: Octokit.RequestParameters
Show file Open project: octokit/octokit.net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OrganizationRequest ( int since ) : System.Diagnostics

Intializes a new instance of the OrganizationRequest class.

Method Details

OrganizationRequest() public method

Intializes a new instance of the OrganizationRequest class.
public OrganizationRequest ( int since ) : System.Diagnostics
since int The integer Id of the last Organization that you've seen.
return System.Diagnostics