ResourceAction

data class ResourceAction<Resource : Any>(val action: String)

Represents an action that can be performed on a resource. The generic type Resource is the type of resource this action can be performed on.

Constructors

Link copied to clipboard
constructor(action: String)

Properties

Link copied to clipboard