You are here

class KalturaClientNotification in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaClientNotification

1 string reference to 'KalturaClientNotification'
KalturaNotificationService::getClientNotification in kaltura_client/KalturaClient.php

File

kaltura_client/KalturaClient.php, line 1047

View source
class KalturaClientNotification extends KalturaObjectBase {

  /**
   * The URL where the notification should be sent to
   *
   * @var string
   */
  public $url = null;

  /**
   * The serialized notification data to send
   *
   * @var string
   */
  public $data = null;

}

Members

Namesort descending Modifiers Type Description Overrides
KalturaClientNotification::$data public property The serialized notification data to send
KalturaClientNotification::$url public property The URL where the notification should be sent to
KalturaObjectBase::addIfNotNull protected function
KalturaObjectBase::toParams public function