> For the complete documentation index, see [llms.txt](https://smallso.gitbook.io/tencent-cloud-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smallso.gitbook.io/tencent-cloud-sdk/python-docs/serverless-functions/data-types/function-filter.md).

# FunctionFilter 类型

## 简要

包含无服务器云函数项过滤条件的字典类型。

```
{
    'search': {
        'function_name': 'add'
    },
    'tags': [
        {
            'name': 'Service',
            'values': [
                'Tester'
            ]
        }
    ]
}
```

## 成员

该数据类型包含的成员和成员描述如下：

| 成员                    | 类型         | 必选 | 描述                     |
| --------------------- | ---------- | -- | ---------------------- |
| search                | dict       | 否  | 根据符合条件的关键词过滤。          |
| search.function\_name | str        | 是  | 根据符合条件的无服务器云函数名称关键字过滤。 |
| tags                  | list       | 否  | 根据符合条件的资源标签过滤。         |
| tags\[index]          | dict       | 否  | 根据符合条件的资源标签过滤。         |
| tags\[index].name     | str        | 是  | 根据符合条件的资源标签名称过滤。       |
| tags\[index].values   | list\<str> | 是  | 根据符合条件的资源标签值过滤。        |

## 适用于

#### Tencent Cloud SDK for Python

产品软件包：tencent-cloud-sdk-serverless-functions >= 0.1.1
