Class GithubUpdater.Asset
Inheritance
System.Object
GithubUpdater.Asset
Assembly: MediaBrowser.Common.dll
public sealed class Asset
Properties
Declaration
public string browser_download_url { get; set; }
Property Value
Type |
Description |
System.String |
|
content_type
Declaration
public string content_type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string created_at { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int download_count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public object label { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string state { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string updated_at { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public GithubUpdater.Uploader uploader { get; set; }
Property Value
Declaration
public string url { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods