BitmovinApiSdk\Models\Message

Synopsis

class Message extends BitmovinResponse {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • date() — Timestamp when the message occurred
  • field() — Name of the field to which the message is referring to
  • more() — Service-specific information
  • text() — Message text (required)
  • type() — Message type giving a hint on the importance of the message (log level) (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public