//kit/healthstack.kit.task.activity.model/GaitAndBalanceBMeasureModel/GaitAndBalanceBMeasureModel

GaitAndBalanceBMeasureModel

[androidJvm]
fun GaitAndBalanceBMeasureModel(id: String, title: String = "Gait & Balance", header: String, body: List<String>? = null, timeSeconds: Long, textType: TextType = PARAGRAPH, interactionType: InteractionType = NOTHING, autoFlip: Boolean = true, dataPrefix: String = "gait_balance", sensors: List<SensorType> = listOf(GYROSCOPE, ACCELEROMETER))