This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitHub.
Summary
Initializes a new instance of
GitHubReleaseAsset
.
- Assembly
- Cake
.GitHub .dll - Namespace
- Cake
.GitHub - Containing Type
- GitHubReleaseAsset
Syntax
public GitHubReleaseAsset(int id, string name, long size, string contentType, string browserDownloadUrl)
Parameters
Name | Type | Description |
---|---|---|
id | int | The asset's id |
name | string | The asset's file name |
size | long | The asset's size in bytes |
contentType | string | The asset's content type |
browserDownloadUrl | string | The asset's download url |
Return Value
Type | Description |
---|---|
void |