Answer

public protocol Answer

A type that holds the answer to a Question

  • The identifier of the Question

    Declaration

    Swift

    var questionId: String { get }
  • The value that the API understands

    Declaration

    Swift

    var codedValue: String { get }