Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GithubUpdater.RootObject

    Inheritance
    System.Object
    GithubUpdater.RootObject
    Namespace: MediaBrowser.Common.Updates
    Assembly: MediaBrowser.Common.dll
    Syntax
    public sealed class RootObject

    Properties

    assets

    Declaration
    public List<GithubUpdater.Asset> assets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GithubUpdater.Asset>

    assets_url

    Declaration
    public string assets_url { get; set; }
    Property Value
    Type Description
    System.String

    author

    Declaration
    public GithubUpdater.Author author { get; set; }
    Property Value
    Type Description
    GithubUpdater.Author

    body

    Declaration
    public string body { get; set; }
    Property Value
    Type Description
    System.String

    created_at

    Declaration
    public string created_at { get; set; }
    Property Value
    Type Description
    System.String

    draft

    Declaration
    public bool draft { get; set; }
    Property Value
    Type Description
    System.Boolean

    html_url

    Declaration
    public string html_url { get; set; }
    Property Value
    Type Description
    System.String

    id

    Declaration
    public int id { get; set; }
    Property Value
    Type Description
    System.Int32

    name

    Declaration
    public string name { get; set; }
    Property Value
    Type Description
    System.String

    prerelease

    Declaration
    public bool prerelease { get; set; }
    Property Value
    Type Description
    System.Boolean

    published_at

    Declaration
    public string published_at { get; set; }
    Property Value
    Type Description
    System.String

    tag_name

    Declaration
    public string tag_name { get; set; }
    Property Value
    Type Description
    System.String

    tarball_url

    Declaration
    public string tarball_url { get; set; }
    Property Value
    Type Description
    System.String

    target_commitish

    Declaration
    public string target_commitish { get; set; }
    Property Value
    Type Description
    System.String

    upload_url

    Declaration
    public string upload_url { get; set; }
    Property Value
    Type Description
    System.String

    url

    Declaration
    public string url { get; set; }
    Property Value
    Type Description
    System.String

    zipball_url

    Declaration
    public string zipball_url { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.