C# Class Octokit.DeleteFileRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
DeleteFileRequest ( string message, string sha ) : System.Diagnostics

Initializes a new instance of the DeleteFileRequest class.

DeleteFileRequest ( string message, string sha, string branch ) : System.Diagnostics

Initializes a new instance of the DeleteFileRequest class.

Method Details

DeleteFileRequest() public method

Initializes a new instance of the DeleteFileRequest class.
public DeleteFileRequest ( string message, string sha ) : System.Diagnostics
message string The message.
sha string The sha.
return System.Diagnostics

DeleteFileRequest() public method

Initializes a new instance of the DeleteFileRequest class.
public DeleteFileRequest ( string message, string sha, string branch ) : System.Diagnostics
message string The message.
sha string The sha.
branch string The branch the request is for.
return System.Diagnostics