Answer
public protocol Answer
A type that holds the answer to a Question
-
The identifier of the
QuestionDeclaration
Swift
var questionId: String { get } -
The value that the API understands
Declaration
Swift
var codedValue: String { get }
Answer Protocol Reference