DeploymentQuestionInfo
The Question.Info structure contains fields to describe questions raised during the deployment process.
Properties
array of
DeploymentQuestionQuestion
questions
Required
One or more questions raised during the deployment.
JSON Example
{
"questions": [
{
"default_answer": "string",
"id": "string",
"possible_answers": [
"string"
],
"question": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "YES_NO"
}
]
}