State

enum State : Enum<State>

A string that indicates the state of the suppression.

Constructors

Link copied to clipboard
private fun State()

Entries

Link copied to clipboard
@Json(name = "accepted")
Accepted()
Link copied to clipboard
@Json(name = "rejected")
Rejected()
Link copied to clipboard
@Json(name = "underReview")
UnderReview()

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Sources

Link copied to clipboard