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

    Show / Hide Table of Contents

    Class NotificationRequest

    Inheritance
    System.Object
    NotificationRequest
    Namespace: MediaBrowser.Model.Notifications
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class NotificationRequest

    Properties

    Date

    Declaration
    public DateTimeOffset Date { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    Description

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

    Level

    Declaration
    public NotificationLevel Level { get; set; }
    Property Value
    Type Description
    NotificationLevel

    Name

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

    NotificationType

    The corresponding type name used in configuration. Not for display.

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

    SendToUserMode

    Declaration
    public SendToUserType? SendToUserMode { get; set; }
    Property Value
    Type Description
    System.Nullable<SendToUserType>

    Url

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

    UserIds

    Declaration
    public long[] UserIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    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.