MimiTest
public struct MimiTest : Codable
A Hearing Test that has been taken.
-
Create a new test.
Declaration
Swift
public init(runs: [MimiTestRun], metadata: MimiTestMetadata)
Parameters
runs
Runs of the test.
metadata
Metadata about the test.