Property | Type | Description |
---|
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.
|
public DeleteFileRequest ( string message, string sha ) : System.Diagnostics | ||
message | string | The message. |
sha | string | The sha. |
return | System.Diagnostics |
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 |