Question
public struct Question : Decodable, Equatable
Undocumented
-
Declaration
Swift
public static func == (lhs: Question, rhs: Question) -> Bool -
Identifier
Declaration
Swift
public let id: String -
Type of question
Declaration
Swift
public let type: Type -
The caption
Declaration
Swift
public let title: String -
An optional description
Declaration
Swift
public let description: String? -
Validation rules
Declaration
Swift
public let validationRules: [ValidationRule] -
Information about a
See moreChoicefor multiple choice type questionsDeclaration
Swift
public struct Choice : Decodable -
Declaration
Swift
public init(from decoder: Decoder) throws
Question Structure Reference