Scalr\Service\CloudStack\DataType\TemplateResponseData::setTags PHP Method

setTags() public method

Sets tags
public setTags ( Scalr\Service\CloudStack\DataType\ResponseTagsList $tags = null ) : TemplateResponseData
$tags Scalr\Service\CloudStack\DataType\ResponseTagsList
return TemplateResponseData
    public function setTags(ResponseTagsList $tags = null)
    {
        return $this->__call(__FUNCTION__, array($tags));
    }
TemplateResponseData