Show / Hide Table of Contents

Class Notification

Notification

Inheritance
System.Object
BitmovinResponse
Notification
EmailNotification
WebhookNotification
Inherited Members
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Notification : BitmovinResponse

Properties

Category

Category

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

CustomData

User-specific meta data. This can hold anything.

Declaration
public Dictionary<string, object> CustomData { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

EventType

EventType

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

Muted

Muted

Declaration
public bool? Muted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Resolve

Notify when condition resolves after it was met

Declaration
public bool? Resolve { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ResourceId

Specific resource, e.g. encoding id

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

ResourceType

ResourceType

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

TriggeredAt

Last time the notification was triggered

Declaration
public DateTime? TriggeredAt { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

Type

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX