# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smallso.gitbook.io/tencent-cloud-sdk/python-docs/serverless-functions/data-types/function-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
