bookingCustomQuestion リソースの種類
名前空間: microsoft.graph
bookingBusiness のカスタム質問を表します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | bookingCustomQuestion コレクション | bookingCustomQuestion オブジェクトとそのプロパティの一覧を取得します。 |
Create | bookingCustomQuestion | 新しい BookingCustomQuestion オブジェクトを 作成します。 |
Get | bookingCustomQuestion | bookingCustomQuestion オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | bookingCustomQuestion | bookingCustomQuestion オブジェクトのプロパティを更新します。 |
Delete | なし | BookingCustomQuestion オブジェクトを削除します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
answerInputType | answerInputType | 予想される回答の種類。 使用可能な値: text 、radioButton 、unknownFutureValue 。 |
answerOptions | String collection | 使用可能な回答値の一覧。 |
createdDateTime | DateTimeOffset | カスタムの質問が作成されたときの日付、時刻、タイム ゾーン。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
displayName | String | 質問。 |
id | String | カスタム質問の ID。 エンティティから継承 されます。 |
lastUpdatedDateTime | DateTimeOffset | カスタムの質問が最後に更新されたときの日付、時刻、タイム ゾーン。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.bookingCustomQuestion",
"answerInputType": "String",
"answerOptions": ["String"],
"createdDateTime": "String (timestamp)",
"displayName": "String",
"id": "String (identifier)",
"lastUpdatedDateTime": "String (timestamp)"
}