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