You are here

class KalturaBatchGetExclusiveNotificationJobsResponse in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaBatchGetExclusiveNotificationJobsResponse

1 string reference to 'KalturaBatchGetExclusiveNotificationJobsResponse'
KalturaBatchService::getExclusiveNotificationJobs in kaltura_client/KalturaClient.php

File

kaltura_client/KalturaClient.php, line 792

View source
class KalturaBatchGetExclusiveNotificationJobsResponse extends KalturaObjectBase {

  /**
   *
   *
   * @var KalturaNotificationArray
   * @readonly
   */
  public $notifications;

  /**
   *
   *
   * @var KalturaPartnerArray
   * @readonly
   */
  public $partners;

}

Members