Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: microsoft.graph
Contains the set of custom questions associated with a particular service.
Properties
| Property | Type | Description |
|---|---|---|
| isRequired | Boolean | Indicates whether it's mandatory to answer the custom question. |
| questionId | String | The ID of the custom question. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.bookingQuestionAssignment",
"isRequired": "Boolean",
"questionId": "String"
}