Тип ресурса bookingCustomQuestion

Пространство имен: microsoft.graph

Представляет пользовательский вопрос для bookingBusiness.

Методы

Метод Тип возвращаемых данных Описание
Список bookingCustomQuestions коллекция bookingCustomQuestion Получите список объектов bookingCustomQuestion и их свойств.
Создание bookingCustomQuestion bookingCustomQuestion Создайте новый объект bookingCustomQuestion .
Получить bookingCustomQuestion bookingCustomQuestion Чтение свойств и связей объекта bookingCustomQuestion .
Обновление bookingCustomQuestion bookingCustomQuestion Обновите свойства объекта bookingCustomQuestion .
Удаление bookingCustomQuestion Нет Удаление объекта bookingCustomQuestion .

Свойства

Свойство Тип Описание
answerInputType answerInputType Ожидаемый тип ответа. Допустимые значения: text, radioButton, unknownFutureValue.
answerOptions Коллекция строк Список возможных значений ответов.
displayName String Вопрос.
id String Идентификатор настраиваемого вопроса. Наследуется от сущности.

Связи

Отсутствуют.

Представление JSON

Ниже указано представление ресурса в формате JSON.

{
  "@odata.type": "#microsoft.graph.bookingCustomQuestion",
  "answerInputType": {"@odata.type": "microsoft.graph.answerInputType"},
  "answerOptions": ["String"],
  "displayName": "String",
  "id": "String (identifier)"
}