次の方法で共有


virtualEventRegistrationQuestionAnswer リソースの種類

名前空間: microsoft.graph

仮想イベント登録の質問の回答を表します。

プロパティ

プロパティ 説明
booleanValue ブール型 仮想イベント登録に関する質問のブール値回答。 answerInputType が のboolean場合にのみ表示されます。
displayName String 登録の質問の表示名。
multiChoiceValues String collection 仮想イベント登録の質問のテキスト回答のコレクション。 answerInputType が のmultiChoice場合にのみ表示されます。
questionId String 仮想 イベント登録の質問の ID。
String 仮想イベント登録に関する質問のテキスト回答。 answerInputType が 、 multilineText または singleChoiceの場合にtext表示されます。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています

{
  "@odata.type": "#microsoft.graph.virtualEventRegistrationQuestionAnswer",
  "questionId": "String",
  "displayName": "String",
  "value": "String",
  "booleanValue": "Boolean",
  "multiChoiceValues": [
    "String"
  ]
}