public function __construct($CustomTargetingValueActionType = NULL)
 {
     if (get_parent_class('DeleteCustomTargetingValues')) {
         parent::__construct();
     }
     $this->CustomTargetingValueActionType = $CustomTargetingValueActionType;
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct($CustomTargetingValueActionType = NULL)
 {
     parent::__construct();
     $this->CustomTargetingValueActionType = $CustomTargetingValueActionType;
 }