> 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-info-ex.md).

# FunctionInfoEx 类型

## 简要

包含无服务器云函数基本信息和配置的字典类型。

```python
{
    'info': {
        ...
    },
    'configure': {
        ...
    }
}
```

## 成员

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

| 成员        | 类型                                                                                                                               | 必选 | 描述                  |
| --------- | -------------------------------------------------------------------------------------------------------------------------------- | -- | ------------------- |
| info      | [FunctionInfo](https://smallso.gitbook.io/tencent-cloud-sdk/python-docs/serverless-functions/data-types/function-info)           | 是  | 包含无服务器云函数基本信息的字典实例。 |
| configure | [FunctionConfigure](https://smallso.gitbook.io/tencent-cloud-sdk/python-docs/serverless-functions/data-types/function-configure) | 是  | 包含无服务器云函数配置信息的字典实例。 |

## 适用于

#### Tencent Cloud SDK for Python

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