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 details of a service plan associated with a place.
This type is returned by the servicePlans property of the desk resource.
Properties
| Property | Type | Description |
|---|---|---|
| servicePlanId | String | The service plan identifier. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.placeServicePlanInfo",
"servicePlanId": "String"
}