VariableProperties public struct VariableProperties : Codable ModelType See more Declaration Swift public enum ModelType : String, Codable, CaseIterable type Declaration Swift public var type: ModelType? values Declaration Swift public var values: [String : String]? init(type:values:) Declaration Swift public init(type: ModelType? = nil, values: [String : String]? = nil)