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

    Show / Hide Table of Contents

    Class GithubUpdater.Uploader

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

    Properties

    avatar_url

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

    events_url

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

    followers_url

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

    following_url

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

    gists_url

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

    gravatar_id

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

    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

    login

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

    organizations_url

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

    received_events_url

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

    repos_url

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

    site_admin

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

    starred_url

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

    subscriptions_url

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

    type

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

    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.