MimiSupportedTestConfigurations
data class MimiSupportedTestConfigurations @MsdkInternalApi constructor(val mt: MimiTestConfiguration.Mt?, val ptt: MimiTestConfiguration.Ptt?)
Defines the supported test types and their configuration.
An unsupported test type will have a null configuration.
Since
8.0.0
Parameters
mt
the configuration for the MT test type.
ptt
the configuration for the PTT test type.