Request

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

Constructors

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

Properties

Link copied to clipboard
val actions: Set<PushAction>