com.deque.networking.models.devtools.serializable.AxeRule.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axe-devtools-android-data Show documentation
Show all versions of axe-devtools-android-data Show documentation
The Axe Devtools Android Data Library
package com.deque.networking.models.devtools.serializable
/**
* Main AxeRule class.
*/
data class AxeRule (
val id: String,
val impact: Int,
val standard: String,
val summary: String
)