Scalr\Service\CloudStack\DataType\TemplateResponseData::setTags PHP Méthode

setTags() public méthode

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