public function __construct($targets = null, $campaignId = null, $TargetListType = null)
 {
     parent::__construct();
     $this->targets = $targets;
     $this->campaignId = $campaignId;
     $this->TargetListType = $TargetListType;
 }
 public function __construct($targets = NULL, $campaignId = NULL, $TargetListType = NULL)
 {
     if (get_parent_class('AdScheduleTargetList')) {
         parent::__construct();
     }
     $this->targets = $targets;
     $this->campaignId = $campaignId;
     $this->TargetListType = $TargetListType;
 }