timeCardEvent resource type
Namespace: microsoft.graph
Represents a specific timeCard event.
Properties
Property | Type | Description |
---|---|---|
dateTime | DateTimeOffset | The time the entry is recorded. |
isAtApprovedLocation | Boolean | Indicates whether this action happens at an approved location. |
notes | itemBody | Notes about the timeCardEvent. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.timeCardEvent",
"dateTime": "String (timestamp)",
"isAtApprovedLocation": "Boolean",
"notes": {
"@odata.type": "microsoft.graph.itemBody"
}
}