ResourceUpdateAndId

API: Stable

data class ResourceUpdateAndId<U>(
    val id: String,
    val update: U,
)
Properties
id: String
update: U