public function __construct($id = null, $name = null, $description = null, $placementCode = null, $status = null, $isAdSenseTargetingEnabled = null, $adSenseTargetingLocale = null, $targetedAdUnitIds = null, $lastModifiedDateTime = null, $targetingDescription = null, $targetingSiteName = null, $targetingAdLocation = null, $SiteTargetingInfoType = null)
 {
     parent::__construct();
     $this->id = $id;
     $this->name = $name;
     $this->description = $description;
     $this->placementCode = $placementCode;
     $this->status = $status;
     $this->isAdSenseTargetingEnabled = $isAdSenseTargetingEnabled;
     $this->adSenseTargetingLocale = $adSenseTargetingLocale;
     $this->targetedAdUnitIds = $targetedAdUnitIds;
     $this->lastModifiedDateTime = $lastModifiedDateTime;
     $this->targetingDescription = $targetingDescription;
     $this->targetingSiteName = $targetingSiteName;
     $this->targetingAdLocation = $targetingAdLocation;
     $this->SiteTargetingInfoType = $SiteTargetingInfoType;
 }
 public function __construct($id = NULL, $name = NULL, $description = NULL, $placementCode = NULL, $status = NULL, $isAdSenseTargetingEnabled = NULL, $isAdPlannerTargetingEnabled = NULL, $adSenseTargetingLocale = NULL, $targetedAdUnitIds = NULL, $targetingDescription = NULL, $targetingSiteName = NULL, $targetingAdLocation = NULL, $SiteTargetingInfoType = NULL)
 {
     if (get_parent_class('Placement')) {
         parent::__construct();
     }
     $this->id = $id;
     $this->name = $name;
     $this->description = $description;
     $this->placementCode = $placementCode;
     $this->status = $status;
     $this->isAdSenseTargetingEnabled = $isAdSenseTargetingEnabled;
     $this->isAdPlannerTargetingEnabled = $isAdPlannerTargetingEnabled;
     $this->adSenseTargetingLocale = $adSenseTargetingLocale;
     $this->targetedAdUnitIds = $targetedAdUnitIds;
     $this->targetingDescription = $targetingDescription;
     $this->targetingSiteName = $targetingSiteName;
     $this->targetingAdLocation = $targetingAdLocation;
     $this->SiteTargetingInfoType = $SiteTargetingInfoType;
 }