setUserParam($params, "unitCreativeId", $this->unitCreativeId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ad.api.unit.creative.delete"; } public function setUnitCreativeId($unitCreativeId) { $this->unitCreativeId = $unitCreativeId; } }