All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deque.networking.models.devtools.serializable.AxeRule.kt Maven / Gradle / Ivy

There is a newer version: 5.5.2
Show newest version
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
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy