Class EmailNotificationWithStreamConditionsRequest
EmailNotificationWithStreamConditionsRequest
Inheritance
System.Object
EmailNotificationWithStreamConditionsRequest
Inherited Members
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 EmailNotificationWithStreamConditionsRequest
Properties
Conditions
Conditions
Declaration
public AbstractCondition Conditions { get; set; }
Property Value
Type | Description |
---|---|
AbstractCondition |
Emails
Emails
Declaration
public List<string> Emails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<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> |