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 |
---|---|---|
state | String | Possible values are: notStarted , active , inactive . |
lastModifiedDateTime | DateTime | The state modified time in UTC. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"state": "notStarted | active | inactive",
"lastModifiedDateTime": "String (timestamp)"
}