Push\Request\V20160801\ModifyAppExtensionsRequest::setXmAppSecretKey PHP Метод

setXmAppSecretKey() публичный Метод

public setXmAppSecretKey ( $xmAppSecretKey )
    public function setXmAppSecretKey($xmAppSecretKey)
    {
        $this->xmAppSecretKey = $xmAppSecretKey;
        $this->queryParameters["XmAppSecretKey"] = $xmAppSecretKey;
    }