answers items property
answers items
items Type
object
(Details)
items Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
question | string |
Optional | cannot be null | answers items |
content | array |
Optional | cannot be null | answers items |
question
The question on the guest's booking form
question
is optional
Type:
string
cannot be null
defined in: answers items
question Type
string
question Examples
"How did you find out?"
content
The guest's answer
content
is optional
Type:
string[]
cannot be null
defined in: answers items
content Type
string[]
Last modified: 4 months ago