kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param PlacementTag[] */ public function setPlacementTags($placementTags) { $this->placementTags = $placementTags; } /** * @return PlacementTag[] */ public function getPlacementTags() { return $this->placementTags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PlacementsGenerateTagsResponse::class, 'Google_Service_Dfareporting_PlacementsGenerateTagsResponse');