BitmovinApiSdk\Models\NotificationStateEntry
Synopsis
class NotificationStateEntry
extends BitmovinResponse
{
- // members
- public NotificationStates $state;
- public bool $muted;
- public string $notificationId;
- public string $resourceId;
- public Carbon $triggeredAt;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this state()
- public $this muted()
- public $this notificationId()
- public $this resourceId()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $id — string
- $muted — BitmovinApiSdk\Models\bool
- $notificationId — string
- $resourceId — string
- $state — BitmovinApiSdk\Models\NotificationStates
- $triggeredAt — Carbon\Carbon
Methods
public
- __construct()
- muted() — Indicate if notification was sent (required)
- notificationId() — The notification this state belongs to (required)
- resourceId() — Indicate if triggered for specific resource (required)
- state() — state