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

# FunctionInfo 类型

## 简要

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

```python
{
    'namespace_name': 'default',
    'status': ...,
    'type': 'Event',
    'id': ...,
    'name': 'addend',
    'description': ...,
    'runtime': 'Python3',
    'tags': {
        'Service': 'Tester'
    },
    'last_modified_time': '2020-02-10 20:05:54',
    'create_time': '2020-01-20 19:46:14'
}
```

## 成员

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

| 成员                   | 类型   | 必选 | 描述                                             |
| -------------------- | ---- | -- | ---------------------------------------------- |
| namespace\_name      | str  | 是  | 无服务器云函数所属的命名空间名称。                              |
| status               | str  | 是  | 无服务器云函数的当前状态。                                  |
| type                 | str  | 是  | 无服务器云函数的类型。                                    |
| id                   | str  | 是  | 无服务器云函数的唯一标识符。                                 |
| name                 | str  | 是  | 无服务器云函数的名称。                                    |
| description          | str  | 是  | 无服务器云函数的描述正文。                                  |
| runtime              | str  | 是  | 无服务器云函数的运行时名称。                                 |
| tags                 | dict | 是  | <p>无服务器云函数已标记的标签对。</p><p>\<name>: \<value></p> |
| last\_modified\_time | str  | 是  | 无服务器云函数的最后修改时间字符串。                             |
| create\_time         | str  | 是  | 无服务器云函数的创建时间字符串。                               |

## 适用于

#### Tencent Cloud SDK for Python

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