SoftLayer_Survey_Question


SoftLayer_Survey_Question

Description

The SoftLayer_Survey_Question data type contains general information relating to a single SoftLayer survey question.

Local


id

A survey question’s Id.
Type: int


isRequired

A flag indicating that a survey question requires a response.
Type: int


multiAnswer

A flag indicating that a survey question can have multiple answers responded to.
Type: int


question

A survey question’s question.
Type: string


questionOrder

A value indicating the order in when a survey question will be asked.
Type: int


surveyId

A survey question’s associated SoftLayer_Survey Id.
Type: int

Relational


answers

The possible answers for a survey question.
Type: SoftLayer_Survey_Answer[]


survey

The survey that a question belongs to.
Type: SoftLayer_Survey

Count


answerCount

A count of the possible answers for a survey question.
Type: unsignedLong