Class NotificationRequest
  
  
  
  
    Inheritance
    System.Object
    NotificationRequest
   
  
  Assembly: MediaBrowser.Model.dll
  
  
    public class NotificationRequest
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public DateTimeOffset Date { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.DateTimeOffset | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public NotificationLevel Level { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  The corresponding type name used in configuration. Not for display.
 
  
  Declaration
  
    public string NotificationType { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public SendToUserType? SendToUserMode { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Url { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public long[] UserIds { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64[] | 
         | 
      
    
  
  Extension Methods