Response

@Serializable
data class Response(val actions: Set<PushAction>)

Constructors

Link copied to clipboard
fun Response(actions: Set<PushAction>)

Properties

Link copied to clipboard
val actions: Set<PushAction>