Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents a single DTMF event.
Properties
Property | Type | Description |
---|---|---|
lastModifiedDateTime | DateTime | The state modified time in UTC. |
state | String | Possible values are: notStarted , active , inactive . |
JSON representation
The following JSON representation shows the resource type.
{
"lastModifiedDateTime": "String (timestamp)",
"state": "notStarted | active | inactive"
}