parameter = $parameter; } /** * @return Google_Service_TagManager_Parameter */ public function getParameter() { return $this->parameter; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }