BitmovinApiSdk\Models\Message
Synopsis
class Message
extends BitmovinResponse
{
- // members
- public MessageType $type;
- public string $text;
- public string $field;
- public array $links;
- public object $more;
- public Carbon $date;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this type()
- public $this text()
- public $this field()
- public $this links()
- public $this more()
- public $this date()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $date — Carbon\Carbon
- $field — string
- $id — string
- $links — \BitmovinApiSdk\Models\Link[]
- $more — object
- $text — string
- $type — BitmovinApiSdk\Models\MessageType
Methods
public
- __construct()
- date() — Timestamp when the message occurred
- field() — Name of the field to which the message is referring to
- links() — collection of links to webpages containing further information on the topic
- more() — Service-specific information
- text() — Message text (required)
- type() — Message type giving a hint on the importance of the message (log level) (required)