FindByIntId

API: Stable

A request message to find a resource by a numeric unique identifier.

data class FindByIntId(
    val id: Int,
)
Properties
id: Int