FindLatestByToolRequest

API: Internal/Beta

data class FindLatestByToolRequest(
    val tool: String,
    val itemsPerPage: Int?,
    val page: Int?,
)
Properties
tool: String
itemsPerPage: Int?
page: Int?