命名空间:microsoft.graph
表示单个 DTMF 事件。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| lastModifiedDateTime | 日期时间 | 状态修改时间(UTC)。 |
| state | String | 可能的值包括 notStarted、active、inactive。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"lastModifiedDateTime": "String (timestamp)",
"state": "notStarted | active | inactive"
}