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

    Show / Hide Table of Contents

    Class GithubUpdater.Asset

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

    Properties

    browser_download_url

    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

    created_at

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

    download_count

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

    id

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

    label

    Declaration
    public object label { get; set; }
    Property Value
    Type Description
    System.Object

    name

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

    size

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

    state

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

    updated_at

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

    uploader

    Declaration
    public GithubUpdater.Uploader uploader { get; set; }
    Property Value
    Type Description
    GithubUpdater.Uploader

    url

    Declaration
    public string 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.