BitmovinApiSdk\Models\EncodingErrorEmailNotification
Synopsis
class EncodingErrorEmailNotification
extends EmailNotification
{
- // Inherited members from EmailNotification
- public array $emails;
- // Inherited members from Notification
- public bool $resolve;
- public string $resourceId;
- public Carbon $triggeredAt;
- public string $type;
- public string $eventType;
- public string $category;
- public string $resourceType;
- public bool $muted;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- // Inherited methods from EmailNotification
- public void __construct()
- public $this emails()
- // Inherited methods from Notification
- public void __construct()
- public $this resolve()
- public $this resourceId()
- public $this triggeredAt()
- public $this type()
- public $this eventType()
- public $this category()
- public $this resourceType()
- public $this muted()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $category — string
- $emails — BitmovinApiSdk\Models\string[]
- $eventType — string
- $id — string
- $muted — BitmovinApiSdk\Models\bool
- $resolve — BitmovinApiSdk\Models\bool
- $resourceId — string
- $resourceType — string
- $triggeredAt — Carbon\Carbon
- $type — string
Methods
Inherited from BitmovinApiSdk\Models\EmailNotification
public
- emails() — emails
Inherited from BitmovinApiSdk\Models\Notification
public
- category() — category
- eventType() — eventType
- muted() — muted
- resolve() — Notify when condition resolves after it was met
- resourceId() — Specific resource, e.g. encoding id
- resourceType() — resourceType
- triggeredAt() — Last time the notification was triggered
- type() — type