Class GithubUpdater.RootObject
Inheritance
System.Object
GithubUpdater.RootObject
Assembly: MediaBrowser.Common.dll
public sealed class RootObject
Properties
Declaration
public List<GithubUpdater.Asset> assets { get; set; }
Property Value
Declaration
public string assets_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public GithubUpdater.Author author { get; set; }
Property Value
body
Declaration
public string body { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string created_at { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool draft { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string html_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool prerelease { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string published_at { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string tag_name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string tarball_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string target_commitish { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string upload_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string zipball_url { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods